Uses of Interface
com.atlassian.bamboo.variable.VariableContext
Packages that use VariableContext
Package
Description
-
Uses of VariableContext in com.atlassian.bamboo.build.context
Methods in com.atlassian.bamboo.build.context with parameters of type VariableContextModifier and TypeMethodDescription@NotNull BuildContextBuilderBuildContextBuilder.variableContext(VariableContext variableContext) @NotNull BuildContextBuilderBuildContextBuilderImpl.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 -
Uses of VariableContext in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains with parameters of type VariableContextModifier and TypeMethodDescriptionvoidChainState.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 VariableContextModifier and TypeMethodDescription@NotNull VariableContextDeploymentContextImpl.getVariableContext()Constructors in com.atlassian.bamboo.deployments.execution with parameters of type VariableContextModifierConstructorDescriptionDeploymentContextImpl(@NotNull DeploymentProject deploymentProject, @NotNull DeploymentResult deploymentResult, @NotNull List<TaskDefinition> taskDefinitions, @NotNull Map<String, String> artifactHandlerConfiguration, @NotNull VariableContext variableContext, Map<Long, PlanRepositoryDefinition> planRepositoryDefinitionMap, 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 VariableContextModifier and TypeMethodDescriptionDeploymentResultService.createDeploymentResult(long environmentId, long deploymentVersionId, @NotNull VariableContext variableContext, @NotNull TriggerReason triggerReason) 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 VariableContextModifier and TypeMethodDescription@NotNull VariableContextProcessContext.getVariableContext()@NotNull VariableContextProcessContextImpl.getVariableContext() -
Uses of VariableContext in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary with parameters of type VariableContextModifier and TypeMethodDescriptionvoidBuildResultsSummaryManagerImpl.addVariableContextSnapshotToResultSummary(@NotNull ResultsSummary resultsSummary, @NotNull VariableContext variableContext) voidResultsSummaryManager.addVariableContextSnapshotToResultSummary(@NotNull ResultsSummary resultsSummary, @NotNull VariableContext variableContext) Adds state of global and plan variables to result at the beginning of execution.voidBuildResultsSummaryManagerImpl.postBuildVariableSnapshotUpdate(@NotNull ResultsSummary resultsSummary, @NotNull VariableContext variableContext) voidResultsSummaryManager.postBuildVariableSnapshotUpdate(@NotNull ResultsSummary resultsSummary, @NotNull VariableContext variableContext) Saves result variables produced in a job.voidBuildResultsSummaryManagerImpl.updateVariablesOnContinuedBuild(@NotNull ResultsSummary resultsSummary, @NotNull VariableContext variableContext) voidResultsSummaryManager.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 VariableContextModifier and TypeMethodDescriptionstatic StringPasswordMaskingUtils.maskPossiblePasswordValues(String text, VariableContext variableContext) -
Uses of VariableContext in com.atlassian.bamboo.v2.build
Methods in com.atlassian.bamboo.v2.build that return VariableContextModifier and TypeMethodDescription@NotNull VariableContextBuildContextImpl.getVariableContext()@NotNull VariableContextCommonContext.getVariableContext()Methods in com.atlassian.bamboo.v2.build with parameters of type VariableContextModifier and TypeMethodDescriptionvoidBuildContext.setVariableContext(@NotNull VariableContext variableContext) voidBuildContextImpl.setVariableContext(VariableContext variableContext) Constructors in com.atlassian.bamboo.v2.build with parameters of type VariableContextModifierConstructorDescriptionBuildContextImpl(BuildIdentifier identifier, TriggerReason triggerReason, @NotNull 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 VariableContextMethods in com.atlassian.bamboo.variable that return VariableContextModifier and TypeMethodDescriptionVariableContextBuilder.buildContext()VariableContextBuilderImpl.buildContext()Methods in com.atlassian.bamboo.variable with parameters of type VariableContextModifier and TypeMethodDescriptionVariableContextBuilder.addFromVariableContext(@Nullable VariableContext context) VariableContextBuilderImpl.addFromVariableContext(@Nullable VariableContext context) VariableContextBuilder.addManualAndResultVariablesFromContext(@NotNull VariableContext variableContext) VariableContextBuilderImpl.addManualAndResultVariablesFromContext(@NotNull VariableContext variableContext) VariableDefinitionAccessor.getSimpleVariableMapByType(@NotNull VariableContext variableContext, @NotNull VariableType variableType) Filter variable context by variable type and return as simple key/value mapVariableDefinitionAccessorImpl.getSimpleVariableMapByType(@NotNull VariableContext variableContext, @NotNull VariableType variableType) VariableDefinitionManagerImpl.getSimpleVariableMapByType(@NotNull VariableContext variableContext, @NotNull VariableType variableType) @NotNull VariableContextBuilderVariableContextBuilder.parentContext(@Nullable VariableContext variableContext) Construct job's variable context by referencing plan's variable contextVariableContextBuilderImpl.parentContext(@Nullable VariableContext variableContext) -
Uses of VariableContext in com.atlassian.bamboo.variable.baseline
Methods in com.atlassian.bamboo.variable.baseline with parameters of type VariableContextModifier and TypeMethodDescription@Nullable VariableContextBaselineVariableContextBaselineDao.resolveVariableContextBaseline(@NotNull VariableContext variableContext) Searches for a context baseline with exactly the same set of variables.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 VariableContextModifier and TypeMethodDescription@NotNull VariableContextDeploymentRepositoryBuildContext.getVariableContext()Methods in com.atlassian.bamboo.vcs.configuration.legacy with parameters of type VariableContextModifier and TypeMethodDescriptionvoidDeploymentRepositoryBuildContext.setVariableContext(@NotNull VariableContext variableContext)