Class WriteTOMLStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
org.jenkinsci.plugins.pipeline.utility.steps.toml.WriteTOMLStepExecution
- All Implemented Interfaces:
- Serializable
public class WriteTOMLStepExecution
extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
Execution of 
WriteTOMLStep.- See Also:
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedWriteTOMLStepExecution(WriteTOMLStep 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- 
WriteTOMLStepExecutionprotected WriteTOMLStepExecution(@NonNull WriteTOMLStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context) 
 
- 
- 
Method Details