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
public class ReadJSONStepExecution extends AbstractFileOrTextStepExecution<Object>
Execution ofReadJSONStep
.- Author:
- Nikolas Falco
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextStepExecution
ws
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ReadJSONStepExecution(ReadJSONStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
doRun()
-
Methods inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextStepExecution
run
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stop
-
-
-
-
Constructor Detail
-
ReadJSONStepExecution
protected ReadJSONStepExecution(@NonNull ReadJSONStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-