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 @NotNull MutableArtifact |
ArtifactMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
@Nullable MutableArtifact |
ArtifactHibernateDao.findById(long id) |
@Nullable 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(@NotNull List<Long> artifactIds) |
List<MutableArtifact> |
ArtifactDao.findOrphanedArtifactsByIds(@NotNull 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(@NotNull PlanKey planKey) |
List<MutableArtifact> |
ArtifactDao.findPlanArtifactsReferencedByVersion(@NotNull PlanKey planKey)
Find all artifacts that belong to a plan are part of a deployment version.
|
List<MutableArtifact> |
ArtifactHibernateDao.findPlanResultArtifactsReferencedByVersion(@NotNull PlanResultKey planResultKey) |
List<MutableArtifact> |
ArtifactDao.findPlanResultArtifactsReferencedByVersion(@NotNull 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(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull List<MutableArtifact> artifactDefinitions,
@NotNull MutableArtifact object,
long objectIndex,
@NotNull org.hibernate.Session session) |
protected void |
ArtifactMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement,
@NotNull MutableArtifact artifact,
@NotNull org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
ArtifactMapper.importProperties(@NotNull MutableArtifact artifact,
@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull org.hibernate.Session session) |
void |
ArtifactHibernateDao.save(MutableArtifact artifact) |
void |
ArtifactDao.save(MutableArtifact artifact)
Save artifact.
|
Modifier and Type | Method and Description |
---|---|
@NotNull MutableArtifact |
DefaultArtifactLink.getArtifact() |
@NotNull 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 © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.