Uses of Interface
com.atlassian.bamboo.deployments.versions.persistence.MutableDeploymentVersion

Packages that use MutableDeploymentVersion
com.atlassian.bamboo.deployments.projects.migration   
com.atlassian.bamboo.deployments.results.persistence   
com.atlassian.bamboo.deployments.versions   
com.atlassian.bamboo.deployments.versions.migration.stream   
com.atlassian.bamboo.deployments.versions.persistence   
com.atlassian.bamboo.deployments.versions.persistence.commits   
com.atlassian.bamboo.deployments.versions.persistence.issues   
com.atlassian.bamboo.deployments.versions.persistence.items   
com.atlassian.bamboo.deployments.versions.service   
 

Uses of MutableDeploymentVersion in com.atlassian.bamboo.deployments.projects.migration
 

Methods in com.atlassian.bamboo.deployments.projects.migration that return MutableDeploymentVersion
 MutableDeploymentVersion DeploymentsImportContext.getDeploymentVersion()
           
 

Methods in com.atlassian.bamboo.deployments.projects.migration with parameters of type MutableDeploymentVersion
 void DeploymentsImportContext.setDeploymentVersion(MutableDeploymentVersion deploymentVersion)
           
 

Uses of MutableDeploymentVersion in com.atlassian.bamboo.deployments.results.persistence
 

Methods in com.atlassian.bamboo.deployments.results.persistence with parameters of type MutableDeploymentVersion
 void MutableDeploymentResultImpl.setDeploymentVersion(MutableDeploymentVersion deploymentVersion)
           
 

Uses of MutableDeploymentVersion in com.atlassian.bamboo.deployments.versions
 

Constructors in com.atlassian.bamboo.deployments.versions with parameters of type MutableDeploymentVersion
DeploymentVersionImpl(MutableDeploymentVersion version, DeploymentVersionStatus versionStatus, java.lang.String creatorDisplayName, java.lang.String creatorGravatarUrl)
           
 

Uses of MutableDeploymentVersion in com.atlassian.bamboo.deployments.versions.migration.stream
 

Methods in com.atlassian.bamboo.deployments.versions.migration.stream that return MutableDeploymentVersion
protected  MutableDeploymentVersion DeploymentVersionPropertiesMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
           
protected  MutableDeploymentVersion DeploymentVersionMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
           
 

Methods in com.atlassian.bamboo.deployments.versions.migration.stream with parameters of type MutableDeploymentVersion
 void DeploymentVersionMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor, java.util.List<MutableDeploymentVersion> list, MutableDeploymentVersion deploymentVersion, long objectIndex, net.sf.hibernate.Session session)
           
protected  void DeploymentVersionPropertiesMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, MutableDeploymentVersion deploymentVersion, net.sf.hibernate.Session session, ExportDetailsBean exportDetailsBean)
           
protected  void DeploymentVersionMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, MutableDeploymentVersion deploymentVersion, net.sf.hibernate.Session session, ExportDetailsBean exportDetailsBean)
           
protected  void DeploymentVersionPropertiesMapper.importProperties(MutableDeploymentVersion object, org.codehaus.staxmate.in.SMInputCursor inputCursor, net.sf.hibernate.Session session)
           
protected  void DeploymentVersionMapper.importProperties(MutableDeploymentVersion foobar, org.codehaus.staxmate.in.SMInputCursor inputCursor, net.sf.hibernate.Session session)
          During import MutableDeploymentVersion argument passed to this method is ignored
 

Method parameters in com.atlassian.bamboo.deployments.versions.migration.stream with type arguments of type MutableDeploymentVersion
 void DeploymentVersionMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor, java.util.List<MutableDeploymentVersion> list, MutableDeploymentVersion deploymentVersion, long objectIndex, net.sf.hibernate.Session session)
           
 

Uses of MutableDeploymentVersion in com.atlassian.bamboo.deployments.versions.persistence
 

Classes in com.atlassian.bamboo.deployments.versions.persistence that implement MutableDeploymentVersion
 class MutableDeploymentVersionImpl
           
 

