|
||||||||||
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 | |
---|---|
List |
getBuilds()
Returns all Build associated with the Project . |
String |
getCurrentStatus()
Returns the string representatioin the current status of a build. |
String |
getKey()
Returns key of the project. |
List |
getLabellings()
|
String |
getName()
|
void |
setKey(String key)
Sets the key for the project. |
void |
setLabellings(List labellings)
|
void |
setName(String name)
|
Methods inherited from interface com.atlassian.bamboo.core.BambooObject |
---|
getId, setId |
Method Detail |
---|
String getKey()
String getName()
void setName(String name)
void setKey(String key)
key
- List 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.String getCurrentStatus()
Build@getCurrentStatus
.
It will return "current" if any plan is building, and "fail" if any plan is failing.
List getLabellings()
void setLabellings(List labellings)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |