public class PromotionRun extends java.lang.Object implements ProjectEntity
| Constructor and Description |
|---|
PromotionRun() |
| Modifier and Type | Method and Description |
|---|---|
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 PromotionRun |
of(Build build,
PromotionLevel promotionLevel,
Signature signature,
java.lang.String description) |
PromotionRun |
withId(ID id) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProjectId, getSignature, projectIdgetId, id, isEntityDefined, isEntityNewpublic static PromotionRun of(Build build, PromotionLevel promotionLevel, Signature signature, java.lang.String description)
public Project getProject()
ProjectEntitygetProject in interface ProjectEntitypublic ProjectEntityType getProjectEntityType()
ProjectEntitygetProjectEntityType in interface ProjectEntitypublic java.lang.String getEntityDisplayName()
ProjectEntitygetEntityDisplayName in interface ProjectEntitypublic PromotionRun withId(ID id)