@PublicApi public enum VariableType extends Enum<VariableType> implements Serializable
Enum Constant and Description |
---|
CUSTOM
Automatically defined variable
|
ENVIRONMENT
Variable for Deployment Environment
|
GLOBAL
Global variable
|
JOB
Job variable
|
MANUAL
Manually defined variable
|
PLAN
Plan variable
|
RESULT
Variable defined at build runtime, i.e.
|
SYSTEM
System (environment) variable
|
UNKNOWN |
VERSION
Variable for Deployment Version
|
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Predicate<VariableDefinitionIdentifier> |
isTypeEqual() |
static VariableType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VariableType GLOBAL
public static final VariableType PLAN
public static final VariableType JOB
public static final VariableType MANUAL
public static final VariableType CUSTOM
public static final VariableType SYSTEM
public static final VariableType UNKNOWN
public static final VariableType ENVIRONMENT
public static final VariableType VERSION
public static final VariableType RESULT
public static VariableType[] values()
for (VariableType c : VariableType.values()) System.out.println(c);
public static VariableType 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 com.google.common.base.Predicate<VariableDefinitionIdentifier> isTypeEqual()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.