Uses of Interface
com.atlassian.bamboo.variable.VariableSubstitutionContext
Packages that use VariableSubstitutionContext
Package
Description
-
Uses of VariableSubstitutionContext in com.atlassian.bamboo.deployments.versions
Methods in com.atlassian.bamboo.deployments.versions that return types with arguments of type VariableSubstitutionContextModifier and TypeMethodDescription@NotNull com.google.common.collect.ImmutableList<VariableSubstitutionContext>
DeploymentVersion.getVariableContext()
Internal use only.@NotNull com.google.common.collect.ImmutableList<VariableSubstitutionContext>
DeploymentVersionImpl.getVariableContext()
-
Uses of VariableSubstitutionContext in com.atlassian.bamboo.deployments.versions.service
Methods in com.atlassian.bamboo.deployments.versions.service that return types with arguments of type VariableSubstitutionContextModifier and TypeMethodDescription@NotNull List<VariableSubstitutionContext>
DeploymentVersionService.getVariableContextForVersion
(@org.jetbrains.annotations.NotNull long deploymentVersionId) Fetch variable context associated with a version.@NotNull List<VariableSubstitutionContext>
DeploymentVersionServiceImpl.getVariableContextForVersion
(@org.jetbrains.annotations.NotNull long deploymentVersionId) -
Uses of VariableSubstitutionContext in com.atlassian.bamboo.plugins.rest.model.configuration
Classes in com.atlassian.bamboo.plugins.rest.model.configuration that implement VariableSubstitutionContextConstructors in com.atlassian.bamboo.plugins.rest.model.configuration with parameters of type VariableSubstitutionContextModifierConstructorDescriptionRestVariableSubstitutionContext
(VariableSubstitutionContext variableDefinitionContext) -
Uses of VariableSubstitutionContext in com.atlassian.bamboo.rest.model.deployments.versions
Methods in com.atlassian.bamboo.rest.model.deployments.versions that return types with arguments of type VariableSubstitutionContextModifier and TypeMethodDescription@NotNull com.google.common.collect.ImmutableList<VariableSubstitutionContext>
RestDeploymentVersion.getVariableContext()
-
Uses of VariableSubstitutionContext in com.atlassian.bamboo.util
Methods in com.atlassian.bamboo.util with parameters of type VariableSubstitutionContextModifier and TypeMethodDescriptionstatic boolean
PasswordMaskingUtils.shouldBeMasked
(@NotNull VariableSubstitutionContext variableSubstitutionContext) -
Uses of VariableSubstitutionContext in com.atlassian.bamboo.variable
Subinterfaces of VariableSubstitutionContext in com.atlassian.bamboo.variableModifier and TypeInterfaceDescriptioninterface
VariableContextSnapshot is required to allow resuming build execution in the same variable context as its first run.interface
Deprecated.since 5.15Classes in com.atlassian.bamboo.variable that implement VariableSubstitutionContextModifier and TypeClassDescriptionclass
class
class
Methods in com.atlassian.bamboo.variable that return VariableSubstitutionContextModifier and TypeMethodDescriptionstatic VariableSubstitutionContext
VariableFunctions.copyVariableSubstitutionContext
(@Nullable VariableSubstitutionContext input) Methods in com.atlassian.bamboo.variable that return types with arguments of type VariableSubstitutionContextModifier and TypeMethodDescriptionstatic com.google.common.base.Function<VariableSubstitutionContext,
VariableSubstitutionContext> VariableFunctions.getCopySubstitutionContextFunction()
static com.google.common.base.Function<VariableSubstitutionContext,
VariableSubstitutionContext> VariableFunctions.getCopySubstitutionContextFunction()
@NotNull Map<String,
VariableSubstitutionContext> CustomVariableContext.getSubstitutedVariables()
Get all the variables that have previously been substituted in this thread.@NotNull Map<String,
VariableSubstitutionContext> CustomVariableContextForTests.getSubstitutedVariables()
@NotNull Map<String,
VariableSubstitutionContext> CustomVariableContextImpl.getSubstitutedVariables()
@NotNull Map<String,
VariableSubstitutionContext> VariableContext.getSubstitutions()
@NotNull Map<String,
VariableSubstitutionContext> VariableContextImpl.getSubstitutions()
Methods in com.atlassian.bamboo.variable with parameters of type VariableSubstitutionContextModifier and TypeMethodDescriptionstatic VariableSubstitutionContext
VariableFunctions.copyVariableSubstitutionContext
(@Nullable VariableSubstitutionContext input) Method parameters in com.atlassian.bamboo.variable with type arguments of type VariableSubstitutionContextModifier and TypeMethodDescriptionVariableContextBuilder.addFromSubstitutionContext
(Iterable<? extends VariableSubstitutionContext> input) VariableContextBuilderImpl.addFromSubstitutionContext
(Iterable<? extends VariableSubstitutionContext> input) Constructors in com.atlassian.bamboo.variable with parameters of type VariableSubstitutionContextModifierConstructorDescriptionVariableSubstitutionContextImpl
(VariableSubstitutionContext variableSubstitutionContext) -
Uses of VariableSubstitutionContext in com.atlassian.bamboo.variable.baseline
Subinterfaces of VariableSubstitutionContext 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 VariableSubstitutionContext -
Uses of VariableSubstitutionContext in com.atlassian.bamboo.variable.substitutor
Methods in com.atlassian.bamboo.variable.substitutor that return types with arguments of type VariableSubstitutionContextModifier and TypeMethodDescriptionVariableSubstitutor.getSubstitutedVariables()
Returns all variables used in string substitution during this object's lifetimeVariableSubstitutorImpl.getSubstitutedVariables()