Class ReleaseStepExecution

  • All Implemented Interfaces:
    Serializable

    @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
    public class ReleaseStepExecution
    extends org.jenkinsci.plugins.workflow.steps.StepExecution
    Since:
    2.7
    Author:
    Alexey Merezhin
    See Also:
    Serialized Form
    • Constructor Detail

      • ReleaseStepExecution

        public ReleaseStepExecution​(@Nonnull
                                    org.jenkinsci.plugins.workflow.steps.StepContext context,
                                    @Nonnull
                                    ReleaseStep step)
    • Method Detail

      • start

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

        public void stop​(@Nonnull
                         Throwable cause)
                  throws Exception
        Overrides:
        stop in class org.jenkinsci.plugins.workflow.steps.StepExecution
        Throws:
        Exception