Uses of Interface
com.atlassian.bamboo.plan.artifact.ArtifactContext
Package
Description
-
Uses of ArtifactContext in com.atlassian.bamboo.build.artifact
Modifier and TypeMethodDescriptionfinal ErrorCollection
AbstractArtifactManager.validateArtifactsSize
(@NotNull File baseDirectory, @NotNull ArtifactContext artifactContext) ArtifactManager.validateArtifactsSize
(@NotNull File baseDirectory, @NotNull ArtifactContext artifactContext) Validates total size of artifacts produced for single build result -
Uses of ArtifactContext in com.atlassian.bamboo.build.context
Modifier and TypeMethodDescription@NotNull BuildContextBuilder
BuildContextBuilder.artifactContext
(ArtifactContext artifactContext) @NotNull BuildContextBuilder
BuildContextBuilderImpl.artifactContext
(ArtifactContext artifactContext) -
Uses of ArtifactContext in com.atlassian.bamboo.plan.artifact
-
Uses of ArtifactContext in com.atlassian.bamboo.v2.build
Modifier and TypeMethodDescription@NotNull ArtifactContext
BuildContext.getArtifactContext()
@NotNull ArtifactContext
BuildContextImpl.getArtifactContext()
ModifierConstructorDescriptionBuildContextImpl
(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 ArtifactContext in com.atlassian.bamboo.vcs.configuration.legacy
Modifier and TypeMethodDescription@NotNull ArtifactContext
DeploymentRepositoryBuildContext.getArtifactContext()