Package com.tsystems.sbs
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
ModifierConstructorDescriptionprotected
Execution
(org.jenkinsci.plugins.workflow.steps.StepContext context) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
inject
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded
-
Constructor Details
-
Execution
protected Execution(org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
Method Details
-
onResume
public void onResume()- Overrides:
onResume
in classorg.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
-
start
- Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.StepExecution
- Throws:
Exception
-
stop
- Overrides:
stop
in classorg.jenkinsci.plugins.workflow.steps.StepExecution
- Throws:
Exception
-