Class VaultBindingStep.Execution

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    VaultBindingStep

    protected static class VaultBindingStep.Execution
    extends org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
    See Also:
    Serialized Form
    • 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

      Constructors 
      Constructor Description
      Execution​(VaultBindingStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)  
    • Constructor Detail

      • Execution

        public Execution​(VaultBindingStep step,
                         org.jenkinsci.plugins.workflow.steps.StepContext context)
    • Method Detail

      • setVaultAccessor

        public void setVaultAccessor​(VaultAccessor vaultAccessor)
      • start

        public boolean start()
                      throws Exception
        Specified by:
        start in class org.jenkinsci.plugins.workflow.steps.StepExecution
        Throws:
        Exception