@Portable public enum AssetManagementEventTypes extends Enum<AssetManagementEventTypes> implements org.kie.uberfire.social.activities.model.SocialEventType
| Enum Constant and Description |
|---|
ASSETS_PROMOTED |
BRANCH_CREATED |
PROCESS_END |
PROCESS_START |
PROJECT_BUILT |
PROJECT_DEPLOYED |
REPOSITORY_CHANGE |
| Modifier and Type | Method and Description |
|---|---|
static AssetManagementEventTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetManagementEventTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssetManagementEventTypes BRANCH_CREATED
public static final AssetManagementEventTypes PROCESS_START
public static final AssetManagementEventTypes PROCESS_END
public static final AssetManagementEventTypes ASSETS_PROMOTED
public static final AssetManagementEventTypes PROJECT_BUILT
public static final AssetManagementEventTypes PROJECT_DEPLOYED
public static final AssetManagementEventTypes REPOSITORY_CHANGE
public static AssetManagementEventTypes[] values()
for (AssetManagementEventTypes c : AssetManagementEventTypes.values()) System.out.println(c);
public static AssetManagementEventTypes 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 nullCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.