Uses of Class
com.atlassian.bamboo.v2.build.BuildKey
Package
Description
-
Uses of BuildKey in com.atlassian.bamboo.deployments.execution
-
Uses of BuildKey in com.atlassian.bamboo.process
Modifier and TypeMethodDescription@NotNull BuildKey
ProcessContext.getBuildKey()
@NotNull BuildKey
ProcessContextImpl.getBuildKey()
Modifier and TypeMethodDescriptionReturns processes started in a given buildReturns processes started in a given build by a given task -
Uses of BuildKey in com.atlassian.bamboo.v2.build
Modifier and TypeMethodDescription@NotNull BuildKey
BuildContextImpl.getBuildKey()
@NotNull BuildKey
CommonContext.getBuildKey()
ModifierConstructorDescriptionBuildContextImpl
(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 BuildKey in com.atlassian.bamboo.vcs.configuration.legacy
Modifier and TypeMethodDescription@NotNull BuildKey
DeploymentRepositoryBuildContext.getBuildKey()