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

Packages that use MutableDeploymentVersionStatus
com.atlassian.bamboo.deployments.versions   
com.atlassian.bamboo.deployments.versions.migration.stream   
com.atlassian.bamboo.deployments.versions.persistence   
 

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

Constructors in com.atlassian.bamboo.deployments.versions with parameters of type MutableDeploymentVersionStatus
DeploymentVersionStatusImpl(MutableDeploymentVersionStatus versionStatus, java.lang.String displayName, java.lang.String gravatarUrl)
           
 

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

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

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

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

Classes in com.atlassian.bamboo.deployments.versions.persistence that implement MutableDeploymentVersionStatus
 class MutableDeploymentVersionStatusImpl
          CreationDate property implemented via inheritance from BambooEntityObject
 

Methods in com.atlassian.bamboo.deployments.versions.persistence that return MutableDeploymentVersionStatus
 MutableDeploymentVersionStatus DeploymentVersionDaoImpl.getLatestVersionStatus(long deploymentVersionId)
           
 MutableDeploymentVersionStatus DeploymentVersionDao.getLatestVersionStatus(long deploymentVersionId)
           
 MutableDeploymentVersionStatus DeploymentVersionDaoImpl.updateVersionStatus(long deploymentVersionId, DeploymentVersionState state, java.lang.String userName)
           
 MutableDeploymentVersionStatus DeploymentVersionDao.updateVersionStatus(long deploymentVersionId, DeploymentVersionState state, java.lang.String userName)
           
 

Methods in com.atlassian.bamboo.deployments.versions.persistence that return types with arguments of type MutableDeploymentVersionStatus
 java.util.List<MutableDeploymentVersionStatus> DeploymentVersionDaoImpl.getVersionStatuses(long deploymentVersionId)
           
 java.util.List<MutableDeploymentVersionStatus> DeploymentVersionDao.getVersionStatuses(long deploymentVersionId)
          Get MutableDeploymentVersionStatuses by DeploymentVersion id
 



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