public class FlowdockNotifier
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
FlowdockNotifier.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
FlowdockNotifier(String flowToken,
String notificationTags,
String chatNotification,
String notifySuccess,
String notifyFailure,
String notifyFixed,
String notifyUnstable,
String notifyAborted,
String notifyNotBuilt) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getChatNotification() |
FlowdockNotifier.DescriptorImpl |
getDescriptor() |
String |
getFlowToken() |
String |
getNotificationTags() |
boolean |
getNotifyAborted() |
boolean |
getNotifyFailure() |
boolean |
getNotifyFixed() |
boolean |
getNotifyNotBuilt() |
boolean |
getNotifySuccess() |
boolean |
getNotifyUnstable() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
needsToRunAfterFinalized() |
protected void |
notifyFlowdock(hudson.model.AbstractBuild build,
BuildResult buildResult,
hudson.model.BuildListener listener) |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
boolean |
shouldNotify(BuildResult buildResult) |
public String getFlowToken()
public String getNotificationTags()
public boolean getChatNotification()
public boolean getNotifySuccess()
public boolean getNotifyFailure()
public boolean getNotifyFixed()
public boolean getNotifyUnstable()
public boolean getNotifyAborted()
public boolean getNotifyNotBuilt()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public boolean needsToRunAfterFinalized()
needsToRunAfterFinalized in class hudson.tasks.Publisherpublic boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic boolean shouldNotify(BuildResult buildResult)
protected void notifyFlowdock(hudson.model.AbstractBuild build,
BuildResult buildResult,
hudson.model.BuildListener listener)
public FlowdockNotifier.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.NotifierCopyright © 2004-2015. All Rights Reserved.