Methods in com.atlassian.bamboo.deployments.versions.persistence that return MutableDeploymentVersion
 MutableDeploymentVersion DeploymentVersionDaoImpl.findLatestVersion(long deploymentProjectId)
           
 MutableDeploymentVersion DeploymentVersionDao.findLatestVersion(long deploymentProjectId)
          Find the latest version created for this deployment project.
 MutableDeploymentVersion DeploymentVersionDaoImpl.findNextVersionContainingResult(long deploymentProjectId, PlanResultKey planResultKey)
           
 MutableDeploymentVersion DeploymentVersionDao.findNextVersionContainingResult(long deploymentProjectId, PlanResultKey planResultKey)
          Find the first version that is created from a result which is later than current result (not taking custom revision into account)
 MutableDeploymentVersion DeploymentVersionDaoImpl.findPreviousVersion(long deploymentProjectId, MutableDeploymentVersion deploymentVersion)
           
 MutableDeploymentVersion DeploymentVersionDao.findPreviousVersion(long deploymentProjectId, MutableDeploymentVersion deploymentVersion)
          Find the last version created before this one.
 MutableDeploymentVersion DeploymentVersionPlanResultKey.getDeploymentVersion()
           
 MutableDeploymentVersion DeploymentVersionDaoImpl.getDeploymentVersion(long deploymentVersionId)
           
 MutableDeploymentVersion DeploymentVersionDao.getDeploymentVersion(long deploymentVersionId)
          Get MutableDeploymentVersion by id
 MutableDeploymentVersion DeploymentVersionDaoImpl.getDeploymentVersionByName(java.lang.String existingVersionName, long deploymentProjectId)
           
 MutableDeploymentVersion DeploymentVersionDao.getDeploymentVersionByName(java.lang.String existingVersionName, long deploymentProjectId)
          Retrieve a specific version by name for a project
 MutableDeploymentVersion DeploymentVersionDaoImpl.getLatestVersionForProject(long id)
           
 MutableDeploymentVersion DeploymentVersionDao.getLatestVersionForProject(long id)
          Find the latest version for a deployment project.
 MutableDeploymentVersion DeploymentVersionDaoImpl.getRelatedVersion(long deploymentProjectId, PlanResultKey planResultKey)
           
 MutableDeploymentVersion DeploymentVersionDao.getRelatedVersion(long deploymentProjectId, PlanResultKey planResultKey)
          Find latest version of a deployment project that is related to specific plan result.
 MutableDeploymentVersion MutableDeploymentVersionStatusImpl.getVersion()
           
 MutableDeploymentVersion MutableDeploymentVersionStatus.getVersion()
           
 

Methods in com.atlassian.bamboo.deployments.versions.persistence that return types with arguments of type MutableDeploymentVersion
 java.lang.Iterable<MutableDeploymentVersion> DeploymentVersionDaoImpl.findVersionsBetween(long deploymentProjectId, long version1Id, long version2Id)
           
 java.lang.Iterable<MutableDeploymentVersion> DeploymentVersionDao.findVersionsBetween(long deploymentVersionId, long version1Id, long version2Id)
          Find versions created between version1 and version2.
 java.util.List<MutableDeploymentVersion> DeploymentVersionDaoImpl.findVersionsWithNameLike(long deploymentProjectId, java.lang.String name)
           
 java.util.List<MutableDeploymentVersion> DeploymentVersionDao.findVersionsWithNameLike(long deploymentProjectId, java.lang.String nameLike)
          Search for version in a project by name.
 java.util.List<MutableDeploymentVersion> DeploymentVersionDaoImpl.getDeploymentVersionsForDeploymentProject(long deploymentProjectId)
           
 java.util.List<MutableDeploymentVersion> DeploymentVersionDao.getDeploymentVersionsForDeploymentProject(long deploymentProjectId)
          Get MutableDeploymentVersion by DeploymentProject id
 

