jp.ikedam.jenkins.plugins.extensible_choice_parameter
列挙型 AddEditedChoiceListProvider.WhenToAdd

java.lang.Object
  上位を拡張 java.lang.Enum<AddEditedChoiceListProvider.WhenToAdd>
      上位を拡張 jp.ikedam.jenkins.plugins.extensible_choice_parameter.AddEditedChoiceListProvider.WhenToAdd
すべての実装されたインタフェース:
Serializable, Comparable<AddEditedChoiceListProvider.WhenToAdd>
含まれているクラス:
AddEditedChoiceListProvider

public static enum AddEditedChoiceListProvider.WhenToAdd
extends Enum<AddEditedChoiceListProvider.WhenToAdd>

Used to Specify when to add a edited value


列挙型定数の概要
Completed
          When a build is completed
CompletedStable
          When a build is completed successfully
CompletedUnstable
          When a build is completed successfully, including unstable.
Triggered
          When a build is triggered and enqueued.
 
メソッドの概要
 boolean contains(hudson.model.Result result)
           
 String toString()
           
static AddEditedChoiceListProvider.WhenToAdd valueOf(String name)
          指定した名前を持つこの型の列挙型定数を返します。
static AddEditedChoiceListProvider.WhenToAdd[] values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 
クラス java.lang.Enum から継承されたメソッド
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
クラス java.lang.Object から継承されたメソッド
getClass, notify, notifyAll, wait, wait, wait
 

列挙型定数の詳細

Triggered

public static final AddEditedChoiceListProvider.WhenToAdd Triggered
When a build is triggered and enqueued.


Completed

public static final AddEditedChoiceListProvider.WhenToAdd Completed
When a build is completed


CompletedStable

public static final AddEditedChoiceListProvider.WhenToAdd CompletedStable
When a build is completed successfully


CompletedUnstable

public static final AddEditedChoiceListProvider.WhenToAdd CompletedUnstable
When a build is completed successfully, including unstable.

メソッドの詳細

values

public static AddEditedChoiceListProvider.WhenToAdd[] values()
この列挙型の定数を含む配列を宣言されている順序で返します。 このメソッドは次のようにして定数を反復するために使用できます:
for (AddEditedChoiceListProvider.WhenToAdd c : AddEditedChoiceListProvider.WhenToAdd.values())
    System.out.println(c);

戻り値:
この列挙型の定数を宣言されている順序で含む配列

valueOf

public static AddEditedChoiceListProvider.WhenToAdd valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。 文字列は、この型の列挙型定数を宣言するのに使用した識別子と厳密に 一致している必要があります (余分な空白文字を含めることはできません)。

パラメータ:
name - 返される列挙型定数の名前
戻り値:
指定された名前を持つ列挙型定数
例外:
IllegalArgumentException - 指定された名前を持つ定数を この列挙型が持っていない場合
NullPointerException - 引数が null の場合

toString

public String toString()
オーバーライド:
クラス Enum<AddEditedChoiceListProvider.WhenToAdd> 内の toString

contains

public boolean contains(hudson.model.Result result)


Copyright © 2004-2015. All Rights Reserved.