public static enum CalendarView.EventType extends Enum<CalendarView.EventType>
| Enum Constant and Description |
|---|
ABORTED |
FAILURE |
FUTURE |
NOT_BUILT |
SUCCESS |
UNSTABLE |
| Modifier and Type | Method and Description |
|---|---|
static CalendarView.EventType |
fromResult(hudson.model.Result result) |
static CalendarView.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalendarView.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalendarView.EventType FAILURE
public static final CalendarView.EventType SUCCESS
public static final CalendarView.EventType UNSTABLE
public static final CalendarView.EventType ABORTED
public static final CalendarView.EventType NOT_BUILT
public static final CalendarView.EventType FUTURE
public static CalendarView.EventType[] values()
for (CalendarView.EventType c : CalendarView.EventType.values()) System.out.println(c);
public static CalendarView.EventType 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 static CalendarView.EventType fromResult(hudson.model.Result result)
Copyright © 2016–2018. All rights reserved.