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 CommandStateBaseCommandContext. getCommandState()CommandStateIBaseCommandData. getCommandState()Get the command state for the associated completed command.CommandStateBaseCommandContext. getLastCommandState()CommandStateICommandServiceData. getLastCommandState()Get the command state for the last command being executed.static CommandStateCommandState. 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 voidBaseCommandContext. setCommandState(CommandState commandState)voidIBaseCommandData. setCommandState(CommandState state)Set the command state for the associated running command.voidBaseCommandContext. setLastCommandState(CommandState lastCommandState)voidICommandServiceData. setLastCommandState(CommandState state)Set the command state for the last command being executed in the command service.
-