Class XygeniSaltAtAddCommandBuilder
java.lang.Object
io.jenkins.plugins.xygeni.saltcommand.XygeniSaltCommandBuilder
io.jenkins.plugins.xygeni.saltcommand.XygeniSaltAtAddCommandBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addCommandArgs
(ArgumentListBuilder args, Run<?, ?> build) Handle non-general command args to compose final command call.protected String
protected boolean
if this is an attestation command (salt at ---)Methods inherited from class io.jenkins.plugins.xygeni.saltcommand.XygeniSaltCommandBuilder
build, withAttestationOptions, withOutputOptions, withPaths, withRun, withRun
-
Constructor Details
-
Method Details
-
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
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
-