|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.bamboo.builder.BuildState
public class BuildState
Simple enumeration of build states.
| Field Summary | |
|---|---|
static BuildState |
FAILED
The build failed |
static BuildState |
SUCCESS
The build succeeded |
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
static BuildState |
getInstance(String state)
|
int |
hashCode()
|
String |
toString()
For reporting the state |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final BuildState SUCCESS
public static final BuildState FAILED
| Method Detail |
|---|
public static BuildState getInstance(String state)
public String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||