disableFailedJob.disableFailedJob
クラス ParameterDefinision

java.lang.Object
  上位を拡張 hudson.model.ParameterDefinition
      上位を拡張 hudson.model.SimpleParameterDefinition
          上位を拡張 disableFailedJob.disableFailedJob.ParameterDefinision
すべての実装されたインタフェース:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.ParameterDefinition>, Serializable

public class ParameterDefinision
extends hudson.model.SimpleParameterDefinition

関連項目:
直列化された形式

入れ子のクラスの概要
 
クラス hudson.model.ParameterDefinition から継承された入れ子のクラス/インタフェース
hudson.model.ParameterDefinition.ParameterDescriptor
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
フィールドの概要
static String JOB_DISABLE_WHEN_FAIRURE_AND_UNSTABLE
           
static String JOB_DISABLE_WHEN_ONLY_FAIRURE
           
static String JOB_DISABLE_WHEN_ONLY_UNSTABLE
           
 
クラス hudson.model.ParameterDefinition から継承されたフィールド
LIST
 
コンストラクタの概要
ParameterDefinision(String name)
           
 
メソッドの概要
 hudson.model.ParameterValue createValue(org.kohsuke.stapler.StaplerRequest arg0, net.sf.json.JSONObject arg1)
           
 hudson.model.ParameterValue createValue(String arg0)
           
static List<String> getJobDisatbleTimes()
           
 
クラス hudson.model.SimpleParameterDefinition から継承されたメソッド
createValue, createValue
 
クラス hudson.model.ParameterDefinition から継承されたメソッド
all, copyWithDefaultValue, getDefaultParameterValue, getDescription, getDescriptor, getFormattedDescription, getName, getType
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

JOB_DISABLE_WHEN_ONLY_FAIRURE

public static final String JOB_DISABLE_WHEN_ONLY_FAIRURE
関連項目:
定数フィールド値

JOB_DISABLE_WHEN_FAIRURE_AND_UNSTABLE

public static final String JOB_DISABLE_WHEN_FAIRURE_AND_UNSTABLE
関連項目:
定数フィールド値

JOB_DISABLE_WHEN_ONLY_UNSTABLE

public static final String JOB_DISABLE_WHEN_ONLY_UNSTABLE
関連項目:
定数フィールド値
コンストラクタの詳細

ParameterDefinision

@DataBoundConstructor
public ParameterDefinision(String name)
メソッドの詳細

createValue

public hudson.model.ParameterValue createValue(String arg0)
定義:
クラス hudson.model.SimpleParameterDefinition 内の createValue

createValue

public hudson.model.ParameterValue createValue(org.kohsuke.stapler.StaplerRequest arg0,
                                               net.sf.json.JSONObject arg1)
定義:
クラス hudson.model.ParameterDefinition 内の createValue

getJobDisatbleTimes

public static List<String> getJobDisatbleTimes()


Copyright © 2004-2014. All Rights Reserved.