public class ChatNotifier
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
ChatNotifier.ChatJobProperty |
static class |
ChatNotifier.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
ChatNotifier(String authToken,
String room,
String buildServerUrl,
String sendAs) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthToken() |
String |
getBuildServerUrl() |
ChatNotifier.DescriptorImpl |
getDescriptor() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getRoom() |
String |
getSendAs() |
ChatService |
newChatService(String room) |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, prebuildpublic ChatNotifier.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Notifierpublic String getRoom()
public String getAuthToken()
public String getBuildServerUrl()
public String getSendAs()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public ChatService newChatService(String room)
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-2015. All Rights Reserved.