Class CommentStep.CommentStepExecution

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    CommentStep

    public static class CommentStep.CommentStepExecution
    extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
    Author:
    jan zajic
    See Also:
    Serialized Form
    • Constructor Detail

      • CommentStepExecution

        protected CommentStepExecution​(CommentStep 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