public class ChatworkPublisher
extends hudson.tasks.Publisher
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
ChatworkPublisher.DescriptorImpl |
| コンストラクタと説明 |
|---|
ChatworkPublisher(String rid,
String defaultMessage,
Boolean notifyOnSuccess,
Boolean notifyOnFail,
String unstableMessage,
String notBuiltMessage,
String abortedMessage,
String successMessage,
String failureMessage,
Boolean notifyOnUnstable,
Boolean notifyOnNotBuilt,
Boolean notifyOnAborted) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getAbortedMessage() |
String |
getDefaultMessage()
非推奨です。
|
ChatworkPublisher.DescriptorImpl |
getDescriptor() |
String |
getFailureMessage() |
String |
getNotBuiltMessage() |
Boolean |
getNotifyOnAborted() |
Boolean |
getNotifyOnFail() |
Boolean |
getNotifyOnNotBuilt() |
Boolean |
getNotifyOnSuccess() |
Boolean |
getNotifyOnUnstable() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getRid()
We'll use this from the config.jelly.
|
String |
getSuccessMessage() |
String |
getUnstableMessage() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
@DataBoundConstructor public ChatworkPublisher(String rid, String defaultMessage, Boolean notifyOnSuccess, Boolean notifyOnFail, String unstableMessage, String notBuiltMessage, String abortedMessage, String successMessage, String failureMessage, Boolean notifyOnUnstable, Boolean notifyOnNotBuilt, Boolean notifyOnAborted)
public String getRid()
@Deprecated public String getDefaultMessage()
public String getSuccessMessage()
public String getFailureMessage()
public String getUnstableMessage()
public String getNotBuiltMessage()
public String getAbortedMessage()
public Boolean getNotifyOnSuccess()
public Boolean getNotifyOnFail()
public Boolean getNotifyOnUnstable()
public Boolean getNotifyOnNotBuilt()
public Boolean getNotifyOnAborted()
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform インタフェース内 hudson.tasks.BuildStepperform クラス内 hudson.tasks.BuildStepCompatibilityLayerpublic ChatworkPublisher.DescriptorImpl getDescriptor()
getDescriptor インタフェース内 hudson.model.Describable<hudson.tasks.Publisher>getDescriptor クラス内 hudson.tasks.Publisherpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2016–2017. All rights reserved.