Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Method and Description |
---|---|
Schedule |
Project.getSchedule() |
Schedule |
Iteration.getSchedule() |
Schedule |
V1InstanceCreator.schedule(String name,
Duration iterationLength,
Duration iterationGap)
Create a new schedule entity with a name, iteration length, and iteration gap
|
Schedule |
V1InstanceCreator.schedule(String name,
Duration iterationLength,
Duration iterationGap,
Map<String,Object> attributes)
Create a new schedule entity with a name, iteration length, and iteration gap
|
Schedule |
V1InstanceGetter.scheduleByID(AssetID id)
Returns a schedule with the given ID or null if the ID is invalid
|
Schedule |
V1InstanceGetter.scheduleByName(String name)
Retrieves the first schedule with the given name or null
|
Modifier and Type | Method and Description |
---|---|
Collection<Schedule> |
V1InstanceGetter.schedules(ScheduleFilter filter)
Get schedules filtered by the criteria specified in the passed in filter.
|
Modifier and Type | Method and Description |
---|---|
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) |
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.
|
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.
|
void |
Project.setSchedule(Schedule schedule) |
void |
Iteration.setSchedule(Schedule value) |
Modifier and Type | Field and Description |
---|---|
List<Schedule> |
IterationFilter.schedule
Schedules this item belongs to.
|
Copyright © 2013 Version One, Inc.. All rights reserved.