Modifier and Type | Method and Description |
---|---|
static <T extends InternalEnvironment> |
DeploymentMatchers.equalToEnvironment(T reference) |
Modifier and Type | Method and Description |
---|---|
static InternalEnvironment |
DeploymentMocks.mockEnvironment(long id,
String name) |
Modifier and Type | Method and Description |
---|---|
static DeploymentResultKeyImpl |
DeploymentResultKeyImpl.from(InternalEnvironment environment,
InternalDeploymentResult deploymentResult) |
Modifier and Type | Interface and Description |
---|---|
interface |
DecoratedEnvironment
Represents decorated environment for the purpose of using it in the Freemarker generated UI
|
interface |
Environment
Represents a Deployment Environment within Bamboo.
|
Modifier and Type | Class and Description |
---|---|
class |
DecoratedEnvironmentImpl |
class |
EnvironmentImpl |
class |
EnvironmentWithConfigCounts
Extended environment bean with some more data for UI.
|
Modifier and Type | Method and Description |
---|---|
InternalEnvironment |
EnvironmentWithConfigCounts.getEnvironment() |
Modifier and Type | Method and Description |
---|---|
static Comparator<InternalEnvironment> |
EnvironmentComparators.byDeploymentProjectIdEnvironmentPositionAndName()
Return comparator that sorts environments by
deployment project id,
environment position in deployment project,
environment name
|
Constructor and Description |
---|
EnvironmentWithConfigCounts(InternalEnvironment environment,
int numberOfCompatibleAgents,
int notificationsNumber,
int variablesNumber) |
Modifier and Type | Interface and Description |
---|---|
interface |
EnvironmentStub
For use in actions only.
|
Modifier and Type | Class and Description |
---|---|
class |
EnvironmentStubImpl |
Constructor and Description |
---|
IndexedEnvironmentImpl(InternalDeploymentProject project,
InternalEnvironment environment,
DeploymentResult latestResult,
PlanResultKey latestVersionPlanResultKey) |
Modifier and Type | Class and Description |
---|---|
class |
IsEnvironmentEq<T extends InternalEnvironment> |
Modifier and Type | Method and Description |
---|---|
static <T extends InternalEnvironment> |
IsEnvironmentEq.equalToEnvironment(T reference) |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableEnvironment
Represents the Environment that will be stored in the database.
|
Modifier and Type | Class and Description |
---|---|
class |
EnvironmentStubDto |
class |
MutableEnvironmentImpl |
Modifier and Type | Method and Description |
---|---|
ExecutableAgentsMatrix |
EnvironmentRequirementServiceImpl.getExecutableAgentMatrixForEnvironment(InternalEnvironment environment) |
ExecutableAgentsMatrix |
EnvironmentRequirementService.getExecutableAgentMatrixForEnvironment(InternalEnvironment environment)
Retrieve all executable agents for a particular environment.
|
Modifier and Type | Method and Description |
---|---|
PlanKey |
EnvironmentTriggerServiceImpl.getCalculatedTriggeringPlanKey(InternalEnvironment environment,
DeploymentTriggerBranchSelectionMode branchSelectionMode,
PlanKey customBranchKey) |
PlanKey |
EnvironmentTriggerService.getCalculatedTriggeringPlanKey(InternalEnvironment environment,
DeploymentTriggerBranchSelectionMode branchSelectionMode,
PlanKey customBranchKey) |
List<PlanRepositoryDefinition> |
EnvironmentServiceImpl.getPlanRepositoryDefinitionsForEnvironment(InternalEnvironment environment) |
List<PlanRepositoryDefinition> |
EnvironmentService.getPlanRepositoryDefinitionsForEnvironment(InternalEnvironment environment)
Retrieves all repositories used in environment source checkout tasks
|
Modifier and Type | Method and Description |
---|---|
EnvironmentTriggeringResult |
DeploymentPermitter.performDeployCheck(InternalEnvironment environment)
This method is used to determine whether we are able to deploy or not
|
Modifier and Type | Method and Description |
---|---|
EnvironmentTriggeringResult |
DeploymentPermitterImpl.performDeployCheck(InternalEnvironment environment)
This method checks whether we're currently able to deploy
|
Modifier and Type | Method and Description |
---|---|
InternalEnvironment |
EnvironmentRepositoryLinkImpl.getEnvironment() |
InternalEnvironment |
EnvironmentRepositoryLink.getEnvironment() |
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentRepositoryLinkImpl.setEnvironment(InternalEnvironment environment) |
void |
EnvironmentRepositoryLink.setEnvironment(InternalEnvironment environment) |
Modifier and Type | Method and Description |
---|---|
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) |
List<EnvironmentRepositoryLink> |
EnvironmentRepositoryLinkHibernateDao.getEnvironmentRepositoryLinks(InternalEnvironment environment) |
List<EnvironmentRepositoryLink> |
EnvironmentRepositoryLinkDao.getEnvironmentRepositoryLinks(InternalEnvironment environment) |
Modifier and Type | Class and Description |
---|---|
class |
RestEnvironment |
class |
RestEnvironmentWithConfigCounts |
Modifier and Type | Method and Description |
---|---|
List<PlanRepositoryDefinition> |
AbstractRepositoryAwareTaskConfigurator.getPlanRepositoriesUsedByTask(TaskDefinition taskDefinition,
InternalEnvironment environment) |
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.