public class RemoteBuildPublisher
extends hudson.tasks.Notifier
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
RemoteBuildPublisher.DescriptorImpl
The descriptor for this publisher.
|
hudson.tasks.Publisher.DescriptorExtensionListImpl| コンストラクタと説明 |
|---|
RemoteBuildPublisher(String brokerName,
String routingKey)
Creates instance with specified parameters.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getBrokerName()
Gets broker name.
|
RemoteBuildPublisher.DescriptorImpl |
getDescriptor() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getRoutingKey()
Gets routingKey.
|
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setBrokerName(String brokerName)
Sets broker name.
|
void |
setRoutingKey(String routingKey)
Sets routingKey.
|
public String getBrokerName()
public void setBrokerName(String brokerName)
brokerName - the broker name.public String getRoutingKey()
public void setRoutingKey(String routingKey)
routingKey - the routingKey.public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform インタフェース内 hudson.tasks.BuildStepperform クラス内 hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic RemoteBuildPublisher.DescriptorImpl getDescriptor()
getDescriptor インタフェース内 hudson.model.Describable<hudson.tasks.Publisher>getDescriptor クラス内 hudson.tasks.NotifierCopyright © 2016–2017. All rights reserved.