|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestCaseStatusDTO | |
|---|---|
| org.hudsonci.rest.model.build | |
| Uses of TestCaseStatusDTO in org.hudsonci.rest.model.build |
|---|
| Fields in org.hudsonci.rest.model.build declared as TestCaseStatusDTO | |
|---|---|
protected TestCaseStatusDTO |
TestCaseDTO.status
|
| Methods in org.hudsonci.rest.model.build that return TestCaseStatusDTO | |
|---|---|
static TestCaseStatusDTO |
TestCaseStatusDTO.fromValue(String v)
|
TestCaseStatusDTO |
TestCaseDTO.getStatus()
Gets the value of the status property. |
static TestCaseStatusDTO |
TestCaseStatusDTO.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TestCaseStatusDTO[] |
TestCaseStatusDTO.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 TestCaseStatusDTO | |
|---|---|
void |
TestCaseDTO.setStatus(TestCaseStatusDTO value)
Sets the value of the status property. |
TestCaseDTO |
TestCaseDTO.withStatus(TestCaseStatusDTO value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||