public class BearychatNotifier
extends hudson.tasks.Notifier
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BearychatNotifier.BearychatJobProperty |
static class |
BearychatNotifier.DescriptorImpl |
| 构造器和说明 |
|---|
BearychatNotifier(String teamDomain,
String authToken,
String room,
String buildServerUrl,
String sendAs) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthToken() |
String |
getBuildServerUrl() |
BearychatNotifier.DescriptorImpl |
getDescriptor() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getRoom() |
String |
getSendAs() |
String |
getTeamDomain() |
BearychatService |
newBearychatService(String room) |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public BearychatNotifier.DescriptorImpl getDescriptor()
getDescriptor 在接口中 hudson.model.Describable<hudson.tasks.Publisher>getDescriptor 在类中 hudson.tasks.Notifierpublic String getTeamDomain()
public String getRoom()
public String getAuthToken()
public String getBuildServerUrl()
public String getSendAs()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public BearychatService newBearychatService(String room)
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform 在接口中 hudson.tasks.BuildStepperform 在类中 hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionCopyright © 2004-2015. All Rights Reserved.