| Package | Description |
|---|---|
| com.atlassian.bamboo.build.creation | |
| com.atlassian.bamboo.plan | |
| com.atlassian.bamboo.plan.cache | |
| com.atlassian.bamboo.util | |
| com.atlassian.bamboo.variable |
| Modifier and Type | Method and Description |
|---|---|
List<VariableDefinition> |
PlanCreationBean.getVariableDefinitionsBeingCreated() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanCreationBean.setVariableDefinitionsBeingCreated(List<VariableDefinition> variableDefinitionsBeingCreated) |
| Modifier and Type | Method and Description |
|---|---|
List<VariableDefinition> |
PlanPermissionSkeleton.getEffectiveVariables()
Deprecated.
|
List<VariableDefinition> |
PlanPermissionSkeleton.getVariables()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<VariableDefinition> |
ImmutablePlan.getEffectiveVariables()
Return effective list of
VariableDefinitions bind to this Plan. |
List<VariableDefinition> |
ImmutablePlan.getVariables()
Return list of
VariableDefinitions bind to this Plan |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
PasswordMaskingUtils.shouldBeMasked(VariableDefinition variableDefinition) |
| Modifier and Type | Method and Description |
|---|---|
VariableDefinition |
VariableDefinitionFactory.createGlobalVariable(String key,
String value)
Create global variable definition
|
VariableDefinition |
VariableConfigurationService.createGlobalVariable(String variableKey,
String variableValue)
Creates new Global variable.
|
VariableDefinition |
VariableDefinitionFactory.createPlanVariable(Plan plan,
String key,
String value)
Create plan variable definition
|
VariableDefinition |
VariableConfigurationService.createPlanVariable(Plan plan,
String variableKey,
String variableValue)
Creates new Plan variable.
|
VariableDefinition |
VariableConfigurationService.createUniqueGlobalVariable(String variableKey,
String variableValue)
Creates new global variable.
|
VariableDefinition |
VariableConfigurationService.createUniquePlanVariable(Plan plan,
String variableKey,
String variableValue)
Creates new Plan variable.
|
VariableDefinition |
VariableDefinitionFactory.createVariableForEnvironment(long environmentId,
String variableKey,
String variableValue)
Create variable for deployment environment
|
VariableDefinition |
VariableConfigurationService.createVariableForEnvironment(long environmentId,
String variableKey,
String variableValue)
Creates new variable for Deployment Environment
|
VariableDefinition |
VariableDefinitionFactory.createVariableForVersion(long deploymentVersionId,
String variableKey,
String variableValue)
Create variable for deployment version
|
VariableDefinition |
VariableDefinitionDao.findById(long id)
Find variable definition of specified id
|
VariableDefinition |
VariableDefinitionDao.findGlobalVariableByKey(String key)
Find global variable by its key
|
VariableDefinition |
VariableDefinitionDao.findPlanVariableByKey(PlanIdentifier plan,
String key)
Find plan variable by its key
|
VariableDefinition |
VariableDefinitionManager.findVariableDefinition(long id)
Find variable definition of specified id
|
VariableDefinition |
VariableDefinitionManager.getGlobalVariableByKey(String key)
Retrieves a specific global variable by key.
|
VariableDefinition |
VariableDefinitionManager.getPlanVariableByKey(PlanIdentifier plan,
String key)
Retrieves a specific variable for the plan with the given key
|
VariableDefinition |
VariableConfigurationService.updateVariableDefinition(VariableDefinition variableDefinition,
String previousValue)
Updates
VariableDefinition |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends VariableDefinition> |
VariableDefinitionDao.findAll()
Find all variable definitions
|
List<VariableDefinition> |
VariableDefinitionDao.findGlobalVariables()
Find global variable definitions.
|
Iterable<VariableDefinition> |
VariableDefinitionDao.findVariablesByEnvironmentId(long environmentId)
Find variables associated with deployment
Environment |
List<VariableDefinition> |
VariableDefinitionDao.findVariablesByPlan(PlanIdentifier plan)
Find plan variable definitions for a given plan
|
Iterable<VariableDefinition> |
VariableDefinitionDao.findVariablesByVersionId(long deploymentVersionId)
Find variables associated with deployment
DeploymentVersion |
List<VariableDefinition> |
VariableDefinitionManager.getDeploymentEnvironmentVariables(long environmentId)
Get list of environment variables associated with a given deployment environment
|
List<VariableDefinition> |
VariableDefinitionManager.getDeploymentVersionVariables(long deploymentVersionId)
Get list of environment variables associated with a given deployment version
|
List<VariableDefinition> |
VariableDefinitionManager.getGlobalNotOverriddenEnvironmentVariables(long environmentId) |
List<VariableDefinition> |
VariableDefinitionManager.getGlobalNotOverriddenVariables(PlanIdentifier plan)
Get list of all global variables that are not overridden by plan variables for a given plan
|
List<VariableDefinition> |
VariableDefinitionManager.getGlobalVariables()
Get list of all global variables
|
List<VariableDefinition> |
VariableDefinitionManager.getPlanVariables(PlanIdentifier plan)
Get list of plan variables associated with a given plan
|
| Modifier and Type | Method and Description |
|---|---|
void |
VariableConfigurationService.deleteVariableDefinition(VariableDefinition variableDefinition)
Removes
VariableDefinition |
void |
VariableDefinitionManager.deleteVariableDefinition(VariableDefinition variableDefinition)
Delete variable definition
|
void |
VariableDefinitionManager.saveVariableDefinition(VariableDefinition variableDefinition)
Save variable definition
|
void |
VariableDefinitionManager.saveVariableDefinition(VariableDefinition variableDefinition,
String previousValue)
Save variable definition
|
VariableDefinition |
VariableConfigurationService.updateVariableDefinition(VariableDefinition variableDefinition,
String previousValue)
Updates
VariableDefinition |
| Modifier and Type | Method and Description |
|---|---|
VariableContextBuilder |
VariableContextBuilder.add(Iterable<VariableDefinition> input) |
void |
VariableDefinitionManager.saveVariableDefinitions(List<VariableDefinition> variableDefinitions)
Save all variable definitions on the list
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.