| Package | Description |
|---|---|
| org.wso2.testgrid.common.agentoperation |
| Modifier and Type | Method and Description |
|---|---|
Operation.OperationCode |
Operation.getCode()
Get type of the operation SHELL/PING/STREAM_FILE/ABORT
|
static Operation.OperationCode |
Operation.OperationCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation.OperationCode[] |
Operation.OperationCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Operation.setCode(Operation.OperationCode code)
Set the type of the operation
|
| Constructor and Description |
|---|
OperationRequest(String request,
Operation.OperationCode code,
String agentId)
Generate operation request for given command and code
|
Copyright © 2019 WSO2. All rights reserved.