| Package | Description |
|---|---|
| com.microsoft.jenkins.azurecommons.command |
| Modifier and Type | Method and Description |
|---|---|
CommandState |
IBaseCommandData.getCommandState()
Get the command state for the associated completed command.
|
CommandState |
BaseCommandContext.getCommandState() |
CommandState |
BaseCommandContext.getLastCommandState() |
CommandState |
ICommandServiceData.getLastCommandState()
Get the command state for the last command being executed.
|
static CommandState |
CommandState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandState[] |
CommandState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IBaseCommandData.setCommandState(CommandState state)
Set the command state for the associated running command.
|
void |
BaseCommandContext.setCommandState(CommandState commandState) |
void |
BaseCommandContext.setLastCommandState(CommandState lastCommandState) |
void |
ICommandServiceData.setLastCommandState(CommandState state)
Set the command state for the last command being executed in the command service.
|
Copyright © 2016–2017. All rights reserved.