Class CRDAStep.Execution

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    CRDAStep

    public static class CRDAStep.Execution
    extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<String>
    See Also:
    Serialized Form
    • Constructor Summary

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

      • Execution

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

      • run

        protected String run()
                      throws Exception
        Specified by:
        run in class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<String>
        Throws:
        Exception