Uses of Interface
com.atlassian.bamboo.build.Artifact

Packages that use Artifact
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.artifact   
com.atlassian.bamboo.results   
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.v2.build.agent.messages   
com.atlassian.bamboo.v2.build.agent.remote   
 

Uses of Artifact in com.atlassian.bamboo.build
 

Classes in com.atlassian.bamboo.build that implement Artifact
 class AbstractArtifact
           
 class DefaultArtifact
          The components used to identify a build artifact that need to be kept.
 

Fields in com.atlassian.bamboo.build with type parameters of type Artifact
protected  java.util.Map<java.lang.String,Artifact> DefaultBuildDefinition.artifacts
           
 

Methods in com.atlassian.bamboo.build that return types with arguments of type Artifact
 java.util.Collection<Artifact> BuildObjectForTests.getArtifactDefinitions()
           
 java.util.Collection<Artifact> DefaultBuildDefinition.getArtifactDefinitions()
           
 java.util.Map<java.lang.String,Artifact> BuildDefinition.getArtifacts()
          Get the custom Artifacts.
 java.util.Map<java.lang.String,Artifact> DefaultBuildDefinition.getArtifacts()
           
 

Methods in com.atlassian.bamboo.build with parameters of type Artifact
 void BuildObjectForTests.addArtifact(Artifact artifact)
           
 void BuildDefinition.addArtifact(Artifact artifact)
          Add a new artifact to the existing build artifacts
 void DefaultBuildDefinition.addArtifact(Artifact artifact)
           
 

Method parameters in com.atlassian.bamboo.build with type arguments of type Artifact
 void BuildObjectForTests.setArtifacts(java.util.Map<java.lang.String,Artifact> artifacts)
           
 void BuildDefinition.setArtifacts(java.util.Map<java.lang.String,Artifact> artifacts)
          Replace the build's artifacts with these ones.
 void DefaultBuildDefinition.setArtifacts(java.util.Map<java.lang.String,Artifact> artifacts)
           
 

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

Methods in com.atlassian.bamboo.build.artifact with parameters of type Artifact
 void ArtifactManager.publish(java.lang.String planKey, int buildNumber, Artifact artifact, org.apache.tools.ant.types.FileSet fileSet, boolean deleteSource)
           
 void DefaultArtifactManager.publish(java.lang.String planKey, int buildNumber, Artifact artifact, org.apache.tools.ant.types.FileSet fileSet, boolean deleteSource)
           
 

Uses of Artifact in com.atlassian.bamboo.results
 

Methods in com.atlassian.bamboo.results that return types with arguments of type Artifact
 java.util.Map<java.lang.String,Artifact> BuildResultsImpl.getArtifacts()
           
 java.util.Map<java.lang.String,Artifact> BuildResults.getArtifacts()
           
 

Method parameters in com.atlassian.bamboo.results with type arguments of type Artifact
 void BuildResultsImpl.setArtifacts(java.util.Map<java.lang.String,Artifact> artifacts)
           
 void BuildResults.setArtifacts(java.util.Map<java.lang.String,Artifact> artifacts)
           
 

Constructor parameters in com.atlassian.bamboo.results with type arguments of type Artifact
BuildResultsImpl(java.lang.String buildKey, BuildState state, java.util.List<java.lang.String> buildErrors, java.util.Collection<Commit> commits, ReasonForBuild reasonForBuild, java.util.Map<java.lang.String,Artifact> artifacts)
          Create the build results
 

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

Methods in com.atlassian.bamboo.v2.build that return types with arguments of type Artifact
 java.util.Collection<Artifact> BuildPlanDefinition.getArtifactDefinitions()
           
 

Uses of Artifact in com.atlassian.bamboo.v2.build.agent.messages
 

Constructors in com.atlassian.bamboo.v2.build.agent.messages with parameters of type Artifact
PublishArtifacts(java.lang.String planKey, int buildNumber, Artifact artifact, org.apache.tools.ant.types.FileSet fileSet)
           
 

Uses of Artifact in com.atlassian.bamboo.v2.build.agent.remote
 

Methods in com.atlassian.bamboo.v2.build.agent.remote with parameters of type Artifact
 void RemoteArtifactManager.publish(java.lang.String planKey, int buildNumber, Artifact artifact, org.apache.tools.ant.types.FileSet fileSet, boolean deleteSource)
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.