Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Method and Description |
---|---|
BuildProject |
V1InstanceCreator.buildProject(String name,
String reference)
Create a new Build Project with a name and reference.
|
BuildProject |
V1InstanceCreator.buildProject(String name,
String reference,
Map<String,Object> attributes)
Create a new Build Project with a name and reference.
|
BuildProject |
V1InstanceGetter.buildProjectByID(AssetID id)
Returns a Build Project with the given ID or null if the ID is invalid.
|
BuildProject |
V1InstanceGetter.buildProjectByID(String sId)
Returns a Build Project with the given ID or null if the ID is invalid.
|
BuildProject |
BuildRun.getBuildProject() |
Modifier and Type | Method and Description |
---|---|
Collection<BuildProject> |
V1InstanceGetter.buildProjects(BuildProjectFilter filter)
Get Build Projects filtered by the criteria specified in the passed in
filter.
|
Collection<BuildProject> |
Project.getBuildProjects() |
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.
|
void |
BuildRun.setBuildProject(BuildProject value) |
Modifier and Type | Field and Description |
---|---|
List<BuildProject> |
BuildRunFilter.buildProjects
Build Project of the Build Run.
|
Copyright © 2013 Version One, Inc.. All rights reserved.