public static enum VcsUIConfigBean.VcsHtmlFragment extends Enum<VcsUIConfigBean.VcsHtmlFragment>
| Enum Constant and Description |
|---|
BRANCH |
BRANCH_DETECTION |
CHANGE_DETECTION |
SERVER |
SERVER_ADVANCED |
| Modifier and Type | Method and Description |
|---|---|
String |
getEditResourceName() |
String |
getViewResourceName() |
static VcsUIConfigBean.VcsHtmlFragment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VcsUIConfigBean.VcsHtmlFragment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VcsUIConfigBean.VcsHtmlFragment SERVER
public static final VcsUIConfigBean.VcsHtmlFragment SERVER_ADVANCED
public static final VcsUIConfigBean.VcsHtmlFragment BRANCH
public static final VcsUIConfigBean.VcsHtmlFragment CHANGE_DETECTION
public static final VcsUIConfigBean.VcsHtmlFragment BRANCH_DETECTION
public static VcsUIConfigBean.VcsHtmlFragment[] values()
for (VcsUIConfigBean.VcsHtmlFragment c : VcsUIConfigBean.VcsHtmlFragment.values()) System.out.println(c);
public static VcsUIConfigBean.VcsHtmlFragment 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 getEditResourceName()
public String getViewResourceName()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.