Package com.datapipe.jenkins.vault
Class VaultBindingStep.Execution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
com.datapipe.jenkins.vault.VaultBindingStep.Execution
- All Implemented Interfaces:
Serializable
- Enclosing class:
- VaultBindingStep
protected static class VaultBindingStep.Execution
extends org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.Block, org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.TailCall
-
Constructor Summary
ConstructorDescriptionExecution
(VaultBindingStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setVaultAccessor
(VaultAccessor vaultAccessor) boolean
start()
Methods inherited from class org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
blocksRestart, getStatus, onResume, run, stop
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
applyAll, applyAll, getContext, getStatusBounded
-
Constructor Details
-
Execution
-
-
Method Details
-
setVaultAccessor
-
start
- Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.StepExecution
- Throws:
Exception
-