hudson.plugins.promoted_builds.conditions
クラス DownstreamPassCondition.DescriptorImpl

java.lang.Object
  上位を拡張 hudson.model.Descriptor<PromotionCondition>
      上位を拡張 hudson.plugins.promoted_builds.PromotionConditionDescriptor
          上位を拡張 hudson.plugins.promoted_builds.conditions.DownstreamPassCondition.DescriptorImpl
すべての実装されたインタフェース:
hudson.model.Saveable
含まれているクラス:
DownstreamPassCondition

@Extension
public static final class DownstreamPassCondition.DescriptorImpl
extends PromotionConditionDescriptor


入れ子のクラスの概要
 
クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
フィールドの概要
static DownstreamPassCondition.DescriptorImpl INSTANCE
           
 
クラス hudson.model.Descriptor から継承されたフィールド
clazz
 
インタフェース hudson.model.Saveable から継承されたフィールド
NOOP
 
コンストラクタの概要
DownstreamPassCondition.DescriptorImpl()
           
 
メソッドの概要
 java.lang.String getDisplayName()
           
 java.lang.String getHelpFile()
           
 boolean isApplicable(hudson.model.AbstractProject<?,?> item)
          Returns true if this condition is applicable to the given project.
 PromotionCondition newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 
クラス hudson.model.Descriptor から継承されたメソッド
calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

INSTANCE

public static final DownstreamPassCondition.DescriptorImpl INSTANCE
コンストラクタの詳細

DownstreamPassCondition.DescriptorImpl

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

isApplicable

public boolean isApplicable(hudson.model.AbstractProject<?,?> item)
クラス PromotionConditionDescriptor の記述:
Returns true if this condition is applicable to the given project.

定義:
クラス PromotionConditionDescriptor 内の isApplicable
戻り値:
true to allow user to configure this promotion condition for the given project.

getDisplayName

public java.lang.String getDisplayName()
定義:
クラス hudson.model.Descriptor<PromotionCondition> 内の getDisplayName

getHelpFile

public java.lang.String getHelpFile()
オーバーライド:
クラス hudson.model.Descriptor<PromotionCondition> 内の getHelpFile

newInstance

public PromotionCondition newInstance(org.kohsuke.stapler.StaplerRequest req,
                                      net.sf.json.JSONObject formData)
                               throws hudson.model.Descriptor.FormException
オーバーライド:
クラス hudson.model.Descriptor<PromotionCondition> 内の newInstance
例外:
hudson.model.Descriptor.FormException


Copyright © 2011. All Rights Reserved.