Uses of Interface
com.atlassian.bamboo.deployments.results.persistence.MutableDeploymentResult

Packages that use MutableDeploymentResult
com.atlassian.bamboo.deployments.projects.migration   
com.atlassian.bamboo.deployments.results   
com.atlassian.bamboo.deployments.results.migration.stream   
com.atlassian.bamboo.deployments.results.persistence   
com.atlassian.bamboo.deployments.results.variable   
 

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

Methods in com.atlassian.bamboo.deployments.projects.migration that return MutableDeploymentResult
 MutableDeploymentResult DeploymentsImportContext.getDeploymentResult()
           
 

Methods in com.atlassian.bamboo.deployments.projects.migration with parameters of type MutableDeploymentResult
 void DeploymentsImportContext.setDeploymentResult(MutableDeploymentResult deploymentProject)
           
 

Uses of MutableDeploymentResult in com.atlassian.bamboo.deployments.results
 

Constructors in com.atlassian.bamboo.deployments.results with parameters of type MutableDeploymentResult
DeploymentResultImpl(MutableDeploymentResult deploymentResult, Environment environment, DeploymentVersion deploymentVersion, Operations operations)
           
 

Uses of MutableDeploymentResult in com.atlassian.bamboo.deployments.results.migration.stream
 

Methods in com.atlassian.bamboo.deployments.results.migration.stream that return MutableDeploymentResult
protected  MutableDeploymentResult DeploymentResultPropertiesMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
           
protected  MutableDeploymentResult DeploymentResultMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
           
 

Methods in com.atlassian.bamboo.deployments.results.migration.stream with parameters of type MutableDeploymentResult
 void DeploymentResultMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor, java.util.List<MutableDeploymentResult> list, MutableDeploymentResult object, long objectIndex, net.sf.hibernate.Session session)
           
protected  void DeploymentResultPropertiesMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, MutableDeploymentResult object, net.sf.hibernate.Session session, ExportDetailsBean exportDetailsBean)
           
protected  void DeploymentResultMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, MutableDeploymentResult deploymentResult, net.sf.hibernate.Session session, ExportDetailsBean exportDetailsBean)
           
protected  void DeploymentResultPropertiesMapper.importProperties(MutableDeploymentResult object, org.codehaus.staxmate.in.SMInputCursor inputCursor, net.sf.hibernate.Session session)
           
protected  void DeploymentResultMapper.importProperties(MutableDeploymentResult object, org.codehaus.staxmate.in.SMInputCursor inputCursor, net.sf.hibernate.Session session)
           
 

Method parameters in com.atlassian.bamboo.deployments.results.migration.stream with type arguments of type MutableDeploymentResult
 void DeploymentResultMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor, java.util.List<MutableDeploymentResult> list, MutableDeploymentResult object, long objectIndex, net.sf.hibernate.Session session)
           
 

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

Classes in com.atlassian.bamboo.deployments.results.persistence that implement MutableDeploymentResult
 class MutableDeploymentResultImpl
           
 

Methods in com.atlassian.bamboo.deployments.results.persistence that return MutableDeploymentResult
 MutableDeploymentResult DeploymentResultDaoImpl.getDeploymentResult(long deploymentResultId)
           
 MutableDeploymentResult DeploymentResultDao.getDeploymentResult(long deploymentResultId)
          Get DeploymentResult by id
 MutableDeploymentResult DeploymentResultDaoImpl.getLastResultBefore(DeploymentResult deploymentResult)
           
 MutableDeploymentResult DeploymentResultDao.getLastResultBefore(DeploymentResult deploymentResult)
           
 MutableDeploymentResult DeploymentResultDaoImpl.getLatestDeploymentResult(long environmentId, long deploymentVersionId)
           
 MutableDeploymentResult DeploymentResultDao.getLatestDeploymentResult(long environmentId, long deploymentVersionId)
          Retrieve the latest deployment result that exists for a version on an environment.
 MutableDeploymentResult DeploymentResultDaoImpl.getLatestDeploymentResultForEnvironment(long environmentId)
           
 MutableDeploymentResult DeploymentResultDao.getLatestDeploymentResultForEnvironment(long environmentId)
          Get the latest result that ran against an environment
 MutableDeploymentResult DeploymentResultDaoImpl.getLatestKnownDeploymentResultForEnvironment(long environmentId)
           
 MutableDeploymentResult DeploymentResultDao.getLatestKnownDeploymentResultForEnvironment(long environmentId)
          Get the latest result that *actually* ran against an environments.
 MutableDeploymentResult DeploymentResultDaoImpl.getRollbackDeploymentResultForEnvironment(long environmentId, long latestVersionId)
           
 MutableDeploymentResult DeploymentResultDao.getRollbackDeploymentResultForEnvironment(long environmentId, long latestVersionId)
          Find the result that you are trying to replicate by doing a rollback.
 

