| Interface | Description |
|---|---|
| CustomVariableContext |
Bean maintaining
ThreadLocal state of available variables. |
| CustomVariableContextRunner |
Interface used to execute provided
Runnable or Callable in Bamboo CustomVariableContext variable aware
ThreadLocal. |
| EncryptedVariableDefinitionAccessor |
Secured variables will be not decoded.
|
| StageVariableContext |
Represents state of variables in reference to stage results.
|
| VariableConfigurationService |
Service for modification of global and plan variable definitions.
|
| VariableContext |
A bag for all variable related data inside
CommonContext |
| VariableContextBuilder | |
| VariableContextSnapshot |
VariableContextSnapshot is required to allow resuming build execution in the same variable context as
its first run.
|
| VariableDefinition | |
| VariableDefinitionAccessor |
Fetches variable definitions for different contexts.
|
| VariableDefinitionContext |
Light version of
VariableDefinition class, that could be passed to the agent inside BuildContext
The purpose of this interface is to pass currently evaluated variable context. |
| VariableDefinitionDao | |
| VariableDefinitionFactory | |
| VariableDefinitionIdentifier | |
| VariableDefinitionManager |
Secure variables are encoded/decoded on the fly.
|
| VariableSubstitution | Deprecated
since 5.15
|
| VariableSubstitutionContext |
Light version of
VariableSubstitution class, that could be passed to the agent inside BuildContext The
purpose of this interface is to log usage of variables. |
| VariableValidationService |
| Enum | Description |
|---|---|
| VariableType |
Type of Bamboo variable.
|
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.