Class XygeniSaltVerifyCommandBuilder
- java.lang.Object
-
- io.jenkins.plugins.xygeni.saltcommand.XygeniSaltCommandBuilder
-
- io.jenkins.plugins.xygeni.saltcommand.XygeniSaltVerifyCommandBuilder
-
public class XygeniSaltVerifyCommandBuilder 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()
-
Methods inherited from class io.jenkins.plugins.xygeni.saltcommand.XygeniSaltCommandBuilder
build, isAttestationCommand, withAttestationOptions, withOutputOptions, withPaths, withRun, withRun
-
-
-
-
Method Detail
-
getCommand
protected String getCommand()
- Specified by:
getCommand
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
-
-