Class ReadJSONStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<T>
org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextStepExecution<Object>
org.jenkinsci.plugins.pipeline.utility.steps.json.ReadJSONStepExecution
- All Implemented Interfaces:
Serializable
Execution of
ReadJSONStep.- Author:
- Nikolas Falco
- See Also:
-
Field Summary
Fields inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextStepExecution
ws -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedReadJSONStepExecution(ReadJSONStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextStepExecution
runMethods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stopMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
acceptAll, acceptAll, applyAll, applyAll, getContext, getStatusBounded
-
Constructor Details
-
ReadJSONStepExecution
protected ReadJSONStepExecution(@NonNull ReadJSONStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
Method Details
-
doRun
- Specified by:
doRunin classAbstractFileOrTextStepExecution<Object>- Throws:
Exception
-