|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BuildStateDTO | |
|---|---|
| org.hudsonci.rest.model.build | |
| Uses of BuildStateDTO in org.hudsonci.rest.model.build |
|---|
| Fields in org.hudsonci.rest.model.build declared as BuildStateDTO | |
|---|---|
protected BuildStateDTO |
BuildDTO.state
|
| Methods in org.hudsonci.rest.model.build that return BuildStateDTO | |
|---|---|
static BuildStateDTO |
BuildStateDTO.fromValue(String v)
|
BuildStateDTO |
BuildDTO.getState()
Gets the value of the state property. |
static BuildStateDTO |
BuildStateDTO.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BuildStateDTO[] |
BuildStateDTO.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.hudsonci.rest.model.build with parameters of type BuildStateDTO | |
|---|---|
void |
BuildDTO.setState(BuildStateDTO value)
Sets the value of the state property. |
BuildDTO |
BuildDTO.withState(BuildStateDTO value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||