public enum ProductFilter extends Enum<ProductFilter>
| Enum Constant and Description |
|---|
ALL |
BAMBOO |
BITBUCKET |
CONFLUENCE |
CROWD |
FECRU |
JIRA |
REFAPP |
STASH |
| Modifier and Type | Method and Description |
|---|---|
String |
getPerProductFile(String fileStem) |
static boolean |
hasProduct(String productName) |
static ProductFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductFilter ALL
public static final ProductFilter JIRA
public static final ProductFilter CONFLUENCE
public static final ProductFilter BAMBOO
public static final ProductFilter BITBUCKET
public static final ProductFilter STASH
public static final ProductFilter CROWD
public static final ProductFilter FECRU
public static final ProductFilter REFAPP
public static ProductFilter[] values()
for (ProductFilter c : ProductFilter.values()) System.out.println(c);
public static ProductFilter 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 boolean hasProduct(String productName)
Copyright © 2019 Atlassian. All rights reserved.