Uses of Interface
com.atlassian.bamboo.build.artifact.ArtifactLink

Packages that use ArtifactLink
com.atlassian.bamboo.build.artifact   
com.atlassian.bamboo.index   
com.atlassian.bamboo.resultsummary   
 

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

Classes in com.atlassian.bamboo.build.artifact that implement ArtifactLink
 class DefaultArtifactLink
          This class is a simple POJO representing artifact links.
 

Methods in com.atlassian.bamboo.build.artifact that return ArtifactLink
 ArtifactLink ArtifactLinkGenerator.generateLink(java.lang.String buildKey, int buildNumber, java.lang.String artifactLabel)
           
 

Uses of ArtifactLink in com.atlassian.bamboo.index
 

Methods in com.atlassian.bamboo.index that return types with arguments of type ArtifactLink
 java.util.Collection<ArtifactLink> BuildResultsSummaryDocument.getAllArtifactLinks()
           
 

Uses of ArtifactLink in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type ArtifactLink
 java.util.Collection<ArtifactLink> BuildResultsSummaryForTesting.getAllArtifactLinks()
           
 java.util.Collection<ArtifactLink> BuildResultsSummary.getAllArtifactLinks()
          Returns all artifacts.
 java.util.Collection<ArtifactLink> AbstractBuildResultsSummary.getAllArtifactLinks()
           
 java.util.Collection<ArtifactLink> BuildResultsSummaryForTesting.getArtifactLinks()
           
 java.util.Collection<ArtifactLink> BuildResultsSummary.getArtifactLinks()
          Returns only artifacts that exists
 java.util.Collection<ArtifactLink> AbstractBuildResultsSummary.getArtifactLinks()
           
 

Method parameters in com.atlassian.bamboo.resultsummary with type arguments of type ArtifactLink
 void BuildResultsSummaryForTesting.setArtifactLinks(java.util.Collection<ArtifactLink> artifactLinks)
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.