Class GetLastChangesPublisherStep.Execution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
-
- org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution<LastChangesPublisherScript>
-
- com.github.jenkins.lastchanges.pipeline.GetLastChangesPublisherStep.Execution
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GetLastChangesPublisherStep
public static class GetLastChangesPublisherStep.Execution extends org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution<LastChangesPublisherScript>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Execution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LastChangesPublisherScript
run()
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution
start, stop
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
inject, onResume
-
-
-
-
Method Detail
-
run
protected LastChangesPublisherScript run() throws Exception
- Specified by:
run
in classorg.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution<LastChangesPublisherScript>
- Throws:
Exception
-
-