Uses of Interface
com.atlassian.bamboo.deployments.environments.persistence.MutableEnvironment

Packages that use MutableEnvironment
com.atlassian.bamboo.deployments   
com.atlassian.bamboo.deployments.environments   
com.atlassian.bamboo.deployments.environments.migration.stream   
com.atlassian.bamboo.deployments.environments.persistence   
com.atlassian.bamboo.deployments.projects.migration   
com.atlassian.bamboo.deployments.repository   
com.atlassian.bamboo.deployments.results.persistence   
 

Uses of MutableEnvironment in com.atlassian.bamboo.deployments
 

Methods in com.atlassian.bamboo.deployments that return MutableEnvironment
static MutableEnvironment DeploymentMocks.mockMutableEnvironment(long id, java.lang.String key)
           
 

Uses of MutableEnvironment in com.atlassian.bamboo.deployments.environments
 

Constructors in com.atlassian.bamboo.deployments.environments with parameters of type MutableEnvironment
EnvironmentImpl(MutableEnvironment mutableEnvironment)
           
 

Uses of MutableEnvironment in com.atlassian.bamboo.deployments.environments.migration.stream
 

Methods in com.atlassian.bamboo.deployments.environments.migration.stream that return MutableEnvironment
protected  MutableEnvironment EnvironmentPropertiesMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
           
protected  MutableEnvironment EnvironmentMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
           
 

Methods in com.atlassian.bamboo.deployments.environments.migration.stream with parameters of type MutableEnvironment
 void EnvironmentMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor, java.util.List<MutableEnvironment> list, MutableEnvironment object, long objectIndex, net.sf.hibernate.Session session)
           
protected  void EnvironmentPropertiesMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, MutableEnvironment environment, net.sf.hibernate.Session session, ExportDetailsBean exportDetailsBean)
           
protected  void EnvironmentMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, MutableEnvironment environment, net.sf.hibernate.Session session, ExportDetailsBean exportDetailsBean)
           
protected  void EnvironmentPropertiesMapper.importProperties(MutableEnvironment environment, org.codehaus.staxmate.in.SMInputCursor inputCursor, net.sf.hibernate.Session session)
           
protected  void EnvironmentMapper.importProperties(MutableEnvironment ignored, org.codehaus.staxmate.in.SMInputCursor inputCursor, net.sf.hibernate.Session session)
           
 

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

Uses of MutableEnvironment in com.atlassian.bamboo.deployments.environments.persistence
 

Classes in com.atlassian.bamboo.deployments.environments.persistence that implement MutableEnvironment
 class MutableEnvironmentImpl
           
 

Methods in com.atlassian.bamboo.deployments.environments.persistence with type parameters of type MutableEnvironment
<E extends MutableEnvironment>
void
EnvironmentDao.saveAll(java.util.Collection<E> environments)
          Save all items on the list;
 

Methods in com.atlassian.bamboo.deployments.environments.persistence that return MutableEnvironment
 MutableEnvironment EnvironmentDaoImpl.getEnvironment(DeploymentKey environmentKey)
           
 MutableEnvironment EnvironmentDao.getEnvironment(DeploymentKey environmentKey)
          Gets specific Environment by key
 MutableEnvironment EnvironmentDaoImpl.getEnvironment(long environmentId)
           
 MutableEnvironment EnvironmentDao.getEnvironment(long environmentId)
          Gets specific Environment by ID
 

Methods in com.atlassian.bamboo.deployments.environments.persistence that return types with arguments of type MutableEnvironment
 java.util.List<MutableEnvironment> EnvironmentDaoImpl.findAll()
           
 java.util.List<MutableEnvironment> EnvironmentDao.findAll()
           
 java.util.List<MutableEnvironment> EnvironmentDaoImpl.getEnvironmentsForDeploymentProject(long deploymentProjectId)
           
 java.util.List<MutableEnvironment> EnvironmentDao.getEnvironmentsForDeploymentProject(long deploymentProjectId)
          Retrieve all environments for a Deployment Project
 

Methods in com.atlassian.bamboo.deployments.environments.persistence with parameters of type MutableEnvironment
 void EnvironmentDaoImpl.delete(MutableEnvironment environment)
           
 void EnvironmentDao.delete(MutableEnvironment environment)
          Delete a specific Deployment Environment.
 void EnvironmentDaoImpl.save(MutableEnvironment environment)
           
 void EnvironmentDao.save(MutableEnvironment environment)
          Save a new or existing environment.
static void EnvironmentPersistenceHelper.saveEnvironmentWithNoSchedules(MutableEnvironment environment, BuildConfiguration newTriggersConfiguration, EnvironmentDao environmentDao, PlanScheduler planScheduler)
          Helper method that persist environment configuration, while pausing its triggers.
static void EnvironmentPersistenceHelper.saveEnvironmentWithNoSchedules(MutableEnvironment environment, EnvironmentDao environmentDao, PlanScheduler planScheduler)
          Helper method that persist environment configuration, while pausing its triggers.
 

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

Methods in com.atlassian.bamboo.deployments.projects.migration that return MutableEnvironment
 MutableEnvironment DeploymentsImportContext.getEnvironment()
           
 

Methods in com.atlassian.bamboo.deployments.projects.migration with parameters of type MutableEnvironment
 void DeploymentsImportContext.setEnvironment(MutableEnvironment environment)
           
 

Uses of MutableEnvironment in com.atlassian.bamboo.deployments.repository
 

Constructors in com.atlassian.bamboo.deployments.repository with parameters of type MutableEnvironment
EnvironmentRepositoryLinkImpl(MutableEnvironment environment, RepositoryDataEntity repositoryDataEntity, int position)
           
 

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

Methods in com.atlassian.bamboo.deployments.results.persistence with parameters of type MutableEnvironment
 void MutableDeploymentResultImpl.setEnvironment(MutableEnvironment environment)
           
 



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