public enum ProjectAction extends Enum<ProjectAction>
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Action |
badge() |
static ProjectAction |
form(String name) |
static ProjectAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectAction UNKNOWN
public static final ProjectAction CREATE
public static final ProjectAction DELETE
public static final ProjectAction UPDATE
public final String name
public static ProjectAction[] values()
for (ProjectAction c : ProjectAction.values()) System.out.println(c);
public static ProjectAction 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 hudson.model.Action badge()
public static ProjectAction form(String name)
Copyright © 2004-2013 Barchart, Inc.. All Rights Reserved.