Methods in com.atlassian.bamboo.deployments.results.persistence that return types with arguments of type MutableDeploymentResult
 java.util.List<MutableDeploymentResult> DeploymentResultDaoImpl.getDeploymentResults(long environmentId, long deploymentVersionId)
           
 java.util.List<MutableDeploymentResult> DeploymentResultDao.getDeploymentResults(long environmentId, long deploymentVersionId)
          Retrieve all deployment results that exist for an environment and version.
 java.util.List<MutableDeploymentResult> DeploymentResultDaoImpl.getDeploymentResultsByLifeCycleState(java.util.Collection<LifeCycleState> lifeCycleStates)
           
 java.util.List<MutableDeploymentResult> DeploymentResultDao.getDeploymentResultsByLifeCycleState(java.util.Collection<LifeCycleState> lifeCycleStates)
           
 java.util.List<MutableDeploymentResult> DeploymentResultDaoImpl.getDeploymentResultsForDeploymentVersion(long deploymentVersionId)
           
 java.util.List<MutableDeploymentResult> DeploymentResultDao.getDeploymentResultsForDeploymentVersion(long deploymentVersionId)
          Get a list of DeploymentResults for a DeploymentVersion TODO: this method is a potential problem due to performance reasons
 java.util.List<MutableDeploymentResult> DeploymentResultDaoImpl.getDeploymentResultsForEnvironment(long environmentId)
           
 java.util.List<MutableDeploymentResult> DeploymentResultDao.getDeploymentResultsForEnvironment(long environmentId)
          Get a list of DeploymentResults for a Environment TODO: this method is a potential problem due to performance reasons
 java.util.List<MutableDeploymentResult> DeploymentResultDaoImpl.getLatestDeploymentResultsForEnvironment(long environmentId, int startIndex, int maxResults)
           
 java.util.List<MutableDeploymentResult> DeploymentResultDao.getLatestDeploymentResultsForEnvironment(long environmentId, int startIndex, int maxResults)
          Get the latest deployment results for an Environment, limited to requested amount starting from requested start index.
 

Methods in com.atlassian.bamboo.deployments.results.persistence with parameters of type MutableDeploymentResult
 void DeploymentResultDaoImpl.delete(MutableDeploymentResult deploymentResult)
           
 void DeploymentResultDao.delete(MutableDeploymentResult deploymentResult)
          Delete Deployment Result.
 void DeploymentResultDaoImpl.save(MutableDeploymentResult deploymentResult)
           
 void DeploymentResultDao.save(MutableDeploymentResult deploymentResult)
          Save DeploymentResult
 

Method parameters in com.atlassian.bamboo.deployments.results.persistence with type arguments of type MutableDeploymentResult
 long DeploymentResultDaoImpl.iterateResultsForExport(com.google.common.base.Function<MutableDeploymentResult,java.lang.Void> function)
           
 long DeploymentResultDao.iterateResultsForExport(com.google.common.base.Function<MutableDeploymentResult,java.lang.Void> function)
          Iterate through and execute function for each of MutableDeploymentResult
 

Uses of MutableDeploymentResult in com.atlassian.bamboo.deployments.results.variable
 

Methods in com.atlassian.bamboo.deployments.results.variable that return MutableDeploymentResult
 MutableDeploymentResult DeploymentVariableSubstitutionImpl.getDeploymentResult()
           
 MutableDeploymentResult DeploymentVariableSubstitution.getDeploymentResult()
           
 

Methods in com.atlassian.bamboo.deployments.results.variable with parameters of type MutableDeploymentResult
 void DeploymentVariableSubstitutionImpl.setDeploymentResult(MutableDeploymentResult deploymentResult)
           
 void DeploymentVariableSubstitution.setDeploymentResult(MutableDeploymentResult deploymentResult)
           
 

Constructors in com.atlassian.bamboo.deployments.results.variable with parameters of type MutableDeploymentResult
DeploymentVariableSubstitutionImpl(java.lang.String key, java.lang.String value, VariableType variableType, MutableDeploymentResult result)
           
DeploymentVariableSubstitutionImpl(VariableDefinitionIdentifier variable, MutableDeploymentResult result)
           
 



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