public class Build extends java.lang.Object implements ProjectEntity
| Constructor and Description |
|---|
Build() |
| Modifier and Type | Method and Description |
|---|---|
Form |
asForm() |
static Form |
form() |
java.lang.String |
getEntityDisplayName()
Representation, like "Branch P/X"
|
Project |
getProject()
Returns the project this entity is associated with
|
ProjectEntityType |
getProjectEntityType()
Gets the type of entity as an enum.
|
static Build |
of(Branch branch,
NameDescription nameDescription,
Signature signature) |
Build |
update(NameDescription nameDescription) |
Build |
withId(ID id) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProjectId, getSignature, projectIdgetId, id, isEntityDefined, isEntityNewpublic static Build of(Branch branch, NameDescription nameDescription, Signature signature)
public Project getProject()
ProjectEntitygetProject in interface ProjectEntitypublic ProjectEntityType getProjectEntityType()
ProjectEntitygetProjectEntityType in interface ProjectEntitypublic java.lang.String getEntityDisplayName()
ProjectEntitygetEntityDisplayName in interface ProjectEntitypublic static Form form()
public Form asForm()
public Build update(NameDescription nameDescription)