public static enum AddEditedChoiceListProvider.WhenToAdd extends Enum<AddEditedChoiceListProvider.WhenToAdd>
| Enum Constant and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(hudson.model.Result result) |
String |
toString() |
static AddEditedChoiceListProvider.WhenToAdd |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddEditedChoiceListProvider.WhenToAdd[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddEditedChoiceListProvider.WhenToAdd Triggered
public static final AddEditedChoiceListProvider.WhenToAdd Completed
public static final AddEditedChoiceListProvider.WhenToAdd CompletedStable
public static final AddEditedChoiceListProvider.WhenToAdd CompletedUnstable
public static AddEditedChoiceListProvider.WhenToAdd[] values()
for (AddEditedChoiceListProvider.WhenToAdd c : AddEditedChoiceListProvider.WhenToAdd.values()) System.out.println(c);
public static AddEditedChoiceListProvider.WhenToAdd valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<AddEditedChoiceListProvider.WhenToAdd>public boolean contains(hudson.model.Result result)
Copyright © 2016–2017. All rights reserved.