public interface Project extends BambooObjectWithOid, Deletable, Describable, ProjectIdentifier
Plan
s. A project
can also have a default BuildDefinition
that Plan
s 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) |
setOid
getOid
setMarkedForDeletion
setId
getId
isMarkedForDeletion
setDescription
getKey, getName
getDescription
void setName(@NotNull String name)
setName
in interface Describable
void 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()
ImmutableEntityWithOid
BambooEntityOid
.getEntityType
in interface ImmutableEntityWithOid
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.