Uses of Class
io.jenkins.plugins.xygeni.saltbuildstep.model.Paths
-
Packages that use Paths Package Description io.jenkins.plugins.xygeni.saltbuildstep io.jenkins.plugins.xygeni.saltcommand -
-
Uses of Paths in io.jenkins.plugins.xygeni.saltbuildstep
Methods in io.jenkins.plugins.xygeni.saltbuildstep that return Paths Modifier and Type Method Description Paths
SaltAtAddStep. getPaths()
Paths
SaltAtCommitStep. getPaths()
Paths
SaltAtInitStep. getPaths()
Paths
SaltAtRunStep. getPaths()
Paths
SaltProvenanceStep. getPaths()
Paths
SaltVerifyStep. getPaths()
Methods in io.jenkins.plugins.xygeni.saltbuildstep with parameters of type Paths Modifier and Type Method Description void
SaltAtAddStep. setPaths(Paths paths)
void
SaltAtCommitStep. setPaths(Paths paths)
void
SaltAtInitStep. setPaths(Paths paths)
void
SaltAtRunStep. setPaths(Paths paths)
void
SaltProvenanceStep. setPaths(Paths paths)
void
SaltVerifyStep. setPaths(Paths paths)
Constructors in io.jenkins.plugins.xygeni.saltbuildstep with parameters of type Paths Constructor Description SaltAtCommitStep(Certs certs, AttestationOptions attestationOptions, OutputOptions outputOptions, Paths paths)
Instance a Salt Attestation Commit command. -
Uses of Paths in io.jenkins.plugins.xygeni.saltcommand
Methods in io.jenkins.plugins.xygeni.saltcommand with parameters of type Paths Modifier and Type Method Description XygeniSaltCommandBuilder
XygeniSaltCommandBuilder. withPaths(Paths paths)
-