Class NotifyStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
com.tikal.hudson.plugins.notification.NotifyStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>, Serializable

public class NotifyStep extends org.jenkinsci.plugins.workflow.steps.Step implements Serializable
See Also:
  • Constructor Details

    • NotifyStep

      @DataBoundConstructor public NotifyStep()
      Creates a new instance of NotifyStep.
  • Method Details

    • getNotes

      @CheckForNull public String getNotes()
    • setNotes

      @DataBoundSetter public void setNotes(@CheckForNull String notes)
    • getPhase

      @CheckForNull public String getPhase()
    • setPhase

      @DataBoundSetter public void setPhase(@CheckForNull String phase)
    • getLoglines

      @CheckForNull public String getLoglines()
    • setLoglines

      @DataBoundSetter public void setLoglines(@CheckForNull String loglines)
    • start

      public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
      Specified by:
      start in class org.jenkinsci.plugins.workflow.steps.Step