|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Project
Represents a Bamboo project object. Projects are top level entities and can have multiple Build
s. A project
can also have a default BuildDefinition
that Build
s extend.
Method Summary | |
---|---|
java.util.List<Build> |
getBuilds()
Returns all Build associated with the Project . |
java.lang.String |
getCurrentStatus()
Returns the string representatioin the current status of a build. |
java.lang.String |
getKey()
Returns key of the project. |
java.util.List |
getLabellings()
|
java.lang.String |
getName()
|
void |
setKey(java.lang.String key)
Sets the key for the project. |
void |
setLabellings(java.util.List labellings)
|
void |
setName(java.lang.String name)
|
Methods inherited from interface com.atlassian.bamboo.core.BambooObject |
---|
getId, setId |
Method Detail |
---|
java.lang.String getKey()
java.lang.String getName()
void setName(java.lang.String name)
void setKey(java.lang.String key)
key
- @NotNull java.util.List<Build> getBuilds()
Build
associated with the Project
. Returns Collections.EMPTY_LIST`
if
there are no Build
s for the project.
List
of Build
s. Collections.EMPTY_LIST`
if no builds.java.lang.String getCurrentStatus()
Build@getCurrentStatus
.
It will return "current" if any plan is building, and "fail" if any plan is failing.
java.util.List getLabellings()
void setLabellings(java.util.List labellings)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |