Class ExwsExecution

  • All Implemented Interfaces:
    Serializable

    public class ExwsExecution
    extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
    The execution of ExwsStep.
    Author:
    Alexandru Somai
    See Also:
    Serialized Form
    • Constructor Detail

      • ExwsExecution

        public ExwsExecution()
    • 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