Uses of Interface
com.atlassian.bamboo.artifact.MutableArtifact
-
Packages that use MutableArtifact Package Description com.atlassian.bamboo.artifact com.atlassian.bamboo.build.artifact com.atlassian.bamboo.deployments.versions.persistence.items -
-
Uses of MutableArtifact in com.atlassian.bamboo.artifact
Classes in com.atlassian.bamboo.artifact that implement MutableArtifact Modifier and Type Class Description class
MutableArtifactImpl
Methods in com.atlassian.bamboo.artifact that return MutableArtifact Modifier and Type Method Description protected @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 MutableArtifact Modifier and Type Method Description List<MutableArtifact>
ArtifactDao. findAll()
Find allMutableArtifact
List<MutableArtifact>
ArtifactHibernateDao. findAll()
List<MutableArtifact>
ArtifactDao. findOrphanedArtifacts()
Find all artifacts that are no longer referenced by any result or version.List<MutableArtifact>
ArtifactHibernateDao. findOrphanedArtifacts()
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. findOrphanedArtifactsByIds(@NotNull List<Long> artifactIds)
List<MutableArtifact>
ArtifactDao. findPlanArtifactsReferencedByVersion(@NotNull PlanKey planKey)
Find all artifacts that belong to a plan are part of a deployment version.List<MutableArtifact>
ArtifactHibernateDao. findPlanArtifactsReferencedByVersion(@NotNull PlanKey planKey)
List<MutableArtifact>
ArtifactDao. findPlanResultArtifactsReferencedByVersion(@NotNull PlanResultKey planResultKey)
Find all artifacts that belong to a build result are part of a deployment version.List<MutableArtifact>
ArtifactHibernateDao. findPlanResultArtifactsReferencedByVersion(@NotNull PlanResultKey planResultKey)
Methods in com.atlassian.bamboo.artifact with parameters of type MutableArtifact Modifier and Type Method 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
ArtifactDao. save(MutableArtifact artifact)
Save artifact.void
ArtifactHibernateDao. save(MutableArtifact artifact)
Method parameters in com.atlassian.bamboo.artifact with type arguments of type MutableArtifact Modifier and Type Method 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)
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 MutableArtifact Modifier and Type Method Description @NotNull MutableArtifact
ArtifactLink. getArtifact()
@NotNull MutableArtifact
DefaultArtifactLink. getArtifact()
Methods in com.atlassian.bamboo.build.artifact with parameters of type MutableArtifact Modifier and Type Method Description static 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 MutableArtifact Modifier and Type Method Description MutableArtifact
MutableArtifactDeploymentVersionItemImpl. getArtifact()
Methods in com.atlassian.bamboo.deployments.versions.persistence.items with parameters of type MutableArtifact Modifier and Type Method Description void
MutableArtifactDeploymentVersionItemImpl. setArtifact(MutableArtifact artifact)
-