Uses of Class
com.microsoft.jenkins.azurecommons.command.CommandService
-
Packages that use CommandService Package Description com.microsoft.jenkins.azurecommons.command -
-
Uses of CommandService in com.microsoft.jenkins.azurecommons.command
Methods in com.microsoft.jenkins.azurecommons.command that return CommandService Modifier and Type Method Description CommandService
CommandService.Builder. build()
CommandService
BaseCommandContext. getCommandService()
CommandService
ICommandServiceData. getCommandService()
Methods in com.microsoft.jenkins.azurecommons.command with parameters of type CommandService Modifier and Type Method Description protected void
BaseCommandContext. configure(JobContext jobCtx, CommandService aCommandService)
protected void
BaseCommandContext. configure(Run<?,?> aRun, FilePath aWorkspace, Launcher aLauncher, TaskListener aTaskListener, CommandService aCommandService)
-