public class RemoteBuildPublisher
extends hudson.tasks.Notifier
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
RemoteBuildPublisher.DescriptorImpl
The descriptor for this publisher.
|
hudson.tasks.Publisher.DescriptorExtensionListImpl| コンストラクタと説明 |
|---|
RemoteBuildPublisher(String brokerType,
String brokerName)
Creates instance with specified parameters.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getBrokerName()
Gets broker name.
|
String |
getBrokerType()
Gets broker type.
|
RemoteBuildPublisher.DescriptorImpl |
getDescriptor() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setBrokerName(String brokerName)
Sets broker name.
|
void |
setBrokerType(String brokerType)
Sets broker type.
|
public String getBrokerType()
public void setBrokerType(String brokerType)
brokerType - the broker type.public String getBrokerName()
public void setBrokerName(String brokerName)
brokerName - the broker name.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 © 2004-2014. All Rights Reserved.