Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Method and Description |
---|---|
Project |
Project.createSubProject(String name,
DB.DateTime beginDate)
Create a sub project under this project with a name and begin date.
|
Project |
Project.createSubProject(String name,
DB.DateTime beginDate,
Schedule schedule)
Create a sub project under this project with a name, begin date, and
optional schedule.
|
Project |
Project.createSubProject(String name,
DB.DateTime beginDate,
Schedule schedule,
Map<String,Object> attributes) |
Project |
Project.getParentProject() |
Project |
Retrospective.getProject() |
Project |
ProjectAsset.getProject() |
Project |
Environment.getProject() |
Project |
Effort.getProject()
Gets the Project this effort record belongs to.
|
Project |
V1InstanceCreator.project(String name,
AssetID parentProjectID,
DB.DateTime beginDate,
Schedule schedule)
Create a new project entity with a name, parent project, begin date, and
optional schedule.
|
Project |
V1InstanceCreator.project(String name,
AssetID parentProjectID,
DB.DateTime beginDate,
Schedule schedule,
Map<String,Object> attributes)
Create a new project entity with a name, parent project, begin date, and
optional schedule.
|
Project |
V1InstanceCreator.project(String name,
Project parentProject,
DB.DateTime beginDate,
Schedule schedule)
Create a new project entity with a name, parent project, begin date, and
optional schedule.
|
Project |
V1InstanceCreator.project(String name,
Project parentProject,
DB.DateTime beginDate,
Schedule schedule,
Map<String,Object> attributes)
Create a new project entity with a name, parent project, begin date, and
optional schedule with specified attributes.
|
Project |
V1InstanceGetter.projectByID(AssetID id)
id Returns a project with the given ID or null if the ID is invalid.
|
Project |
V1InstanceGetter.projectByID(String sId)
id Returns a project with the given ID or null if the ID is invalid.
|
Project |
V1InstanceGetter.projectByName(String name)
Retrieves the first project with the given name or null.
|
Modifier and Type | Method and Description |
---|---|
Collection<Project> |
Member.getAssignedProjects()
Gets Projects this member is assigned to.
|
Collection<Project> |
Project.getChildProjects(ProjectFilter filter)
A collection of sub-projects that belong to this project.
|
Collection<Project> |
Project.getChildProjects(ProjectFilter filter,
boolean includeSubprojects)
A collection of sub-projects that belong to this project.
|
Collection<Project> |
V1Instance.getProjects() |
Collection<Project> |
TestSuite.getProjects(ProjectFilter filter)
Projects associated with this TestSuite.
|
Collection<Project> |
Schedule.getScheduledProjects()
Projects associated with this Schedule
|
Collection<Project> |
Goal.getTargetedBy(ProjectFilter filter)
A collection of Projects Targeted by this Goal.
|
Collection<Project> |
Project.getThisAndAllChildProjects()
Returns a flattened collection of this project and all Projects that
descend from this project.
|
Collection<Project> |
V1InstanceGetter.projects(ProjectFilter filter)
Get projects filtered by the criteria specified in the passed in filter.
|
Modifier and Type | Method and Description |
---|---|
Defect |
V1InstanceCreator.defect(String name,
Project project)
Create a new Defect with a name.
|
Defect |
V1InstanceCreator.defect(String name,
Project project,
Map<String,Object> attributes)
Create a new Defect with a name.
|
Environment |
V1InstanceCreator.environment(String name,
Project project)
Creates new Environment.
|
Environment |
V1InstanceCreator.environment(String name,
Project project,
Map<String,Object> attributes)
Creates new Environment.
|
Epic |
V1InstanceCreator.epic(String name,
Project project)
Create a new Epic with a name.
|
Epic |
V1InstanceCreator.epic(String name,
Project project,
Map<String,Object> attributes)
Create a new Epic with a name.
|
Goal |
V1InstanceCreator.goal(String name,
Project project)
Create a new Goal with a name.
|
Goal |
V1InstanceCreator.goal(String name,
Project project,
Map<String,Object> attributes)
Create a new Goal with a name.
|
Issue |
V1InstanceCreator.issue(String name,
Project project)
Create a new Issue with a name.
|
Issue |
V1InstanceCreator.issue(String name,
Project project,
Map<String,Object> attributes)
Create a new Issue with a name.
|
Iteration |
V1InstanceCreator.iteration(Project project)
Create a new iteration using suggested system values.
|
Iteration |
V1InstanceCreator.iteration(Project project,
Map<String,Object> attributes)
Create a new iteration using suggested system values.
|
Project |
V1InstanceCreator.project(String name,
Project parentProject,
DB.DateTime beginDate,
Schedule schedule)
Create a new project entity with a name, parent project, begin date, and
optional schedule.
|
Project |
V1InstanceCreator.project(String name,
Project parentProject,
DB.DateTime beginDate,
Schedule schedule,
Map<String,Object> attributes)
Create a new project entity with a name, parent project, begin date, and
optional schedule with specified attributes.
|
RegressionPlan |
V1InstanceCreator.regressionPlan(String name,
Project project)
Creates a new Regression Plan with title and project.
|
RegressionPlan |
V1InstanceCreator.regressionPlan(String name,
Project project,
Map<String,Object> attributes)
Creates a new Regression Plan with title and project.
|
RegressionTest |
V1InstanceCreator.regressionTest(String name,
Project project)
Creates new Regression Test.
|
RegressionTest |
V1InstanceCreator.regressionTest(String name,
Project project,
Map<String,Object> attributes)
Creates new Regression Test.
|
Request |
V1InstanceCreator.request(String name,
Project project)
Create a new Request with a name.
|
Request |
V1InstanceCreator.request(String name,
Project project,
Map<String,Object> attributes)
Create a new Request with a name.
|
Retrospective |
V1InstanceCreator.retrospective(String name,
Project project)
Create a new retrospective with a name.
|
Retrospective |
V1InstanceCreator.retrospective(String name,
Project project,
Map<String,Object> attributes)
Create a new retrospective with a name.
|
void |
Project.setParentProject(Project parentProject) |
void |
Retrospective.setProject(Project value) |
void |
ProjectAsset.setProject(Project project) |
void |
Environment.setProject(Project project) |
void |
Effort.setProject(Project project)
Sets the Project this effort record belongs to.
|
Story |
V1InstanceCreator.story(String name,
Project project)
Create a new Story with a name.
|
Story |
V1InstanceCreator.story(String name,
Project project,
Map<String,Object> attributes)
Create a new Story with a name.
|
TestSet |
V1InstanceCreator.testSet(String name,
RegressionSuite suite,
Project project)
Creates a new TestSet with title and project.
|
TestSet |
V1InstanceCreator.testSet(String name,
RegressionSuite suite,
Project project,
Map<String,Object> attributes)
Creates a new TestSet with title and project.
|
Theme |
V1InstanceCreator.theme(String name,
Project project)
Create a new Theme with a name.
|
Theme |
V1InstanceCreator.theme(String name,
Project project,
Map<String,Object> attributes)
Create a new Theme with a name.
|
Modifier and Type | Method and Description |
---|---|
Collection<Epic> |
V1InstanceGetter.trackedEpics(Collection<Project> projects)
Get tracked Epics for enlisted Projects.
|
Modifier and Type | Field and Description |
---|---|
List<Project> |
ProjectFilter.parent
Filter on Parent Project.
|
List<Project> |
ProjectAssetFilter.project
Project this item belongs to.
|
List<Project> |
EnvironmentFilter.project
Project this item belongs to.
|
List<Project> |
EffortFilter.project
Filter on Project effort records belong to.
|
Collection<Project> |
ScheduleFilter.projects
Filter on Projects
|
Copyright © 2013 Version One, Inc.. All rights reserved.