Methods in com.atlassian.bamboo.deployments.versions.persistence with parameters of type MutableDeploymentVersion
 void DeploymentVersionDaoImpl.delete(MutableDeploymentVersion deploymentVersion)
           
 void DeploymentVersionDao.delete(MutableDeploymentVersion deploymentVersion)
          Delete MutableDeploymentVersion
 MutableDeploymentVersion DeploymentVersionDaoImpl.findPreviousVersion(long deploymentProjectId, MutableDeploymentVersion deploymentVersion)
           
 MutableDeploymentVersion DeploymentVersionDao.findPreviousVersion(long deploymentProjectId, MutableDeploymentVersion deploymentVersion)
          Find the last version created before this one.
 void DeploymentVersionDaoImpl.save(MutableDeploymentVersion deploymentVersion)
          MutableDeploymentVersionItem members of getItems() are persisted in a cascade
 void DeploymentVersionDao.save(MutableDeploymentVersion deploymentVersion)
          Save MutableDeploymentVersion
 void DeploymentVersionPlanResultKey.setDeploymentVersion(MutableDeploymentVersion deploymentVersion)
           
 void MutableDeploymentVersionStatusImpl.setVersion(MutableDeploymentVersion version)
           
 void MutableDeploymentVersionStatus.setVersion(MutableDeploymentVersion version)
           
 

Constructors in com.atlassian.bamboo.deployments.versions.persistence with parameters of type MutableDeploymentVersion
DeploymentVersionPlanResultKey.FromPlanResultKey(MutableDeploymentVersion deploymentVersion)
           
DeploymentVersionPlanResultKey(MutableDeploymentVersion deploymentVersion, PlanResultKey planResultKey)
           
 

Uses of MutableDeploymentVersion in com.atlassian.bamboo.deployments.versions.persistence.commits
 

Methods in com.atlassian.bamboo.deployments.versions.persistence.commits that return MutableDeploymentVersion
 MutableDeploymentVersion MutableDeploymentVersionVcsChangesetImpl.getDeploymentVersion()
           
 MutableDeploymentVersion MutableDeploymentVersionVcsChangeset.getDeploymentVersion()
           
 

Methods in com.atlassian.bamboo.deployments.versions.persistence.commits with parameters of type MutableDeploymentVersion
 void MutableDeploymentVersionVcsChangesetImpl.setDeploymentVersion(MutableDeploymentVersion deploymentVersion)
           
 void MutableDeploymentVersionVcsChangeset.setDeploymentVersion(MutableDeploymentVersion deploymentVersion)
           
 

Constructors in com.atlassian.bamboo.deployments.versions.persistence.commits with parameters of type MutableDeploymentVersion
MutableDeploymentVersionVcsChangesetImpl(MutableDeploymentVersion deploymentVersion, RepositoryChangeset repositoryChangeset)
           
 

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

Methods in com.atlassian.bamboo.deployments.versions.persistence.issues that return MutableDeploymentVersion
 MutableDeploymentVersion MutableDeploymentVersionLinkedJiraIssueImpl.getDeploymentVersion()
           
 MutableDeploymentVersion MutableDeploymentVersionLinkedJiraIssue.getDeploymentVersion()
           
 

Methods in com.atlassian.bamboo.deployments.versions.persistence.issues with parameters of type MutableDeploymentVersion
 void MutableDeploymentVersionLinkedJiraIssueImpl.setDeploymentVersion(MutableDeploymentVersion deploymentVersion)
           
 void MutableDeploymentVersionLinkedJiraIssue.setDeploymentVersion(MutableDeploymentVersion deploymentVersion)
           
 

Constructors in com.atlassian.bamboo.deployments.versions.persistence.issues with parameters of type MutableDeploymentVersion
MutableDeploymentVersionLinkedJiraIssueImpl(MutableDeploymentVersion deploymentVersion, InternalLinkedJiraIssue linkedJiraIssue)
           
 

Uses of MutableDeploymentVersion in com.atlassian.bamboo.deployments.versions.persistence.items
 

Methods in com.atlassian.bamboo.deployments.versions.persistence.items that return MutableDeploymentVersion
 MutableDeploymentVersion MutableDeploymentVersionItem.getDeploymentVersion()
           
 MutableDeploymentVersion AbstractMutableDeploymentVersionItem.getDeploymentVersion()
           
 

Methods in com.atlassian.bamboo.deployments.versions.persistence.items with parameters of type MutableDeploymentVersion
 void MutableDeploymentVersionItem.setDeploymentVersion(MutableDeploymentVersion deploymentVersion)
           
 void AbstractMutableDeploymentVersionItem.setDeploymentVersion(MutableDeploymentVersion deploymentVersion)
           
 

Uses of MutableDeploymentVersion in com.atlassian.bamboo.deployments.versions.service
 

