public class KatoNotifier
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
KatoNotifier.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
static KatoNotifier.DescriptorImpl |
DESCRIPTOR |
| Constructor and Description |
|---|
KatoNotifier(String room,
String sendAs,
boolean startNotification,
boolean notifyAborted,
boolean notifyFailure,
boolean notifyNotBuilt,
boolean notifySuccess,
boolean notifyUnstable,
boolean notifyFirstSuccess) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGlobalRoom() |
boolean |
getNotifyAborted() |
boolean |
getNotifyFailure() |
boolean |
getNotifyFirstSuccess() |
boolean |
getNotifyNotBuilt() |
boolean |
getNotifySuccess() |
boolean |
getNotifyUnstable() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getRoom() |
String |
getSendAs() |
boolean |
getStartNotification() |
KatoService |
newKatoService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, prebuild@Extension public static final KatoNotifier.DescriptorImpl DESCRIPTOR
public String getRoom()
public boolean getStartNotification()
public boolean getNotifyAborted()
public boolean getNotifyFailure()
public boolean getNotifyNotBuilt()
public boolean getNotifySuccess()
public boolean getNotifyUnstable()
public boolean getNotifyFirstSuccess()
public String getGlobalRoom()
public String getSendAs()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public KatoService newKatoService()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionCopyright © 2004-2014. All Rights Reserved.