Class SumoPipelineLogCollection.Execution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- com.sumologic.jenkins.jenkinssumologicplugin.utility.SumoPipelineLogCollection.Execution
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SumoPipelineLogCollection
public static class SumoPipelineLogCollection.Execution extends org.jenkinsci.plugins.workflow.steps.StepExecution
Execution forSumoPipelineLogCollection
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Execution(org.jenkinsci.plugins.workflow.steps.StepContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onResume()
boolean
start()
void
stop(Throwable cause)
-
-
-
Method Detail
-
onResume
public void onResume()
- Overrides:
onResume
in classorg.jenkinsci.plugins.workflow.steps.StepExecution
-
start
public boolean start() throws Exception
- Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.StepExecution
- Throws:
Exception
-
stop
public void stop(@Nonnull Throwable cause)
- Overrides:
stop
in classorg.jenkinsci.plugins.workflow.steps.StepExecution
-
-