org.jenkinsci.plugins.rabbitmqbuildtrigger
クラス RemoteBuildPublisher.DescriptorImpl

java.lang.Object
  上位を拡張 hudson.model.Descriptor<T>
      上位を拡張 hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
          上位を拡張 org.jenkinsci.plugins.rabbitmqbuildtrigger.RemoteBuildPublisher.DescriptorImpl
すべての実装されたインタフェース:
hudson.model.Saveable
含まれているクラス:
RemoteBuildPublisher

@Extension
public static final class RemoteBuildPublisher.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>

The descriptor for this publisher.

作成者:
rinrinne a.k.a. rin_ne

入れ子のクラスの概要
 
クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
フィールドの概要
 
クラス hudson.model.Descriptor から継承されたフィールド
clazz
 
インタフェース hudson.model.Saveable から継承されたフィールド
NOOP
 
コンストラクタの概要
RemoteBuildPublisher.DescriptorImpl()
           
 
メソッドの概要
 hudson.util.ListBoxModel doFillBrokerTypeItems()
          Fills listbox item for brokerType.
 String getDisplayName()
           
 String getExchangeName()
          Gets exchange name.
 boolean isApplicable(Class<? extends hudson.model.AbstractProject> arg0)
           
 void setExchangeName(String exchangeName)
          Sets exchange name.
 
クラス hudson.tasks.BuildStepDescriptor から継承されたメソッド
filter
 
クラス hudson.model.Descriptor から継承されたメソッド
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RemoteBuildPublisher.DescriptorImpl

public RemoteBuildPublisher.DescriptorImpl()
メソッドの詳細

isApplicable

public boolean isApplicable(Class<? extends hudson.model.AbstractProject> arg0)
定義:
クラス hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> 内の isApplicable

getDisplayName

public String getDisplayName()
定義:
クラス hudson.model.Descriptor<hudson.tasks.Publisher> 内の getDisplayName

setExchangeName

public void setExchangeName(String exchangeName)
Sets exchange name.

パラメータ:
exchangeName - the exchange name.

getExchangeName

public String getExchangeName()
Gets exchange name.

戻り値:
the exchange name.

doFillBrokerTypeItems

public hudson.util.ListBoxModel doFillBrokerTypeItems()
Fills listbox item for brokerType.

戻り値:
instance.


Copyright © 2004-2014. All Rights Reserved.