Class CreateReleaseStepExecution

  • All Implemented Interfaces:
    Serializable

    public class CreateReleaseStepExecution
    extends org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution<Release>
    See Also:
    Serialized Form
    • Constructor Detail

      • CreateReleaseStepExecution

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

      • run

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