public interface Project extends BambooObject, 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.
|
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) |
setMarkedForDeletionsetIdgetIdisMarkedForDeletionsetDescriptiongetKey, 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.Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.