hudson.plugins.matrix_configuration_parameter
クラス MatrixCombinationsParameterValue

java.lang.Object
  上位を拡張 hudson.model.ParameterValue
      上位を拡張 hudson.plugins.matrix_configuration_parameter.MatrixCombinationsParameterValue
すべての実装されたインタフェース:
Serializable
直系の既知のサブクラス:
DefaultMatrixCombinationsParameterValue

public class MatrixCombinationsParameterValue
extends hudson.model.ParameterValue

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

フィールドの概要
 
クラス hudson.model.ParameterValue から継承されたフィールド
name
 
コンストラクタの概要
MatrixCombinationsParameterValue(String name, Boolean[] values, String[] confs)
           
MatrixCombinationsParameterValue(String name, Boolean[] values, String[] confs, String description)
           
 
メソッドの概要
 boolean combinationExists(hudson.matrix.AxisList axes, hudson.matrix.Combination c)
           
 boolean combinationExists(hudson.matrix.Combination c)
          推奨されていません。 
 hudson.util.VariableResolver<String> createVariableResolver(hudson.model.AbstractBuild<?,?> build)
           
 boolean equals(Object obj)
           
 String[] getConfs()
           
 Boolean[] getValues()
           
 int hashCode()
           
 String toString()
           
 
クラス hudson.model.ParameterValue から継承されたメソッド
buildEnvVars, buildEnvVars, createBuildWrapper, getAssignedLabel, getDefinition, getDescription, getName, getShortDescription, isSensitive, setDescription
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

MatrixCombinationsParameterValue

@DataBoundConstructor
public MatrixCombinationsParameterValue(String name,
                                                             Boolean[] values,
                                                             String[] confs)

MatrixCombinationsParameterValue

public MatrixCombinationsParameterValue(String name,
                                        Boolean[] values,
                                        String[] confs,
                                        String description)
メソッドの詳細

getValues

public Boolean[] getValues()

getConfs

public String[] getConfs()

createVariableResolver

public hudson.util.VariableResolver<String> createVariableResolver(hudson.model.AbstractBuild<?,?> build)
オーバーライド:
クラス hudson.model.ParameterValue 内の createVariableResolver

combinationExists

public boolean combinationExists(hudson.matrix.AxisList axes,
                                 hudson.matrix.Combination c)

combinationExists

@Deprecated
public boolean combinationExists(hudson.matrix.Combination c)
推奨されていません。 


hashCode

public int hashCode()
オーバーライド:
クラス hudson.model.ParameterValue 内の hashCode

equals

public boolean equals(Object obj)
オーバーライド:
クラス hudson.model.ParameterValue 内の equals

toString

public String toString()
オーバーライド:
クラス Object 内の toString


Copyright © 2004-2014. All Rights Reserved.