Class WriteYamlStep.Execution

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    WriteYamlStep

    public static class WriteYamlStep.Execution
    extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Execution​(org.jenkinsci.plugins.workflow.steps.StepContext context, WriteYamlStep step)  
    • Constructor Detail

      • Execution

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

      • run

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