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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NotifyStep.Descriptor
Descriptor for this step: defines the context and the UI labels.-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description NotifyStep()
Creates a new instance ofNotifyStep
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLoglines()
String
getNotes()
String
getPhase()
void
setLoglines(String loglines)
void
setNotes(String notes)
void
setPhase(String phase)
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
-
Constructor Detail
-
NotifyStep
@DataBoundConstructor public NotifyStep()
Creates a new instance ofNotifyStep
.
-
-
Method Detail
-
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 classorg.jenkinsci.plugins.workflow.steps.Step
-
-