public static class SlackNotifier.SlackJobProperty
extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
| Modifier and Type | Class and Description |
|---|---|
static class |
SlackNotifier.SlackJobProperty.DescriptorImpl |
| Constructor and Description |
|---|
SlackNotifier.SlackJobProperty(String room,
boolean startNotification,
boolean notifyAborted,
boolean notifyFailure,
boolean notifyNotBuilt,
boolean notifySuccess,
boolean notifyUnstable,
boolean notifyBackToNormal) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getNotifyAborted() |
boolean |
getNotifyBackToNormal() |
boolean |
getNotifyFailure() |
boolean |
getNotifyNotBuilt() |
boolean |
getNotifySuccess() |
boolean |
getNotifyUnstable() |
String |
getRoom() |
boolean |
getStartNotification() |
boolean |
prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
@DataBoundConstructor public SlackNotifier.SlackJobProperty(String room, boolean startNotification, boolean notifyAborted, boolean notifyFailure, boolean notifyNotBuilt, boolean notifySuccess, boolean notifyUnstable, boolean notifyBackToNormal)
@Exported public String getRoom()
@Exported public boolean getStartNotification()
@Exported public boolean getNotifySuccess()
public boolean prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
prebuild in interface hudson.tasks.BuildStepprebuild in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>@Exported public boolean getNotifyAborted()
@Exported public boolean getNotifyFailure()
@Exported public boolean getNotifyNotBuilt()
@Exported public boolean getNotifyUnstable()
@Exported public boolean getNotifyBackToNormal()
Copyright © 2004-2013. All Rights Reserved.