Methods in com.atlassian.bamboo.deployments.versions.service that return MutableDeploymentVersion
 MutableDeploymentVersion VersionNamingServiceImpl.nameAndCreateVersion(InternalDeploymentProject deploymentProject, ImmutablePlan linkedPlan, MutableDeploymentVersion deploymentVersion, java.lang.String versionName, java.lang.String nextVersionName, java.util.Map<java.lang.String,VariableDefinitionContext> variables)
           
 MutableDeploymentVersion VersionNamingService.nameAndCreateVersion(InternalDeploymentProject deploymentProject, ImmutablePlan linkedPlan, MutableDeploymentVersion version, java.lang.String versionName, java.lang.String nextVersionName, java.util.Map<java.lang.String,VariableDefinitionContext> variables)
          Takes a new deployment version, if new version name supplied, uses that, otherwise generates unique name based on version naming scheme.
 MutableDeploymentVersion VersionNamingServiceImpl.renameVersion(long deploymentProjectId, DeploymentVersion deploymentVersion, java.lang.String newVersionName)
           
 MutableDeploymentVersion VersionNamingService.renameVersion(long deploymentProjectId, DeploymentVersion deploymentVersion, java.lang.String newVersionName)
          Rename a version.
 

Methods in com.atlassian.bamboo.deployments.versions.service with parameters of type MutableDeploymentVersion
 void DeploymentVersionChainResultDataCollectorImpl.createChangesetsAndJiraIssues(long deploymentProjectId, MutableDeploymentVersion mutableDeploymentVersion, PlanResultKey planResultKey)
          Finds changes between last version (if it exists) and a new version by looking at build results that happened between the 2 versions and saves them to the db.
 void DeploymentVersionChainResultDataCollector.createChangesetsAndJiraIssues(long deploymentProjectId, MutableDeploymentVersion mutableDeploymentVersion, PlanResultKey planResultKey)
          Finds changes between last version (if it exists) and a new version by looking at build results that happened between the 2 versions and saves them to the db.
 Pair<java.util.List<MutableDeploymentVersionVcsChangeset>,java.util.List<InternalLinkedJiraIssue>> DeploymentVersionChainResultDataCollectorImpl.findChangesetsAndJiraIssues(long deploymentProjectId, MutableDeploymentVersion newVersion, PlanResultKey planResultKey)
          Finds changes between last version (if it exists) and a new version by looking at build results that happened between the 2 versions.
 Pair<java.util.List<MutableDeploymentVersionVcsChangeset>,java.util.List<InternalLinkedJiraIssue>> DeploymentVersionChainResultDataCollector.findChangesetsAndJiraIssues(long deploymentProjectId, MutableDeploymentVersion newVersion, PlanResultKey planResultKey)
          Finds changes between last version (if it exists) and a new version by looking at build results that happened between the 2 versions.
 Pair<java.util.List<DeploymentVersionVcsChangeset>,java.util.List<InternalLinkedJiraIssue>> DeploymentVersionChainResultDataCollectorImpl.findImmutableChangesetsAndJiraIssues(long deploymentProjectId, MutableDeploymentVersion newVersion, PlanResultKey planResultKey)
          Finds changes between last version (if it exists) and a new version by looking at build results that happened between the 2 versions.
 Pair<java.util.List<DeploymentVersionVcsChangeset>,java.util.List<InternalLinkedJiraIssue>> DeploymentVersionChainResultDataCollector.findImmutableChangesetsAndJiraIssues(long deploymentProjectId, MutableDeploymentVersion newVersion, PlanResultKey planResultKey)
          Finds changes between last version (if it exists) and a new version by looking at build results that happened between the 2 versions.
 MutableDeploymentVersion VersionNamingServiceImpl.nameAndCreateVersion(InternalDeploymentProject deploymentProject, ImmutablePlan linkedPlan, MutableDeploymentVersion deploymentVersion, java.lang.String versionName, java.lang.String nextVersionName, java.util.Map<java.lang.String,VariableDefinitionContext> variables)
           
 MutableDeploymentVersion VersionNamingService.nameAndCreateVersion(InternalDeploymentProject deploymentProject, ImmutablePlan linkedPlan, MutableDeploymentVersion version, java.lang.String versionName, java.lang.String nextVersionName, java.util.Map<java.lang.String,VariableDefinitionContext> variables)
          Takes a new deployment version, if new version name supplied, uses that, otherwise generates unique name based on version naming scheme.
 



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