|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.build.artifact.DefaultArtifactLinkManager
public class DefaultArtifactLinkManager
Constructor Summary | |
---|---|
DefaultArtifactLinkManager(ArtifactLinkDao artifactLinkDao)
|
Method Summary | |
---|---|
ArtifactLink |
addArtifactLink(BuildResultsSummary buildResultsSummary,
java.lang.String artifactLabel)
Create ArtifactLink object and add it to the BuildResultsSummary. |
void |
removeArtifactLinks(BuildResultsSummary buildResultsSummary)
Remove all artifact links from the BuildResultsSummary. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultArtifactLinkManager(ArtifactLinkDao artifactLinkDao)
Method Detail |
---|
@NotNull public ArtifactLink addArtifactLink(@NotNull BuildResultsSummary buildResultsSummary, @NotNull java.lang.String artifactLabel)
ArtifactLinkManager
addArtifactLink
in interface ArtifactLinkManager
buildResultsSummary
- BuildResultsSummary object where ArtifactLink has to be addedartifactLabel
- Label to be used to create ArtifactLink object
public void removeArtifactLinks(@NotNull BuildResultsSummary buildResultsSummary)
ArtifactLinkManager
removeArtifactLinks
in interface ArtifactLinkManager
buildResultsSummary
- BuildResultsSummary which ArtifactLinks have to be removed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |