Uses of Class
com.atlassian.bamboo.v2.build.BuildKey
-
Packages that use BuildKey Package Description com.atlassian.bamboo.deployments.execution com.atlassian.bamboo.process com.atlassian.bamboo.v2.build com.atlassian.bamboo.vcs.configuration.legacy -
-
Uses of BuildKey in com.atlassian.bamboo.deployments.execution
Methods in com.atlassian.bamboo.deployments.execution that return BuildKey Modifier and Type Method Description @NotNull BuildKey
DeploymentContextImpl. getBuildKey()
-
Uses of BuildKey in com.atlassian.bamboo.process
Methods in com.atlassian.bamboo.process that return BuildKey Modifier and Type Method Description @NotNull BuildKey
ProcessContext. getBuildKey()
@NotNull BuildKey
ProcessContextImpl. getBuildKey()
Methods in com.atlassian.bamboo.process with parameters of type BuildKey Modifier and Type Method Description @NotNull BackgroundTaskProcesses.BackgroundTaskProcessesFacade
BackgroundTaskProcesses. of(@NotNull BuildKey buildKey)
Returns processes started in a given build@NotNull BackgroundTaskProcesses.BackgroundTaskProcessesFacade
BackgroundTaskProcesses. of(@NotNull BuildKey buildKey, long taskId)
Returns 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 BuildKey Modifier and Type Method Description @NotNull BuildKey
BuildContextImpl. getBuildKey()
@NotNull BuildKey
CommonContext. getBuildKey()
Constructors in com.atlassian.bamboo.v2.build with parameters of type BuildKey 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 BuildKey in com.atlassian.bamboo.vcs.configuration.legacy
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return BuildKey Modifier and Type Method Description @NotNull BuildKey
DeploymentRepositoryBuildContext. getBuildKey()
-