Package | Description |
---|---|
com.atlassian.bamboo.artifact | |
com.atlassian.bamboo.build.artifact |
Modifier and Type | Class and Description |
---|---|
class |
MutableArtifactImpl |
Modifier and Type | Method and Description |
---|---|
protected MutableArtifact |
ArtifactMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
MutableArtifact |
ArtifactHibernateDao.findById(long id) |
MutableArtifact |
ArtifactDao.findById(long id)
Find
MutableArtifact by id. |
Modifier and Type | Method and Description |
---|---|
List<MutableArtifact> |
ArtifactHibernateDao.findAll() |
List<MutableArtifact> |
ArtifactDao.findAll()
Find all
MutableArtifact |
List<MutableArtifact> |
ArtifactHibernateDao.findOrphanedArtifacts() |
List<MutableArtifact> |
ArtifactDao.findOrphanedArtifacts()
Find all artifacts that are no longer referenced by any result or version.
|
List<MutableArtifact> |
ArtifactHibernateDao.findOrphanedArtifactsByIds(List<Long> artifactIds) |
List<MutableArtifact> |
ArtifactDao.findOrphanedArtifactsByIds(List<Long> artifactIds)
Find all artifacts which id is on the list and that are no longer referenced by any result or version.
|
List<MutableArtifact> |
ArtifactHibernateDao.findPlanArtifactsReferencedByVersion(PlanKey planKey) |
List<MutableArtifact> |
ArtifactDao.findPlanArtifactsReferencedByVersion(PlanKey planKey)
Find all artifacts that belong to a plan are part of a deployment version.
|
List<MutableArtifact> |
ArtifactHibernateDao.findPlanResultArtifactsReferencedByVersion(PlanResultKey planResultKey) |
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 |
ArtifactMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<MutableArtifact> artifactDefinitions,
MutableArtifact object,
long objectIndex,
org.hibernate.Session session) |
protected void |
ArtifactMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
MutableArtifact artifact,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
ArtifactMapper.importProperties(MutableArtifact artifact,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
void |
ArtifactHibernateDao.save(MutableArtifact artifact) |
void |
ArtifactDao.save(MutableArtifact artifact)
Save artifact.
|
Modifier and Type | Method and Description |
---|---|
void |
ArtifactMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<MutableArtifact> artifactDefinitions,
MutableArtifact object,
long objectIndex,
org.hibernate.Session session) |
void |
ArtifactHibernateDao.removeAll(Collection<MutableArtifact> artifacts) |
void |
ArtifactDao.removeAll(Collection<MutableArtifact> artifacts)
Remove all artifacts in the collection
|
Modifier and Type | Method and Description |
---|---|
MutableArtifact |
DefaultArtifactLink.getArtifact() |
MutableArtifact |
ArtifactLink.getArtifact() |
Modifier and Type | Method and Description |
---|---|
static DefaultArtifactLink |
DefaultArtifactLink.createForExport(long artifactLinkId,
ResultsSummary buildResultsSummary,
Optional<? extends BuildResultsSummary> producerJobResult,
MutableArtifact artifact)
Create DefaultArtifactLink for use in export mapper
|
void |
DefaultArtifactLink.setArtifact(MutableArtifact artifact) |
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.