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