Package io.jenkins.plugins.slsa.model
Class SubjectInfo
java.lang.Object
io.jenkins.plugins.slsa.model.SubjectInfo
Represents a build artifact which should be included in
the SLSA provenance attestation.
-
Method Summary
-
Method Details
-
of
public static SubjectInfo of(@NonNull FilePath artifact, @NonNull FilePath workspace) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
getArtifactName
-
getWorkspacePath
-
getSha256Digest
-