Uses of Interface
com.atlassian.bamboo.artifact.MutableArtifact
Packages that use MutableArtifact
Package
Description
-
Uses of MutableArtifact in com.atlassian.bamboo.artifact
Classes in com.atlassian.bamboo.artifact that implement MutableArtifactMethods in com.atlassian.bamboo.artifact that return MutableArtifactModifier 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) Methods in com.atlassian.bamboo.artifact that return types with arguments of type MutableArtifactModifier 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) Methods in com.atlassian.bamboo.artifact with parameters of type MutableArtifactModifier 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) Method parameters in com.atlassian.bamboo.artifact with type arguments of type MutableArtifactModifier 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
Methods in com.atlassian.bamboo.build.artifact that return MutableArtifactModifier and TypeMethodDescription@NotNull MutableArtifact
ArtifactLink.getArtifact()
@NotNull MutableArtifact
DefaultArtifactLink.getArtifact()
Methods in com.atlassian.bamboo.build.artifact with parameters of type MutableArtifactModifier 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
Methods in com.atlassian.bamboo.deployments.versions.persistence.items that return MutableArtifactMethods in com.atlassian.bamboo.deployments.versions.persistence.items with parameters of type MutableArtifactModifier and TypeMethodDescriptionvoid
MutableArtifactDeploymentVersionItemImpl.setArtifact
(MutableArtifact artifact)