| Modifier and Type | Method and Description |
|---|---|
@Nullable CurrentlyBuilding |
DefaultBuildExecutionManager.getCurrentlyBuildingByBuildResult(@NotNull BuildIdentifier buildIdentifier) |
@Nullable CurrentlyBuilding |
BuildExecutionManager.getCurrentlyBuildingByBuildResult(@NotNull BuildIdentifier buildIdentifier)
Returns
CurrentlyBuilding instance for build identifier (or BuildContext). |
| Modifier and Type | Method and Description |
|---|---|
@NotNull BuildContextBuilder |
BuildContextBuilderImpl.identifier(@NotNull BuildIdentifier identifier) |
@NotNull BuildContextBuilder |
BuildContextBuilder.identifier(@NotNull BuildIdentifier identifier) |
| Modifier and Type | Method and Description |
|---|---|
static Map<PlanKey,ChainStorageTag> |
StorageTagUtils.gatherNeededStorageTags(@NotNull StorageTagService storageTagService,
@Nullable List<TaskDefinition> taskDefinitions,
@Nullable BuildIdentifier identifier) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull BuildIdentifier |
ExecutionStatus.getBuildIdentifier()
The ID of the build
|
| Modifier and Type | Method and Description |
|---|---|
void |
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 the
ResultsSummary for given BuildContext
Updates also timing information |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BuildContext
A class that encapsulates how to build a particular plan at a given instance
|
| Modifier and Type | Class and Description |
|---|---|
class |
BuildContextImpl |
class |
BuildIdentifierImpl |
| Modifier and Type | Method and Description |
|---|---|
@NotNull BuildIdentifier |
CurrentlyBuildingImpl.getBuildIdentifier() |
BuildIdentifier |
BuildContextImpl.getParentBuildIdentifier() |
BuildIdentifier |
BuildIdentifierImpl.getParentBuildIdentifier() |
@Nullable BuildIdentifier |
BuildIdentifier.getParentBuildIdentifier() |
| Constructor and Description |
|---|
BuildContextImpl(BuildIdentifier identifier,
TriggerReason triggerReason,
BuildDefinition buildDefinition,
@Nullable BuildChanges buildChanges,
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 expectingDedicatedEphemeralAgent)
Using this constructor directly is not recommended.
|
BuildIdentifierImpl(@NotNull BuildIdentifier buildIdentifier) |
CurrentlyBuildingImpl(BuildIdentifier buildIdentifier,
BuildChanges buildChanges,
TriggerReason triggerReason,
Long averageDuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentRepositoryBuildContext |
| Modifier and Type | Method and Description |
|---|---|
@Nullable BuildIdentifier |
DeploymentRepositoryBuildContext.getParentBuildIdentifier() |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.