Class ContainerStepExecution

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerStepExecution
All Implemented Interfaces:
Serializable

public class ContainerStepExecution extends org.jenkinsci.plugins.workflow.steps.StepExecution
See Also:
  • Method Details

    • 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