Class SdoEventDeliveryStep.Execution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<String>
-
- com.sumologic.jenkins.jenkinssumologicplugin.sdo.SdoEventDeliveryStep.Execution
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SdoEventDeliveryStep
public static class SdoEventDeliveryStep.Execution extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<String>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static long
serialVersionUID
protected SdoEventDeliveryStep
step
-
Constructor Summary
Constructors Modifier Constructor Description protected
Execution(SdoEventDeliveryStep sdoEventDeliveryStep, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
run()
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stop
-
-
-
-
Field Detail
-
serialVersionUID
protected static final long serialVersionUID
- See Also:
- Constant Field Values
-
step
protected final transient SdoEventDeliveryStep step
-
-
Constructor Detail
-
Execution
protected Execution(SdoEventDeliveryStep sdoEventDeliveryStep, @Nonnull org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-