| Modifier and Type | Method and Description |
|---|---|
BuildContextBuilder |
BuildContextBuilder.variableContext(VariableContext variableContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChainState.updateVariableContext(VariableContext variableContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultsSummaryManager.addVariableContextSnapshotToResultSummary(ResultsSummary resultsSummary,
VariableContext variableContext)
Adds state of global and plan variables to result at the beginning of execution.
|
void |
ResultsSummaryManager.postBuildVariableSnapshotUpdate(ResultsSummary resultsSummary,
VariableContext variableContext)
Saves result variables produced in a job.
|
void |
ResultsSummaryManager.updateVariablesOnContinuedBuild(ResultsSummary resultsSummary,
VariableContext variableContext)
Add manual variables added when starting manual stage or restarting failed stage.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
PasswordMaskingUtils.maskPossiblePasswordValues(String text,
VariableContext variableContext) |
| Modifier and Type | Method and Description |
|---|---|
VariableContext |
CommonContext.getVariableContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildContext.setVariableContext(VariableContext variableContext) |
| Modifier and Type | Method and Description |
|---|---|
VariableContext |
VariableContextBuilder.buildContext() |
| Modifier and Type | Method and Description |
|---|---|
VariableContextBuilder |
VariableContextBuilder.addFromVariableContext(VariableContext context) |
VariableContextBuilder |
VariableContextBuilder.addManualAndResultVariablesFromContext(VariableContext variableContext) |
Map<String,String> |
VariableDefinitionManager.getSimpleVariableMapByType(VariableContext variableContext,
VariableType variableType)
Filter variable context by variable type and return as simple key/value map
|
| Modifier and Type | Method and Description |
|---|---|
VariableContextBaseline |
VariableContextBaselineDao.resolveVariableContextBaseline(VariableContext variableContext)
Searches for a context baseline with exactly the same set of variables.
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.