Uses of Interface
com.atlassian.bamboo.deployments.versions.persistence.issues.MutableDeploymentVersionLinkedJiraIssue

Packages that use MutableDeploymentVersionLinkedJiraIssue
com.atlassian.bamboo.deployments.versions.history.issues   
com.atlassian.bamboo.deployments.versions.migration.stream.issues   
com.atlassian.bamboo.deployments.versions.persistence.issues   
 

Uses of MutableDeploymentVersionLinkedJiraIssue in com.atlassian.bamboo.deployments.versions.history.issues
 

Constructors in com.atlassian.bamboo.deployments.versions.history.issues with parameters of type MutableDeploymentVersionLinkedJiraIssue
DeploymentVersionLinkedJiraIssueImpl(MutableDeploymentVersionLinkedJiraIssue mutableDeploymentVersionLinkedJiraIssue)
           
 

Uses of MutableDeploymentVersionLinkedJiraIssue in com.atlassian.bamboo.deployments.versions.migration.stream.issues
 

Methods in com.atlassian.bamboo.deployments.versions.migration.stream.issues that return MutableDeploymentVersionLinkedJiraIssue
protected  MutableDeploymentVersionLinkedJiraIssue DeploymentVersionLinkedJiraIssueMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
           
 

Methods in com.atlassian.bamboo.deployments.versions.migration.stream.issues with parameters of type MutableDeploymentVersionLinkedJiraIssue
protected  void DeploymentVersionLinkedJiraIssueMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, MutableDeploymentVersionLinkedJiraIssue linkedJiraIssue, net.sf.hibernate.Session session, ExportDetailsBean exportDetailsBean)
           
protected  void DeploymentVersionLinkedJiraIssueMapper.importProperties(MutableDeploymentVersionLinkedJiraIssue linkedJiraIssue, org.codehaus.staxmate.in.SMInputCursor inputCursor, net.sf.hibernate.Session session)
           
 

Uses of MutableDeploymentVersionLinkedJiraIssue in com.atlassian.bamboo.deployments.versions.persistence.issues
 

Classes in com.atlassian.bamboo.deployments.versions.persistence.issues that implement MutableDeploymentVersionLinkedJiraIssue
 class MutableDeploymentVersionLinkedJiraIssueImpl
           
 

Methods in com.atlassian.bamboo.deployments.versions.persistence.issues that return types with arguments of type MutableDeploymentVersionLinkedJiraIssue
 java.util.List<MutableDeploymentVersionLinkedJiraIssue> DeploymentVersionLinkedJiraIssueDaoImpl.findJiraIssueLinksForDeploymentVersion(long deploymentVersionId)
           
 java.util.List<MutableDeploymentVersionLinkedJiraIssue> DeploymentVersionLinkedJiraIssueDao.findJiraIssueLinksForDeploymentVersion(long deploymentVersionId)
           
 

Method parameters in com.atlassian.bamboo.deployments.versions.persistence.issues with type arguments of type MutableDeploymentVersionLinkedJiraIssue
 void DeploymentVersionLinkedJiraIssueDaoImpl.saveAll(java.util.Collection<MutableDeploymentVersionLinkedJiraIssue> linkedJiraIssues)
           
 void DeploymentVersionLinkedJiraIssueDao.saveAll(java.util.Collection<MutableDeploymentVersionLinkedJiraIssue> linkedJiraIssues)
          Save all records in the collection.
 



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