Uses of Class
com.atlassian.bamboo.v2.build.BuildKey
Packages that use BuildKey
Package
Description
-
Uses of BuildKey in com.atlassian.bamboo.deployments.execution
Methods in com.atlassian.bamboo.deployments.execution that return BuildKey -
Uses of BuildKey in com.atlassian.bamboo.process
Methods in com.atlassian.bamboo.process that return BuildKeyModifier and TypeMethodDescription@NotNull BuildKey
ProcessContext.getBuildKey()
@NotNull BuildKey
ProcessContextImpl.getBuildKey()
Methods in com.atlassian.bamboo.process with parameters of type BuildKeyModifier 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
Methods in com.atlassian.bamboo.v2.build that return BuildKeyModifier and TypeMethodDescription@NotNull BuildKey
BuildContextImpl.getBuildKey()
@NotNull BuildKey
CommonContext.getBuildKey()
Constructors in com.atlassian.bamboo.v2.build with parameters of type BuildKeyModifierConstructorDescriptionBuildContextImpl
(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.