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 CurrentlyBuildingBuildExecutionManager.getCurrentlyBuildingByBuildResult(@NotNull BuildIdentifier buildIdentifier) ReturnsCurrentlyBuildinginstance for build identifier (orBuildContext).@Nullable CurrentlyBuildingDefaultBuildExecutionManager.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 BuildContextBuilderBuildContextBuilder.identifier(@NotNull BuildIdentifier identifier) @NotNull BuildContextBuilderBuildContextBuilderImpl.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 BuildIdentifierExecutionStatus.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 TypeMethodDescriptionvoidBuildResultsSummaryManagerImpl.updateLifeCycleState(@NotNull BuildIdentifier buildIdentifier, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState) voidResultsSummaryManager.updateLifeCycleState(@NotNull BuildIdentifier buildIdentifier, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState) Update LifeCycleState and saves theResultsSummaryfor givenBuildContextUpdates also timing information -
Uses of BuildIdentifier in com.atlassian.bamboo.v2.build
Subinterfaces of BuildIdentifier in com.atlassian.bamboo.v2.buildModifier and TypeInterfaceDescriptioninterfaceA 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 BuildIdentifierCurrentlyBuildingImpl.getBuildIdentifier()BuildContextImpl.getParentBuildIdentifier()@Nullable BuildIdentifierBuildIdentifier.getParentBuildIdentifier()BuildIdentifierImpl.getParentBuildIdentifier()Constructors in com.atlassian.bamboo.v2.build with parameters of type BuildIdentifierModifierConstructorDescriptionBuildContextImpl(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.BuildIdentifierImpl(@NotNull BuildIdentifier buildIdentifier) CurrentlyBuildingImpl(BuildIdentifier buildIdentifier, BuildChanges buildChanges, TriggerReason triggerReason, Long averageDuration)