Package io.jenkins.plugins.signpath
Class GetSignedArtifactStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
io.jenkins.plugins.signpath.GetSignedArtifactStepExecution
- All Implemented Interfaces:
Serializable
public class GetSignedArtifactStepExecution
extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
The step-execution for the
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
GetSignedArtifactStepExecution
(GetSignedArtifactStepInput input, SecretRetriever secretRetriever, ArtifactFileManager artifactFileManager, SignPathFacadeFactory signPathFacadeFactory, TaskListener taskListener, org.jenkinsci.plugins.workflow.steps.StepContext stepContext) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stop
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
applyAll, applyAll, getContext, getStatusBounded
-
Constructor Details
-
GetSignedArtifactStepExecution
protected GetSignedArtifactStepExecution(GetSignedArtifactStepInput input, SecretRetriever secretRetriever, ArtifactFileManager artifactFileManager, SignPathFacadeFactory signPathFacadeFactory, TaskListener taskListener, org.jenkinsci.plugins.workflow.steps.StepContext stepContext)
-
-
Method Details
-
run
- Specified by:
run
in classorg.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
- Throws:
SignPathStepFailedException
-