Uses of Class
com.microsoft.jenkins.azurecommons.command.CommandState
-
Packages that use CommandState Package Description com.microsoft.jenkins.azurecommons.command -
-
Uses of CommandState in com.microsoft.jenkins.azurecommons.command
Methods in com.microsoft.jenkins.azurecommons.command that return CommandState Modifier and Type Method Description CommandState
BaseCommandContext. getCommandState()
CommandState
IBaseCommandData. getCommandState()
Get the command state for the associated completed command.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.Methods in com.microsoft.jenkins.azurecommons.command with parameters of type CommandState Modifier and Type Method Description void
BaseCommandContext. setCommandState(CommandState commandState)
void
IBaseCommandData. setCommandState(CommandState state)
Set the command state for the associated running command.void
BaseCommandContext. setLastCommandState(CommandState lastCommandState)
void
ICommandServiceData. setLastCommandState(CommandState state)
Set the command state for the last command being executed in the command service.
-