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