Uses of Interface
com.microsoft.jenkins.azurecommons.command.ICommandServiceData
-
Packages that use ICommandServiceData Package Description com.microsoft.jenkins.azurecommons.command -
-
Uses of ICommandServiceData in com.microsoft.jenkins.azurecommons.command
Classes in com.microsoft.jenkins.azurecommons.command that implement ICommandServiceData Modifier and Type Class Description class
BaseCommandContext
A mixed abstract base class with both command data and command service data.Methods in com.microsoft.jenkins.azurecommons.command with parameters of type ICommandServiceData Modifier and Type Method Description void
CommandService. executeCommands(ICommandServiceData commandServiceData)
Executes the commands described by the givencommandServiceData
, and runs the clean up command if present.
-