public static enum AtlassianSCAPlugin.ReportLevel extends Enum<AtlassianSCAPlugin.ReportLevel>
| Modifier and Type | Method and Description |
|---|---|
String |
getExcludeFilter() |
static AtlassianSCAPlugin.ReportLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtlassianSCAPlugin.ReportLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtlassianSCAPlugin.ReportLevel QUICK
public static final AtlassianSCAPlugin.ReportLevel SLOW
public static final AtlassianSCAPlugin.ReportLevel ALL
public static final AtlassianSCAPlugin.ReportLevel CUSTOM
public static AtlassianSCAPlugin.ReportLevel[] values()
for (AtlassianSCAPlugin.ReportLevel c : AtlassianSCAPlugin.ReportLevel.values()) System.out.println(c);
public static AtlassianSCAPlugin.ReportLevel 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 getExcludeFilter()
Copyright © 2019 Atlassian. All rights reserved.