public static enum ScopedExclusionService.ExclusionScopeType extends Enum<ScopedExclusionService.ExclusionScopeType>
Enum Constant and Description |
---|
CHAIN_BRANCH_NAME |
CHAIN_KEY |
DEPLOYMENT_PROJECT_NAME |
DIRECTORY |
ID |
JOB_KEY |
KEY |
NEXT_VERSION_NAME |
PROJECT_DATA |
REPOSITORY_DATA |
USER_CREATION |
VARIABLES |
VERSION_CREATION |
Modifier and Type | Method and Description |
---|---|
static ScopedExclusionService.ExclusionScopeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScopedExclusionService.ExclusionScopeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScopedExclusionService.ExclusionScopeType CHAIN_BRANCH_NAME
public static final ScopedExclusionService.ExclusionScopeType CHAIN_KEY
public static final ScopedExclusionService.ExclusionScopeType JOB_KEY
public static final ScopedExclusionService.ExclusionScopeType PROJECT_DATA
public static final ScopedExclusionService.ExclusionScopeType REPOSITORY_DATA
public static final ScopedExclusionService.ExclusionScopeType DIRECTORY
public static final ScopedExclusionService.ExclusionScopeType VARIABLES
public static final ScopedExclusionService.ExclusionScopeType KEY
public static final ScopedExclusionService.ExclusionScopeType ID
public static final ScopedExclusionService.ExclusionScopeType NEXT_VERSION_NAME
public static final ScopedExclusionService.ExclusionScopeType VERSION_CREATION
public static final ScopedExclusionService.ExclusionScopeType USER_CREATION
public static final ScopedExclusionService.ExclusionScopeType DEPLOYMENT_PROJECT_NAME
public static ScopedExclusionService.ExclusionScopeType[] values()
for (ScopedExclusionService.ExclusionScopeType c : ScopedExclusionService.ExclusionScopeType.values()) System.out.println(c);
public static ScopedExclusionService.ExclusionScopeType 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.