Package io.jenkins.plugins.akeyless
Class AkeylessBindingStep.Execution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
io.jenkins.plugins.akeyless.AkeylessBindingStep.Execution
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AkeylessBindingStep
protected static class AkeylessBindingStep.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
ConstructorsConstructorDescriptionExecution(AkeylessBindingStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAkeylessAccessor(AkeylessAccessor akeylessAccessor) booleanstart()Methods inherited from class org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
blocksRestart, getStatus, onResume, run, stopMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
acceptAll, acceptAll, applyAll, applyAll, getContext, getStatusBounded
-
Constructor Details
-
Execution
public Execution(AkeylessBindingStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
Method Details
-
setAkeylessAccessor
-
start
- Specified by:
startin classorg.jenkinsci.plugins.workflow.steps.StepExecution- Throws:
Exception
-