public class HipChatNotifier
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
HipChatNotifier.DescriptorImpl |
static class |
HipChatNotifier.HipChatJobProperty |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
HipChatNotifier(String authToken,
String room,
String buildServerUrl,
String sendAs) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthToken() |
String |
getBuildServerUrl() |
HipChatNotifier.DescriptorImpl |
getDescriptor() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getRoom() |
String |
getSendAs() |
HipChatService |
newHipChatService(String room) |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, prebuildpublic HipChatNotifier.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 HipChatService newHipChatService(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.