Uses of Interface
com.atlassian.bamboo.v2.build.BuildIdentifier
Packages that use BuildIdentifier
Package
Description
-
Uses of BuildIdentifier in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build with parameters of type BuildIdentifierModifier and TypeMethodDescription@Nullable CurrentlyBuilding
BuildExecutionManager.getCurrentlyBuildingByBuildResult
(@NotNull BuildIdentifier buildIdentifier) ReturnsCurrentlyBuilding
instance for build identifier (orBuildContext
).@Nullable CurrentlyBuilding
DefaultBuildExecutionManager.getCurrentlyBuildingByBuildResult
(@NotNull BuildIdentifier buildIdentifier) -
Uses of BuildIdentifier in com.atlassian.bamboo.build.context
Methods in com.atlassian.bamboo.build.context with parameters of type BuildIdentifierModifier and TypeMethodDescription@NotNull BuildContextBuilder
BuildContextBuilder.identifier
(@NotNull BuildIdentifier identifier) @NotNull BuildContextBuilder
BuildContextBuilderImpl.identifier
(@NotNull BuildIdentifier identifier) -
Uses of BuildIdentifier in com.atlassian.bamboo.fileserver
Methods in com.atlassian.bamboo.fileserver with parameters of type BuildIdentifierModifier and TypeMethodDescriptionstatic final Map<PlanKey,
ChainStorageTag> StorageTagUtils.gatherNeededStorageTags
(@NotNull StorageTagService storageTagService, @Nullable List<TaskDefinition> taskDefinitions, @Nullable BuildIdentifier identifier) -
Uses of BuildIdentifier in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan that return BuildIdentifierModifier and TypeMethodDescription@NotNull BuildIdentifier
ExecutionStatus.getBuildIdentifier()
The ID of the build -
Uses of BuildIdentifier in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary with parameters of type BuildIdentifierModifier and TypeMethodDescriptionvoid
BuildResultsSummaryManagerImpl.updateLifeCycleState
(@NotNull BuildIdentifier buildIdentifier, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState) void
ResultsSummaryManager.updateLifeCycleState
(@NotNull BuildIdentifier buildIdentifier, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState) Update LifeCycleState and saves theResultsSummary
for givenBuildContext
Updates also timing information -
Uses of BuildIdentifier in com.atlassian.bamboo.v2.build
Subinterfaces of BuildIdentifier in com.atlassian.bamboo.v2.buildModifier and TypeInterfaceDescriptioninterface
A class that encapsulates how to build a particular plan at a given instanceClasses in com.atlassian.bamboo.v2.build that implement BuildIdentifierMethods in com.atlassian.bamboo.v2.build that return BuildIdentifierModifier and TypeMethodDescription@NotNull BuildIdentifier
CurrentlyBuildingImpl.getBuildIdentifier()
BuildContextImpl.getParentBuildIdentifier()
@Nullable BuildIdentifier
BuildIdentifier.getParentBuildIdentifier()
BuildIdentifierImpl.getParentBuildIdentifier()
Constructors in com.atlassian.bamboo.v2.build with parameters of type BuildIdentifierModifierConstructorDescriptionBuildContextImpl
(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.BuildIdentifierImpl
(@NotNull BuildIdentifier buildIdentifier) CurrentlyBuildingImpl
(BuildIdentifier buildIdentifier, BuildChanges buildChanges, TriggerReason triggerReason, Long averageDuration) -
Uses of BuildIdentifier in com.atlassian.bamboo.vcs.configuration.legacy
Classes in com.atlassian.bamboo.vcs.configuration.legacy that implement BuildIdentifierMethods in com.atlassian.bamboo.vcs.configuration.legacy that return BuildIdentifierModifier and TypeMethodDescription@Nullable BuildIdentifier
DeploymentRepositoryBuildContext.getParentBuildIdentifier()