public enum ApplicationType extends Enum<ApplicationType>
Enum Constant and Description |
---|
BAMBOO |
CONFLUENCE |
CROWD |
CRUCIBLE |
FISHEYE |
GENERIC_APPLICATION |
JIRA |
PLUGIN |
STASH |
Modifier and Type | Method and Description |
---|---|
static List<ApplicationType> |
getCreatableAppTypes()
Returns the list of application types that can be added by the user to Crowd as an application.
|
String |
getDisplayName()
Returns the display name of the application type.
|
static ApplicationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationType CROWD
public static final ApplicationType GENERIC_APPLICATION
public static final ApplicationType PLUGIN
public static final ApplicationType JIRA
public static final ApplicationType CONFLUENCE
public static final ApplicationType BAMBOO
public static final ApplicationType FISHEYE
public static final ApplicationType CRUCIBLE
public static final ApplicationType STASH
public static ApplicationType[] values()
for (ApplicationType c : ApplicationType.values()) System.out.println(c);
public static ApplicationType 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 getDisplayName()
public static List<ApplicationType> getCreatableAppTypes()
Copyright © 2018 Atlassian. All rights reserved.