|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
DefaultArtifactLinkManager.addArtifactLink(BuildResultsSummary buildResultsSummary,
java.lang.String artifactLabel)
|
ArtifactLink |
ArtifactLinkManager.addArtifactLink(BuildResultsSummary buildResultsSummary,
java.lang.String artifactLabel)
Create ArtifactLink object and add it to the BuildResultsSummary. |
Methods in com.atlassian.bamboo.build.artifact that return types with arguments of type ArtifactLink | |
---|---|
java.util.List<ArtifactLink> |
ArtifactMapper.importListXml(org.codehaus.staxmate.in.SMInputCursor inputCursor,
BuildResultsSummary buildResultsSummary)
|
Methods in com.atlassian.bamboo.build.artifact with parameters of type ArtifactLink | |
---|---|
boolean |
ArtifactLinkIsExistsPredicate.apply(ArtifactLink input)
|
protected void |
ArtifactMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
ArtifactLink object,
net.sf.hibernate.Session session)
|
protected void |
ArtifactMapper.importProperties(ArtifactLink object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
net.sf.hibernate.Session session)
|
Method parameters in com.atlassian.bamboo.build.artifact with type arguments of type ArtifactLink | |
---|---|
void |
ArtifactLinkHibernateDao.removeAll(java.util.Collection<ArtifactLink> artifactLinkCollection)
|
void |
ArtifactLinkDao.removeAll(java.util.Collection<ArtifactLink> artifactLinkCollection)
Removes all ArtifactLink objects from the collection. |
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.getArtifactLinks()
|
Uses of ArtifactLink in com.atlassian.bamboo.resultsummary |
---|
Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type ArtifactLink | |
---|---|
java.util.List<Pair<ArtifactLink,BuildResultsSummary>> |
BuildResultsSummaryHibernateDao.findBuildResultsWithArtifacts(java.lang.String planKey)
|
java.util.List<Pair<ArtifactLink,BuildResultsSummary>> |
BuildResultsSummaryDao.findBuildResultsWithArtifacts(java.lang.String planKey)
Find all build results which have matching artifacts. |
java.util.Collection<ArtifactLink> |
BuildResultsSummaryImpl.getArtifactLinks()
|
java.util.Collection<ArtifactLink> |
BuildResultsSummaryForTesting.getArtifactLinks()
|
java.util.Collection<ArtifactLink> |
BuildResultsSummary.getArtifactLinks()
Returns all artifacts. |
java.util.Collection<ArtifactLink> |
AbstractBuildResultsSummary.getArtifactLinksThatExist()
This returns live view of the getArtifactLinks() |
java.util.Collection<ArtifactLink> |
BuildResultsSummaryForTesting.getArtifactLinksThatExist()
|
java.util.Collection<ArtifactLink> |
BuildResultsSummary.getArtifactLinksThatExist()
Returns only artifacts that exists |
Method parameters in com.atlassian.bamboo.resultsummary with type arguments of type ArtifactLink | |
---|---|
void |
BuildResultsSummaryForTesting.setArtifactLinks(java.util.Collection<ArtifactLink> artifactLinks)
|
void |
BuildResultsSummaryImpl.setArtifactLinks(java.util.List<ArtifactLink> artifactLinks)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |