public class BuildProject extends BaseAsset
STATE_ACTIVE, STATE_CLOSED
ASSET_STATE_VALUE, ASSET_VALUE, CHANGE_DATE_UTC, CONTENT_TYPE_VALUE, CONTENT_VALUE, CREATE_DATE_UTC, DELETE_OPERATION, DESCRIPTION_VALUE, FILENAME_VALUE, NAME_VALUE
Modifier and Type | Method and Description |
---|---|
BuildRun |
createBuildRun(String name,
DB.DateTime date)
Create a Build Run with the given name and date in this Build Project.
|
BuildRun |
createBuildRun(String name,
DB.DateTime date,
Map<String,Object> attributes)
Create a Build Run with the given name and date in this Build Project.
|
Collection<BuildRun> |
getBuildRuns(BuildRunFilter filter) |
String |
getReference() |
void |
setReference(String value) |
canClose, canDelete, canReactivate, close, createAttachment, createAttachment, createConversation, createConversation, createLink, createLink, createNote, createNote, delete, getAttachments, getCustomDropdown, getCustomField, getDescription, getLinks, getMentionedInExpressions, getName, getNotes, getURL, isActive, isClosed, reactivate, setDescription, setName
equals, get, getChangeComment, getChangeDate, getChangedBy, getCreateComment, getCreateDate, getCreatedBy, getID, getInstance, hashCode, save, save, toString
public String getReference()
public void setReference(String value)
value
- Reference of this Build Project.public Collection<BuildRun> getBuildRuns(BuildRunFilter filter)
filter
- limit the build runs returned; (If null, then all items
returned).public BuildRun createBuildRun(String name, DB.DateTime date)
name
- of creating BuildRun.date
- of creating BuildRun.public BuildRun createBuildRun(String name, DB.DateTime date, Map<String,Object> attributes)
name
- of creating BuildRun.date
- of creating BuildRun.attributes
- additional attributes for the BuildRun.Copyright © 2013 Version One, Inc.. All rights reserved.