public class BearychatNotifier
extends hudson.tasks.Notifier
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BearychatNotifier.DescriptorImpl |
| 构造器和说明 |
|---|
BearychatNotifier(String teamDomain,
String authToken,
String room,
String buildServerUrl,
String sendAs,
boolean startNotification,
boolean notifyAborted,
boolean notifyFailure,
boolean notifyNotBuilt,
boolean notifySuccess,
boolean notifyUnstable,
boolean notifyBackToNormal,
boolean includeBearychatCustomMessage,
String bearychatCustomMessage,
String bearychatEndCustomMessage) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthToken() |
String |
getBearychatCustomMessage() |
String |
getBearychatEndCustomMessage() |
String |
getBuildServerUrl() |
BearychatNotifier.DescriptorImpl |
getDescriptor() |
boolean |
getNotifyAborted() |
boolean |
getNotifyBackToNormal() |
boolean |
getNotifyFailure() |
boolean |
getNotifyNotBuilt() |
boolean |
getNotifySuccess() |
boolean |
getNotifyUnstable() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getRoom() |
String |
getSendAs() |
boolean |
getStartNotification() |
String |
getTeamDomain() |
boolean |
includeBearychatCustomMessage() |
BearychatService |
newBearychatService(hudson.model.AbstractBuild r,
hudson.model.BuildListener listener) |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
boolean |
prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
@DataBoundConstructor public BearychatNotifier(String teamDomain, String authToken, String room, String buildServerUrl, String sendAs, boolean startNotification, boolean notifyAborted, boolean notifyFailure, boolean notifyNotBuilt, boolean notifySuccess, boolean notifyUnstable, boolean notifyBackToNormal, boolean includeBearychatCustomMessage, String bearychatCustomMessage, String bearychatEndCustomMessage)
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 boolean getStartNotification()
public boolean getNotifySuccess()
public boolean getNotifyAborted()
public boolean getNotifyFailure()
public boolean getNotifyNotBuilt()
public boolean getNotifyUnstable()
public boolean getNotifyBackToNormal()
public boolean includeBearychatCustomMessage()
public String getBearychatCustomMessage()
public String getBearychatEndCustomMessage()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public BearychatService newBearychatService(hudson.model.AbstractBuild r, hudson.model.BuildListener listener)
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform 在接口中 hudson.tasks.BuildStepperform 在类中 hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic boolean prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
prebuild 在接口中 hudson.tasks.BuildStepprebuild 在类中 hudson.tasks.BuildStepCompatibilityLayerCopyright © 2016–2017. All rights reserved.