| Package | Description |
|---|---|
| com.atlassian.bamboo.artifact | |
| com.atlassian.bamboo.build.artifact |
| Modifier and Type | Method and Description |
|---|---|
MutableArtifact |
ArtifactDao.findById(long id)
Find
MutableArtifact by id. |
| Modifier and Type | Method and Description |
|---|---|
List<MutableArtifact> |
ArtifactDao.findAll()
Find all
MutableArtifact |
List<MutableArtifact> |
ArtifactDao.findOrphanedArtifacts()
Find all artifacts that are no longer referenced by any result or version.
|
List<MutableArtifact> |
ArtifactDao.findPlanArtifactsReferencedByVersion(PlanKey planKey)
Find all artifacts that belong to a plan are part of a deployment version.
|
List<MutableArtifact> |
ArtifactDao.findPlanResultArtifactsReferencedByVersion(PlanResultKey planResultKey)
Find all artifacts that belong to a build result are part of a deployment version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArtifactDao.save(MutableArtifact artifact)
Save artifact.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArtifactDao.removeAll(Collection<MutableArtifact> artifacts)
Remove all artifacts in the collection
|
| Modifier and Type | Method and Description |
|---|---|
MutableArtifact |
ArtifactLink.getArtifact() |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.