Modifier and Type | Method and Description |
---|---|
ErrorCollection |
AbstractArtifactManager.validateArtifactsSize(@NotNull File baseDirectory,
@NotNull ArtifactContext artifactContext) |
ErrorCollection |
ArtifactManager.validateArtifactsSize(@NotNull File baseDirectory,
@NotNull ArtifactContext artifactContext)
Validates total size of artifacts produced for single build result
|
Modifier and Type | Method and Description |
---|---|
@NotNull BuildContextBuilder |
BuildContextBuilderImpl.artifactContext(ArtifactContext artifactContext) |
@NotNull BuildContextBuilder |
BuildContextBuilder.artifactContext(ArtifactContext artifactContext) |
Modifier and Type | Class and Description |
---|---|
class |
ArtifactContextImpl |
Modifier and Type | Method and Description |
---|---|
@NotNull ArtifactContext |
BuildContextImpl.getArtifactContext() |
@NotNull ArtifactContext |
BuildContext.getArtifactContext() |
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)
Using this constructor directly is not recommended.
|
Modifier and Type | Method and Description |
---|---|
@NotNull ArtifactContext |
DeploymentRepositoryBuildContext.getArtifactContext() |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.