Class WriteJSONStepExecution

  • All Implemented Interfaces:
    Serializable

    public class WriteJSONStepExecution
    extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
    Execution of WriteJSONStep.
    Author:
    Nikolas Falco
    See Also:
    Serialized Form
    • Constructor Detail

      • WriteJSONStepExecution

        protected WriteJSONStepExecution​(@NonNull
                                         WriteJSONStep step,
                                         @NonNull
                                         org.jenkinsci.plugins.workflow.steps.StepContext context)
    • Method Detail

      • run

        protected Void run()
                    throws Exception
        Specified by:
        run in class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
        Throws:
        Exception