Package io.jenkins.plugins.slsa
Class ProvenanceAction
java.lang.Object
io.jenkins.plugins.slsa.ProvenanceAction
- All Implemented Interfaces:
Action,ModelObject,RunAction2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProvenanceAttestation(String path, String provenanceContent) voidaddSubject(SubjectInfo subject) Run<?, ?> getRun()voidonAttached(Run<?, ?> run) void
-
Constructor Details
-
ProvenanceAction
public ProvenanceAction()
-
-
Method Details
-
addSubject
-
getSubjects
-
addProvenanceAttestation
-
getProvenanceAttestations
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
onAttached
- Specified by:
onAttachedin interfaceRunAction2
-
onLoad
- Specified by:
onLoadin interfaceRunAction2
-
getRun
-