Uses of Interface
com.atlassian.bamboo.variable.VariableDefinitionIdentifier
Packages that use VariableDefinitionIdentifier
Package
Description
-
Uses of VariableDefinitionIdentifier in com.atlassian.bamboo.plugins.rest.model.configuration
Classes in com.atlassian.bamboo.plugins.rest.model.configuration that implement VariableDefinitionIdentifier -
Uses of VariableDefinitionIdentifier in com.atlassian.bamboo.variable
Subinterfaces of VariableDefinitionIdentifier in com.atlassian.bamboo.variableModifier and TypeInterfaceDescriptioninterface
Represents state of variables in reference to stage results.interface
VariableContextSnapshot is required to allow resuming build execution in the same variable context as its first run.interface
interface
Light version ofVariableDefinition
class, that could be passed to the agent insideBuildContext
The purpose of this interface is to pass currently evaluated variable context.interface
Deprecated.since 5.15interface
Light version ofVariableSubstitution
class, that could be passed to the agent insideBuildContext
The purpose of this interface is to log usage of variables.Classes in com.atlassian.bamboo.variable that implement VariableDefinitionIdentifierModifier and TypeClassDescriptionclass
final class
class
final class
class
class
class
Fields in com.atlassian.bamboo.variable with type parameters of type VariableDefinitionIdentifierModifier and TypeFieldDescriptionstatic final com.google.common.collect.Ordering<VariableDefinitionIdentifier>
VariableDefinitionIdentifier.ORDERING
Common ordering for all implementing objects.Methods in com.atlassian.bamboo.variable that return types with arguments of type VariableDefinitionIdentifierModifier and TypeMethodDescriptionstatic com.google.common.base.Function<VariableDefinitionIdentifier,
VariableDefinitionContext> VariableFunctions.definitionFromIdentifier()
static com.google.common.base.Function<VariableDefinitionIdentifier,
String> VariableFunctions.getVariableKey()
static com.google.common.base.Predicate<VariableDefinitionIdentifier>
VariableFunctions.isManualOrResult()
VariableType.isSameType()
VariableType.isTypeEqual()
Deprecated.since 7.0 useVariableType.isSameType()
Methods in com.atlassian.bamboo.variable with parameters of type VariableDefinitionIdentifierModifier and TypeMethodDescriptionstatic VariableDefinitionContext
VariableFunctions.definitionContextFromIdentifier
(@Nullable VariableDefinitionIdentifier input) static String
VariableFunctions.getVariableKey
(@Nullable VariableDefinitionIdentifier input) static VariableType
VariableFunctions.getVariableType
(@Nullable VariableDefinitionIdentifier input) static String
VariableFunctions.getVariableValue
(@Nullable VariableDefinitionIdentifier input) static boolean
VariableFunctions.isManualOrResultVariable
(VariableDefinitionIdentifier input) Method parameters in com.atlassian.bamboo.variable with type arguments of type VariableDefinitionIdentifierModifier and TypeMethodDescriptionstatic String
VariableHashCodeProvider.calculateVariableSetSha
(@NotNull Iterable<? extends VariableDefinitionIdentifier> variableDefinitionIdentifiers) WARNING: do not change unless you have REALLY good reasonstatic Map<String,
VariableDefinitionContext> VariableUtils.identifiersToContextMap
(@NotNull Iterable<? extends VariableDefinitionIdentifier> ids) -
Uses of VariableDefinitionIdentifier in com.atlassian.bamboo.variable.baseline
Subinterfaces of VariableDefinitionIdentifier in com.atlassian.bamboo.variable.baselineModifier and TypeInterfaceDescriptioninterface
In order to ensure that resumed job execution happens in the same variable context as its first run, all the variable assignments need to be saved for future use.Classes in com.atlassian.bamboo.variable.baseline that implement VariableDefinitionIdentifier -
Uses of VariableDefinitionIdentifier in com.atlassian.bamboo.variable.matcher
Classes in com.atlassian.bamboo.variable.matcher with type parameters of type VariableDefinitionIdentifierModifier and TypeClassDescriptionclass
Methods in com.atlassian.bamboo.variable.matcher with type parameters of type VariableDefinitionIdentifierModifier and TypeMethodDescriptionstatic <T extends VariableDefinitionIdentifier>
org.hamcrest.Matcher<T>IsVariableDefinitionIdentifierEq.equalToVariableDefinitionIdentifier
(T reference)