Class LogFileFilterStep.Execution

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
com.tsystems.sbs.LogFileFilterStep.Execution
All Implemented Interfaces:
Serializable
Enclosing class:
LogFileFilterStep

public static class LogFileFilterStep.Execution extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
Execution for LogFileFilterStep.
See Also:
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Execution(org.jenkinsci.plugins.workflow.steps.StepContext context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
    void
    stop(Throwable cause)

    Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl

    inject

    Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution

    acceptAll, acceptAll, applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Execution

      protected Execution(org.jenkinsci.plugins.workflow.steps.StepContext context)
  • Method Details

    • onResume

      public void onResume()
      Overrides:
      onResume in class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
    • 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