hudson.plugins.promoted_builds
クラス JobPropertyImpl.DescriptorImpl

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

@Extension
public static final class JobPropertyImpl.DescriptorImpl
extends hudson.model.JobPropertyDescriptor


入れ子のクラスの概要
 
クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
フィールドの概要
 java.lang.Class<PromotionProcess> promotionProcessType
           
 
クラス hudson.model.Descriptor から継承されたフィールド
clazz
 
インタフェース hudson.model.Saveable から継承されたフィールド
NOOP
 
コンストラクタの概要
JobPropertyImpl.DescriptorImpl()
           
 
メソッドの概要
 hudson.util.FormValidation doCheckName(java.lang.String name)
           
 java.util.List<hudson.model.Descriptor<? extends hudson.tasks.BuildStep>> getApplicableBuildSteps(hudson.model.AbstractProject<?,?> p)
           
 java.util.List<PromotionConditionDescriptor> getApplicableConditions(hudson.model.AbstractProject<?,?> p)
           
 java.lang.String getDisplayName()
           
 boolean isApplicable(java.lang.Class<? extends hudson.model.Job> jobType)
           
 JobPropertyImpl newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json)
           
 
クラス hudson.model.JobPropertyDescriptor から継承されたメソッド
all, getPropertyDescriptors
 
クラス hudson.model.Descriptor から継承されたメソッド
calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, 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
 

フィールドの詳細

promotionProcessType

public final java.lang.Class<PromotionProcess> promotionProcessType
コンストラクタの詳細

JobPropertyImpl.DescriptorImpl

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

getDisplayName

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

isApplicable

public boolean isApplicable(java.lang.Class<? extends hudson.model.Job> jobType)
オーバーライド:
クラス hudson.model.JobPropertyDescriptor 内の isApplicable

newInstance

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

getApplicableConditions

public java.util.List<PromotionConditionDescriptor> getApplicableConditions(hudson.model.AbstractProject<?,?> p)

getApplicableBuildSteps

public java.util.List<hudson.model.Descriptor<? extends hudson.tasks.BuildStep>> getApplicableBuildSteps(hudson.model.AbstractProject<?,?> p)

doCheckName

public hudson.util.FormValidation doCheckName(@QueryParameter
                                              java.lang.String name)


Copyright © 2011. All Rights Reserved.