Uses of Interface
com.atlassian.bamboo.artifact.MutableArtifact
Package
Description
-
Uses of MutableArtifact in com.atlassian.bamboo.artifact
Modifier and TypeMethodDescriptionprotected @NotNull MutableArtifact
ArtifactMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) @Nullable MutableArtifact
ArtifactDao.findById
(long id) FindMutableArtifact
by id.@Nullable MutableArtifact
ArtifactHibernateDao.findById
(long id) Modifier and TypeMethodDescriptionArtifactDao.findAll()
Find allMutableArtifact
ArtifactHibernateDao.findAll()
ArtifactDao.findOrphanedArtifacts()
Find all artifacts that are no longer referenced by any result or version.ArtifactHibernateDao.findOrphanedArtifacts()
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.ArtifactHibernateDao.findOrphanedArtifactsByIds
(@NotNull List<Long> artifactIds) ArtifactDao.findPlanArtifactsReferencedByVersion
(@NotNull PlanKey planKey) Find all artifacts that belong to a plan are part of a deployment version.ArtifactHibernateDao.findPlanArtifactsReferencedByVersion
(@NotNull PlanKey planKey) ArtifactDao.findPlanResultArtifactsReferencedByVersion
(@NotNull PlanResultKey planResultKey) Find all artifacts that belong to a build result are part of a deployment version.ArtifactHibernateDao.findPlanResultArtifactsReferencedByVersion
(@NotNull PlanResultKey planResultKey) Modifier and TypeMethodDescriptionvoid
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
ArtifactDao.save
(MutableArtifact artifact) Save artifact.void
ArtifactHibernateDao.save
(MutableArtifact artifact) Modifier and TypeMethodDescriptionvoid
ArtifactMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<MutableArtifact> artifactDefinitions, @NotNull MutableArtifact object, long objectIndex, @NotNull org.hibernate.Session session) void
ArtifactDao.removeAll
(@NotNull Collection<MutableArtifact> artifacts) Remove all artifacts in the collectionvoid
ArtifactHibernateDao.removeAll
(@NotNull Collection<MutableArtifact> artifacts) -
Uses of MutableArtifact in com.atlassian.bamboo.build.artifact
Modifier and TypeMethodDescription@NotNull MutableArtifact
ArtifactLink.getArtifact()
@NotNull MutableArtifact
DefaultArtifactLink.getArtifact()
Modifier and TypeMethodDescriptionstatic DefaultArtifactLink
DefaultArtifactLink.createForExport
(long artifactLinkId, ResultsSummary buildResultsSummary, Optional<? extends BuildResultsSummary> producerJobResult, MutableArtifact artifact) Create DefaultArtifactLink for use in export mappervoid
DefaultArtifactLink.setArtifact
(MutableArtifact artifact) -
Uses of MutableArtifact in com.atlassian.bamboo.deployments.versions.persistence.items
Modifier and TypeMethodDescriptionvoid
MutableArtifactDeploymentVersionItemImpl.setArtifact
(MutableArtifact artifact)