Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Method and Description |
---|---|
Iteration |
Project.createIteration()
Create a new Iteration in the Project where the schedule is defined.
|
Iteration |
Project.createIteration(Map<String,Object> attributes)
Create a new Iteration in the Project where the schedule is defined.
|
Iteration |
Project.createIteration(String name,
DB.DateTime beginDate,
DB.DateTime endDate)
Create a new Iteration in the Project where the schedule is defined.
|
Iteration |
Project.createIteration(String name,
DB.DateTime beginDate,
DB.DateTime endDate,
Map<String,Object> attributes)
Create a new Iteration in the Project where the schedule is defined.
|
Iteration |
Retrospective.getIteration() |
Iteration |
PrimaryWorkitem.getIteration() |
Iteration |
Effort.getIteration()
Gets Iteration this effort record belongs to.
|
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.
|
Iteration |
V1InstanceCreator.iteration(String name,
Schedule schedule,
DB.DateTime beginDate,
DB.DateTime endDate)
Create a new iteration with a name, begin date, and end date.
|
Iteration |
V1InstanceCreator.iteration(String name,
Schedule schedule,
DB.DateTime beginDate,
DB.DateTime endDate,
Map<String,Object> attributes)
Create a new iteration with a name, begin date, and end date.
|
Iteration |
V1InstanceGetter.iterationByID(AssetID id)
Returns an iteration with the given ID or null if the ID is invalid.
|
Iteration |
V1InstanceGetter.iterationByID(String sId)
Returns an iteration with the given ID or null if the ID is invalid.
|
Modifier and Type | Method and Description |
---|---|
Collection<Iteration> |
Project.getIterations(IterationFilter filter)
Get Iterations in this Project filtered as specified in the passed in
filter.
|
Collection<Iteration> |
Project.getIterations(IterationFilter filter,
boolean includeSubprojects)
Get Iterations in this Project's schedule filtered as specified in the passed in
filter.
|
Collection<Iteration> |
V1InstanceGetter.iterations(IterationFilter filter)
Get iterations filtered by the criteria specified in the passed in
filter.
|
Modifier and Type | Method and Description |
---|---|
void |
Retrospective.setIteration(Iteration value) |
void |
PrimaryWorkitem.setIteration(Iteration iteration) |
void |
Effort.setIteration(Iteration iteration)
Sets Iteration this effort record belongs to.
|
Modifier and Type | Field and Description |
---|---|
List<Iteration> |
RetrospectiveFilter.iteration
The Iteration the Retrospective was conducted for.
|
List<Iteration> |
PrimaryWorkitemFilter.iteration
Filter on Iteration this item is in.
|
List<Iteration> |
EffortFilter.iteration
Filter on Iteration effort records belong to.
|
Copyright © 2013 Version One, Inc.. All rights reserved.