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