Class WriteJSONStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
org.jenkinsci.plugins.pipeline.utility.steps.json.WriteJSONStepExecution
- All Implemented Interfaces:
- Serializable
public class WriteJSONStepExecution
extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
Execution of 
WriteJSONStep.- Author:
- Nikolas Falco
- See Also:
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedWriteJSONStepExecution(WriteJSONStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) 
- 
Method SummaryMethods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecutionblocksRestart, getStatus, onResume, start, stopMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecutionacceptAll, acceptAll, applyAll, applyAll, getContext, getStatusBounded
- 
Constructor Details- 
WriteJSONStepExecutionprotected WriteJSONStepExecution(@NonNull WriteJSONStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context) 
 
- 
- 
Method Details