Uses of Interface
com.atlassian.bamboo.plan.artifact.ArtifactContext

Packages that use ArtifactContext
com.atlassian.bamboo.build.artifact   
com.atlassian.bamboo.build.context   
com.atlassian.bamboo.plan.artifact   
com.atlassian.bamboo.plugins.vcs.task   
com.atlassian.bamboo.v2.build   
 

Uses of ArtifactContext in com.atlassian.bamboo.build.artifact
 

Methods in com.atlassian.bamboo.build.artifact with parameters of type ArtifactContext
 ErrorCollection ArtifactManager.validateArtifactsSize(File baseDirectory, ArtifactContext artifactContext)
          Validates total size of artifacts produced for single build result
 ErrorCollection AbstractArtifactManager.validateArtifactsSize(File baseDirectory, ArtifactContext artifactContext)
           
 

Uses of ArtifactContext in com.atlassian.bamboo.build.context
 

Methods in com.atlassian.bamboo.build.context with parameters of type ArtifactContext
 BuildContextBuilder BuildContextBuilder.artifactContext(ArtifactContext artifactContext)
           
 BuildContextBuilder BuildContextBuilderImpl.artifactContext(ArtifactContext artifactContext)
           
 

Uses of ArtifactContext in com.atlassian.bamboo.plan.artifact
 

Classes in com.atlassian.bamboo.plan.artifact that implement ArtifactContext
 class ArtifactContextImpl
           
 

Uses of ArtifactContext in com.atlassian.bamboo.plugins.vcs.task
 

Methods in com.atlassian.bamboo.plugins.vcs.task that return ArtifactContext
 ArtifactContext DeploymentRepositoryBuildContext.getArtifactContext()
           
 

Uses of ArtifactContext in com.atlassian.bamboo.v2.build
 

Methods in com.atlassian.bamboo.v2.build that return ArtifactContext
 ArtifactContext BuildContext.getArtifactContext()
           
 ArtifactContext BuildContextImpl.getArtifactContext()
           
 

Constructors in com.atlassian.bamboo.v2.build with parameters of type ArtifactContext
BuildContextImpl(BuildIdentifier identifier, TriggerReason triggerReason, BuildDefinition buildDefinition, BuildChanges buildChanges, BuildContext parentBuildContext, ArtifactContext artifactContext, VariableContext variableContext, Map<String,String> customBuildData, Map<Long,RepositoryDefinition> repositoryDefinitionMap, Set<Long> relevantRepositoryIds, Map<Long,String> checkoutLocation, boolean isBranch, boolean isOnceOff, boolean isCustomBuild, BambooBandanaContext bandanaContext, Iterable<CredentialsData> relevantSharedCredentials)
          Using this constructor directly is not recommended.
 



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.