Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Method and Description |
---|---|
BuildRun |
V1InstanceCreator.buildRun(BuildProject buildProject,
String name,
DB.DateTime date)
Create a new Build Run in the given Build Project with a name and date.
|
BuildRun |
V1InstanceCreator.buildRun(BuildProject buildProject,
String name,
DB.DateTime date,
Map<String,Object> attributes)
Create a new Build Run in the given Build Project with a name and date.
|
BuildRun |
V1InstanceGetter.buildRunByID(AssetID id)
Returns a Build Run with the given ID or null if the ID is invalid.
|
BuildRun |
V1InstanceGetter.buildRunByID(String sId)
Returns a Build Run with the given ID or null if the ID is invalid.
|
BuildRun |
BuildProject.createBuildRun(String name,
DB.DateTime date)
Create a Build Run with the given name and date in this Build Project.
|
BuildRun |
BuildProject.createBuildRun(String name,
DB.DateTime date,
Map<String,Object> attributes)
Create a Build Run with the given name and date in this Build Project.
|
Modifier and Type | Method and Description |
---|---|
Collection<BuildRun> |
V1InstanceGetter.buildRuns(BuildRunFilter filter)
Get Build Runs filtered by the criteria specified in the passed in
filter.
|
Collection<BuildRun> |
ChangeSet.getBuildRuns(BuildRunFilter filter) |
Collection<BuildRun> |
BuildProject.getBuildRuns(BuildRunFilter filter) |
Collection<BuildRun> |
PrimaryWorkitem.getCompletedIn() |
Collection<BuildRun> |
Defect.getFoundIn() |
Modifier and Type | Field and Description |
---|---|
List<BuildRun> |
PrimaryWorkitemFilter.completedIn
Filter on Build Runs.
|
List<BuildRun> |
DefectFilter.foundIn
Filter on build runs.
|
Copyright © 2013 Version One, Inc.. All rights reserved.