Class ContainerLogStepExecution

  • All Implemented Interfaces:
    Serializable

    public class ContainerLogStepExecution
    extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<String>
    See Also:
    Serialized Form
    • Method Detail

      • run

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

        public void stop​(Throwable cause)
                  throws Exception
        Overrides:
        stop in class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<String>
        Throws:
        Exception