Class XygeniSaltAtRunCommandBuilder
- java.lang.Object
-
- io.jenkins.plugins.xygeni.saltcommand.XygeniSaltCommandBuilder
-
- io.jenkins.plugins.xygeni.saltcommand.XygeniSaltAtRunCommandBuilder
-
public class XygeniSaltAtRunCommandBuilder extends XygeniSaltCommandBuilder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addCommandArgs(ArgumentListBuilder args, Run<?,?> build)
Handle non-general command args to compose final command call.protected String
getCommand()
String
getCommandLine()
String
getStep()
protected boolean
isAttestationCommand()
if this is an attestation command (salt at ---)-
Methods inherited from class io.jenkins.plugins.xygeni.saltcommand.XygeniSaltCommandBuilder
build, withAttestationOptions, withOutputOptions, withPaths, withRun, withRun
-
-
-
-
Method Detail
-
getStep
public String getStep()
-
getCommandLine
public String getCommandLine()
-
getCommand
protected String getCommand()
- Specified by:
getCommand
in classXygeniSaltCommandBuilder
-
isAttestationCommand
protected boolean isAttestationCommand()
Description copied from class:XygeniSaltCommandBuilder
if this is an attestation command (salt at ---)- Overrides:
isAttestationCommand
in classXygeniSaltCommandBuilder
-
addCommandArgs
protected void addCommandArgs(ArgumentListBuilder args, Run<?,?> build)
Description copied from class:XygeniSaltCommandBuilder
Handle non-general command args to compose final command call. Required args will not be checked here, it should be reported by salt command.- Specified by:
addCommandArgs
in classXygeniSaltCommandBuilder
-
-