Uses of Interface
com.atlassian.bamboo.deployments.environments.InternalEnvironment

Packages that use InternalEnvironment
com.atlassian.bamboo.deployments   
com.atlassian.bamboo.deployments.environments   
com.atlassian.bamboo.deployments.environments.index   
com.atlassian.bamboo.deployments.environments.matcher   
com.atlassian.bamboo.deployments.environments.persistence   
com.atlassian.bamboo.deployments.environments.service   
com.atlassian.bamboo.deployments.execution   
com.atlassian.bamboo.deployments.execution.service   
com.atlassian.bamboo.deployments.repository   
com.atlassian.bamboo.deployments.repository.persistence   
 

Uses of InternalEnvironment in com.atlassian.bamboo.deployments
 

Methods in com.atlassian.bamboo.deployments with type parameters of type InternalEnvironment
static
<T extends InternalEnvironment>
org.hamcrest.Matcher<T>
DeploymentMatchers.equalToEnvironment(T reference)
           
 

Methods in com.atlassian.bamboo.deployments that return InternalEnvironment
static InternalEnvironment DeploymentMocks.mockEnvironment(long id, java.lang.String name)
           
 

Methods in com.atlassian.bamboo.deployments with parameters of type InternalEnvironment
static DeploymentResultKeyImpl DeploymentResultKeyImpl.from(InternalEnvironment environment, InternalDeploymentResult deploymentResult)
           
 

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

Subinterfaces of InternalEnvironment in com.atlassian.bamboo.deployments.environments
 interface Environment
          Represents a Deployment Environment within Bamboo.
 

Classes in com.atlassian.bamboo.deployments.environments that implement InternalEnvironment
 class EnvironmentImpl
           
 class EnvironmentWithConfigCounts
          Extended environment bean with some more data for UI
 

Methods in com.atlassian.bamboo.deployments.environments with parameters of type InternalEnvironment
 int EnvironmentOrdering.compare(InternalEnvironment o1, InternalEnvironment o2)
           
 

Uses of InternalEnvironment in com.atlassian.bamboo.deployments.environments.index
 

Constructors in com.atlassian.bamboo.deployments.environments.index with parameters of type InternalEnvironment
IndexedEnvironmentImpl(InternalDeploymentProject project, InternalEnvironment environment, DeploymentResult latestResult, PlanResultKey latestVersionPlanResultKey)
           
 

Uses of InternalEnvironment in com.atlassian.bamboo.deployments.environments.matcher
 

Classes in com.atlassian.bamboo.deployments.environments.matcher with type parameters of type InternalEnvironment
 class IsEnvironmentEq<T extends InternalEnvironment>
           
 

Methods in com.atlassian.bamboo.deployments.environments.matcher with type parameters of type InternalEnvironment
static
<T extends InternalEnvironment>
org.hamcrest.Matcher<T>
IsEnvironmentEq.equalToEnvironment(T reference)
           
 

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

Subinterfaces of InternalEnvironment in com.atlassian.bamboo.deployments.environments.persistence
 interface MutableEnvironment
          Represents the Environment that will be stored in the database.
 

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

Uses of InternalEnvironment in com.atlassian.bamboo.deployments.environments.service
 

Methods in com.atlassian.bamboo.deployments.environments.service with parameters of type InternalEnvironment
 PlanKey EnvironmentTriggerServiceImpl.getCalculatedTriggeringPlanKey(InternalEnvironment environment, DeploymentTriggerBranchSelectionMode branchSelectionMode, PlanKey customBranchKey)
           
 PlanKey EnvironmentTriggerService.getCalculatedTriggeringPlanKey(InternalEnvironment environment, DeploymentTriggerBranchSelectionMode branchSelectionMode, PlanKey customBranchKey)
           
 

Uses of InternalEnvironment in com.atlassian.bamboo.deployments.execution
 

Methods in com.atlassian.bamboo.deployments.execution with parameters of type InternalEnvironment
 EnvironmentTriggeringResult DeploymentPermitter.performDeployCheck(InternalEnvironment environment)
          This method is used to determine whether we are able to deploy or not
 

Uses of InternalEnvironment in com.atlassian.bamboo.deployments.execution.service
 

Methods in com.atlassian.bamboo.deployments.execution.service with parameters of type InternalEnvironment
 EnvironmentTriggeringResult DeploymentPermitterImpl.performDeployCheck(InternalEnvironment environment)
          This method checks whether we're currently able to deploy
 

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

Methods in com.atlassian.bamboo.deployments.repository that return InternalEnvironment
 InternalEnvironment EnvironmentRepositoryLinkImpl.getEnvironment()
           
 InternalEnvironment EnvironmentRepositoryLink.getEnvironment()
           
 

Methods in com.atlassian.bamboo.deployments.repository with parameters of type InternalEnvironment
 void EnvironmentRepositoryLinkImpl.setEnvironment(InternalEnvironment environment)
           
 void EnvironmentRepositoryLink.setEnvironment(InternalEnvironment environment)
           
 

Uses of InternalEnvironment in com.atlassian.bamboo.deployments.repository.persistence
 

Methods in com.atlassian.bamboo.deployments.repository.persistence with parameters of type InternalEnvironment
 void EnvironmentRepositoryLinkHibernateDao.detachAllRepositoriesFromEnvironment(InternalEnvironment environment)
           
 void EnvironmentRepositoryLinkDao.detachAllRepositoriesFromEnvironment(InternalEnvironment environment)
          Remove all PlanRepositoryLink defined for the Environment.
 EnvironmentRepositoryLink EnvironmentRepositoryLinkHibernateDao.getEnvironmentRepositoryLink(InternalEnvironment environment, long repositoryId)
           
 EnvironmentRepositoryLink EnvironmentRepositoryLinkDao.getEnvironmentRepositoryLink(InternalEnvironment environment, long repositoryId)
           
 java.util.List<EnvironmentRepositoryLink> EnvironmentRepositoryLinkHibernateDao.getEnvironmentRepositoryLinks(InternalEnvironment environment)
           
 java.util.List<EnvironmentRepositoryLink> EnvironmentRepositoryLinkDao.getEnvironmentRepositoryLinks(InternalEnvironment environment)
           
 



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