Uses of Interface
com.atlassian.bamboo.variable.VariableContext
-
-
Uses of VariableContext in com.atlassian.bamboo.build.context
Methods in com.atlassian.bamboo.build.context with parameters of type VariableContext Modifier and Type Method Description @NotNull BuildContextBuilder
BuildContextBuilder. variableContext(VariableContext variableContext)
@NotNull BuildContextBuilder
BuildContextBuilderImpl. variableContext(VariableContext variableContext)
-
Uses of VariableContext in com.atlassian.bamboo.build.logger.interceptors
Constructors in com.atlassian.bamboo.build.logger.interceptors with parameters of type VariableContext Constructor Description PasswordMaskingLogMutator(VariableContext variableContext)
-
Uses of VariableContext in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains with parameters of type VariableContext Modifier and Type Method Description void
ChainState. updateVariableContextAndMergeResult(@NotNull VariableContext variableContext, @Nullable MergeResultContext mergeResultSummary)
-
Uses of VariableContext in com.atlassian.bamboo.deployments.execution
Methods in com.atlassian.bamboo.deployments.execution that return VariableContext Modifier and Type Method Description @NotNull VariableContext
DeploymentContextImpl. getVariableContext()
Constructors in com.atlassian.bamboo.deployments.execution with parameters of type VariableContext Constructor Description DeploymentContextImpl(@NotNull DeploymentProject deploymentProject, @NotNull DeploymentResult deploymentResult, @NotNull List<TaskDefinition> taskDefinitions, @NotNull Map<String,String> artifactHandlerConfiguration, @NotNull VariableContext variableContext, Map<Long,PlanRepositoryDefinition> planRepositoryDefinitionMap, com.google.common.collect.Multimap<String,Artifact> versionArtifacts, @Nullable DeploymentVersion previousVersion, @NotNull Iterable<CredentialsData> sharedCredentials, @NotNull Map<PlanKey,ChainStorageTag> necessaryStorageTags, @NotNull Map<String,Map<String,String>> pluginConfigMap, @NotNull DockerPipelineConfiguration dockerPipelineConfiguration, @NotNull CommonArtifactContext commonArtifactContext, boolean isVerboseLoggingOn, boolean expectingDedicatedEphemeralAgent)
-
Uses of VariableContext in com.atlassian.bamboo.deployments.results.service
Methods in com.atlassian.bamboo.deployments.results.service with parameters of type VariableContext Modifier and Type Method Description DeploymentResult
DeploymentResultService. createDeploymentResult(long environmentId, long deploymentVersionId, @NotNull VariableContext variableContext, @NotNull TriggerReason triggerReason)
DeploymentResult
DeploymentResultServiceImpl. createDeploymentResult(long environmentId, long deploymentVersionId, @NotNull VariableContext variableContext, @NotNull TriggerReason triggerReason)
-
Uses of VariableContext in com.atlassian.bamboo.process
Methods in com.atlassian.bamboo.process that return VariableContext Modifier and Type Method Description @NotNull VariableContext
ProcessContext. getVariableContext()
@NotNull VariableContext
ProcessContextImpl. getVariableContext()
-
Uses of VariableContext in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary with parameters of type VariableContext Modifier and Type Method Description void
BuildResultsSummaryManagerImpl. addVariableContextSnapshotToResultSummary(@NotNull ResultsSummary resultsSummary, @NotNull VariableContext variableContext)
void
ResultsSummaryManager. addVariableContextSnapshotToResultSummary(@NotNull ResultsSummary resultsSummary, @NotNull VariableContext variableContext)
Adds state of global and plan variables to result at the beginning of execution.void
BuildResultsSummaryManagerImpl. postBuildVariableSnapshotUpdate(@NotNull ResultsSummary resultsSummary, @NotNull VariableContext variableContext)
void
ResultsSummaryManager. postBuildVariableSnapshotUpdate(@NotNull ResultsSummary resultsSummary, @NotNull VariableContext variableContext)
Saves result variables produced in a job.void
BuildResultsSummaryManagerImpl. updateVariablesOnContinuedBuild(@NotNull ResultsSummary resultsSummary, @NotNull VariableContext variableContext)
void
ResultsSummaryManager. updateVariablesOnContinuedBuild(@NotNull ResultsSummary resultsSummary, @NotNull VariableContext variableContext)
Add manual variables added when starting manual stage or restarting failed stage. -
Uses of VariableContext in com.atlassian.bamboo.util
Methods in com.atlassian.bamboo.util with parameters of type VariableContext Modifier and Type Method Description static String
PasswordMaskingUtils. maskPossiblePasswordValues(String text, VariableContext variableContext)
-
Uses of VariableContext in com.atlassian.bamboo.v2.build
Methods in com.atlassian.bamboo.v2.build that return VariableContext Modifier and Type Method Description @NotNull VariableContext
BuildContextImpl. getVariableContext()
@NotNull VariableContext
CommonContext. getVariableContext()
Methods in com.atlassian.bamboo.v2.build with parameters of type VariableContext Modifier and Type Method Description void
BuildContext. setVariableContext(@NotNull VariableContext variableContext)
void
BuildContextImpl. setVariableContext(VariableContext variableContext)
Constructors in com.atlassian.bamboo.v2.build with parameters of type VariableContext Constructor Description BuildContextImpl(BuildIdentifier identifier, TriggerReason triggerReason, BuildDefinition buildDefinition, @Nullable BuildChanges buildChanges, @Nullable BuildContext parentBuildContext, @Nullable ArtifactContext artifactContext, VariableContext variableContext, @Nullable Map<String,String> customBuildData, Map<Long,PlanRepositoryDefinition> planRepositoryDefinitionMap, Set<Long> relevantRepositoryIds, Map<Long,String> checkoutLocation, boolean isBranch, boolean isOnceOff, boolean isCustomBuild, boolean isVerboseLoggingOn, BambooBandanaContext bandanaContext, @NotNull Iterable<CredentialsData> relevantSharedCredentials, @NotNull Map<PlanKey,ChainStorageTag> relevantStorageTags, BuildKey buildKey, MergeResultContext mergeResult, boolean expectingCustomDedicatedAgent)
Using this constructor directly is not recommended. -
Uses of VariableContext in com.atlassian.bamboo.variable
Classes in com.atlassian.bamboo.variable that implement VariableContext Modifier and Type Class Description class
VariableContextImpl
Methods in com.atlassian.bamboo.variable that return VariableContext Modifier and Type Method Description VariableContext
VariableContextBuilder. buildContext()
VariableContext
VariableContextBuilderImpl. buildContext()
Methods in com.atlassian.bamboo.variable with parameters of type VariableContext Modifier and Type Method Description VariableContextBuilder
VariableContextBuilder. addFromVariableContext(@Nullable VariableContext context)
VariableContextBuilder
VariableContextBuilderImpl. addFromVariableContext(@Nullable VariableContext context)
VariableContextBuilder
VariableContextBuilder. addManualAndResultVariablesFromContext(@NotNull VariableContext variableContext)
VariableContextBuilder
VariableContextBuilderImpl. addManualAndResultVariablesFromContext(@NotNull VariableContext variableContext)
@NotNull Map<String,String>
VariableDefinitionAccessor. getSimpleVariableMapByType(@NotNull VariableContext variableContext, @NotNull VariableType variableType)
Filter variable context by variable type and return as simple key/value map@NotNull Map<String,String>
VariableDefinitionAccessorImpl. getSimpleVariableMapByType(@NotNull VariableContext variableContext, @NotNull VariableType variableType)
@NotNull Map<String,String>
VariableDefinitionManagerImpl. getSimpleVariableMapByType(@NotNull VariableContext variableContext, @NotNull VariableType variableType)
@NotNull VariableContextBuilder
VariableContextBuilder. parentContext(@Nullable VariableContext variableContext)
Construct job's variable context by referencing plan's variable contextVariableContextBuilder
VariableContextBuilderImpl. parentContext(@Nullable VariableContext variableContext)
-
Uses of VariableContext in com.atlassian.bamboo.variable.baseline
Methods in com.atlassian.bamboo.variable.baseline with parameters of type VariableContext Modifier and Type Method Description @Nullable VariableContextBaseline
VariableContextBaselineDao. resolveVariableContextBaseline(@NotNull VariableContext variableContext)
Searches for a context baseline with exactly the same set of variables.VariableContextBaseline
VariableContextBaselineHibernateDao. resolveVariableContextBaseline(@NotNull VariableContext variableContext)
-
Uses of VariableContext in com.atlassian.bamboo.vcs.configuration.legacy
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return VariableContext Modifier and Type Method Description @NotNull VariableContext
DeploymentRepositoryBuildContext. getVariableContext()
Methods in com.atlassian.bamboo.vcs.configuration.legacy with parameters of type VariableContext Modifier and Type Method Description void
DeploymentRepositoryBuildContext. setVariableContext(@NotNull VariableContext variableContext)
-