public interface Project extends BambooObjectWithOid, Deletable, Describable, ProjectIdentifier
Plans. A project
can also have a default BuildDefinition that Plans extend.| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentStatus()
Returns the string representation the current status of a build.
|
default BambooEntityType |
getEntityType()
Entity type of this object, used in
BambooEntityOid. |
List<Labelling> |
getLabellings() |
List<Labelling> |
getRelatedLabellings() |
void |
setKey(String key)
Sets the key for the project.
|
void |
setLabellings(List<Labelling> labellings) |
void |
setName(String name) |
setOidgetOidsetMarkedForDeletionsetIdgetIdisMarkedForDeletionsetDescriptiongetId, getKey, getNamegetDescriptionvoid setName(@NotNull
String name)
setName in interface Describablevoid setKey(@NotNull
String key)
key - String getCurrentStatus()
ImmutablePlan.getCurrentStatus().
It will return "current" if any plan is building, and "fail" if any plan is failing.default BambooEntityType getEntityType()
ImmutableEntityWithOidBambooEntityOid.getEntityType in interface ImmutableEntityWithOidCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.