Class ReadRemoteResultStep.ReadRemoteResultStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Map<?,?>>
io.jenkins.plugins.remote.result.trigger.ReadRemoteResultStep.ReadRemoteResultStepExecution
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ReadRemoteResultStep
public static class ReadRemoteResultStep.ReadRemoteResultStepExecution
extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Map<?,?>>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReadRemoteResultStepExecution
(ReadRemoteResultStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stop
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
applyAll, applyAll, getContext, getStatusBounded
-
Constructor Details
-
ReadRemoteResultStepExecution
public ReadRemoteResultStepExecution(@NonNull ReadRemoteResultStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
Method Details