Package | Description |
---|---|
com.compuware.ispw.restapi.action | |
com.compuware.ispw.restapi.util |
Modifier and Type | Method and Description |
---|---|
Operation |
BuildAssignmentAction.getIspwOperation() |
Operation |
BuildReleaseAction.getIspwOperation() |
Operation |
BuildTaskAction.getIspwOperation() |
Operation |
DeployAssignmentAction.getIspwOperation() |
Operation |
DeployReleaseAction.getIspwOperation() |
Operation |
DeployTaskAction.getIspwOperation() |
Operation |
GenerateTaskAction.getIspwOperation() |
Operation |
GenerateTasksInAssignmentAction.getIspwOperation() |
Operation |
GenerateTasksInReleaseAction.getIspwOperation() |
Operation |
SetInfoPostAction.getIspwOperation()
Returns the ISPW Operation enumeration object for this action
May not be implemented for all actions |
Modifier and Type | Method and Description |
---|---|
static Operation |
Operation.getByCode(String code)
Gets an operation by operation code.
|
static Operation |
Operation.getByDescription(String description)
Gets an operation by description.
|
static Operation |
Operation.getByDescription(String description,
boolean ignoreCase)
Gets an operation by description.
|
static Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016–2025. All rights reserved.