Uses of Interface
com.atlassian.bamboo.plan.artifact.ArtifactContext
-
-
Uses of ArtifactContext in com.atlassian.bamboo.build.artifact
Methods in com.atlassian.bamboo.build.artifact with parameters of type ArtifactContext Modifier and Type Method 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 -
Uses of ArtifactContext in com.atlassian.bamboo.build.context
Methods in com.atlassian.bamboo.build.context with parameters of type ArtifactContext Modifier and Type Method Description @NotNull BuildContextBuilder
BuildContextBuilder. artifactContext(ArtifactContext artifactContext)
@NotNull BuildContextBuilder
BuildContextBuilderImpl. artifactContext(ArtifactContext artifactContext)
-
Uses of ArtifactContext in com.atlassian.bamboo.plan.artifact
Classes in com.atlassian.bamboo.plan.artifact that implement ArtifactContext Modifier and Type Class Description class
ArtifactContextImpl
-
Uses of ArtifactContext in com.atlassian.bamboo.v2.build
Methods in com.atlassian.bamboo.v2.build that return ArtifactContext Modifier and Type Method Description @NotNull ArtifactContext
BuildContext. getArtifactContext()
@NotNull ArtifactContext
BuildContextImpl. getArtifactContext()
Constructors in com.atlassian.bamboo.v2.build with parameters of type ArtifactContext Constructor Description BuildContextImpl(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
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return ArtifactContext Modifier and Type Method Description @NotNull ArtifactContext
DeploymentRepositoryBuildContext. getArtifactContext()
-