Uses of Interface
com.atlassian.bamboo.artifact.MutableArtifact

Packages that use MutableArtifact
com.atlassian.bamboo.artifact   
com.atlassian.bamboo.build.artifact   
 

Uses of MutableArtifact in com.atlassian.bamboo.artifact
 

Classes in com.atlassian.bamboo.artifact that implement MutableArtifact
 class MutableArtifactImpl
           
 

Methods in com.atlassian.bamboo.artifact that return MutableArtifact
protected  MutableArtifact ArtifactMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
           
 MutableArtifact ArtifactHibernateDao.findById(long id)
           
 MutableArtifact ArtifactDao.findById(long id)
          Find MutableArtifact by id.
 

Methods in com.atlassian.bamboo.artifact that return types with arguments of type MutableArtifact
 java.util.List<MutableArtifact> ArtifactHibernateDao.findAll()
           
 java.util.List<MutableArtifact> ArtifactDao.findAll()
          Find all MutableArtifact
 java.util.List<MutableArtifact> ArtifactHibernateDao.findOrphanedArtifacts()
           
 java.util.List<MutableArtifact> ArtifactDao.findOrphanedArtifacts()
          Find all artifacts that are no longer referenced by any result or version.
 java.util.List<MutableArtifact> ArtifactHibernateDao.findPlanArtifactsReferencedByVersion(PlanKey planKey)
           
 java.util.List<MutableArtifact> ArtifactDao.findPlanArtifactsReferencedByVersion(PlanKey planKey)
          Find all artifacts that belong to a plan are part of a deployment version.
 java.util.List<MutableArtifact> ArtifactHibernateDao.findPlanResultArtifactsReferencedByVersion(PlanResultKey planResultKey)
           
 java.util.List<MutableArtifact> ArtifactDao.findPlanResultArtifactsReferencedByVersion(PlanResultKey planResultKey)
          Find all artifacts that belong to a build result are part of a deployment version.
 

Methods in com.atlassian.bamboo.artifact with parameters of type MutableArtifact
 void ArtifactMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor, java.util.List<MutableArtifact> artifactDefinitions, MutableArtifact object, long objectIndex, net.sf.hibernate.Session session)
           
protected  void ArtifactMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, MutableArtifact artifact, net.sf.hibernate.Session session, ExportDetailsBean exportDetailsBean)
           
protected  void ArtifactMapper.importProperties(MutableArtifact artifact, org.codehaus.staxmate.in.SMInputCursor inputCursor, net.sf.hibernate.Session session)
           
 void ArtifactHibernateDao.save(MutableArtifact artifact)
           
 void ArtifactDao.save(MutableArtifact artifact)
          Save artifact.
 

Method parameters in com.atlassian.bamboo.artifact with type arguments of type MutableArtifact
 void ArtifactMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor, java.util.List<MutableArtifact> artifactDefinitions, MutableArtifact object, long objectIndex, net.sf.hibernate.Session session)
           
 void ArtifactHibernateDao.removeAll(java.util.Collection<MutableArtifact> artifacts)
           
 void ArtifactDao.removeAll(java.util.Collection<MutableArtifact> artifacts)
          Remove all artifacts in the collection
 

Uses of MutableArtifact in com.atlassian.bamboo.build.artifact
 

Methods in com.atlassian.bamboo.build.artifact that return MutableArtifact
 MutableArtifact ArtifactLink.getArtifact()
           
 MutableArtifact DefaultArtifactLink.getArtifact()
           
 

Methods in com.atlassian.bamboo.build.artifact with parameters of type MutableArtifact
 void DefaultArtifactLink.setArtifact(MutableArtifact artifact)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.