Modifier and Type | Method and Description |
---|---|
Environment |
ViewAgents.getEnvironment() |
Environment |
ViewRejectedRequirements.getEnvironment() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
PermissionExporter.exportPermissions(Environment environment)
Exports deployment environment permissions to a YAML-friendly format.
|
Map<String,Object> |
PermissionExporterImpl.exportPermissions(Environment environment) |
Modifier and Type | Method and Description |
---|---|
static Environment |
DeploymentTaskContextHelper.getEnvironment(Map<String,Object> context) |
Modifier and Type | Method and Description |
---|---|
static void |
DeploymentTaskContextHelper.setEnvironment(Map<String,Object> context,
Environment environment) |
Modifier and Type | Interface and Description |
---|---|
interface |
DecoratedEnvironment
Represents decorated environment for the purpose of using it in the Freemarker generated UI
|
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 |
---|---|
Environment |
EnvironmentStatusImpl.getEnvironment() |
Environment |
EnvironmentWithConfigCounts.getEnvironment() |
Environment |
EnvironmentTriggerValidationError.getEnvironment() |
Environment |
EnvironmentStatus.getEnvironment()
Environment represented by the status
|
Modifier and Type | Method and Description |
---|---|
Set<Requirement> |
DeploymentTaskRequirementSupport.calculateRequirements(TaskDefinition taskDefinition,
Environment environment)
Populates the
RequirementSet needed based off of the TaskDefinition |
List<RepositoryDefinition> |
RepositoryAwareDeploymentTaskConfigurator.getRepositoriesUsedByTask(TaskDefinition taskDefinition,
Environment environment) |
Constructor and Description |
---|
DecoratedEnvironmentImpl(DeploymentProject deploymentProject,
Environment environment) |
EnvironmentImpl(Environment environment,
Operations operations) |
EnvironmentStatusImpl(Environment environment,
DeploymentResult deploymentResult) |
EnvironmentStatusImpl(Environment environment,
DeploymentResult deploymentResult,
DeploymentResult latestResult) |
EnvironmentTriggerValidationError(Environment environment,
TriggerDefinition triggerDefinition,
String errorMessage) |
EnvironmentWithConfigCounts(Environment environment,
int numberOfCompatibleAgents,
int notificationsNumber,
int variablesNumber) |
Modifier and Type | Field and Description |
---|---|
protected Environment |
ConfigureEnvironmentTasks.environment |
Modifier and Type | Method and Description |
---|---|
Environment |
ConfigureEnvironment.getEnvironment() |
Environment |
DeleteEnvironment.getEnvironment() |
Environment |
ConfigureEnvironmentPermissions.getEnvironment() |
Environment |
CreateEnvironment.getEnvironment() |
Environment |
ViewEnvironment.getEnvironment() |
Environment |
ConfigureEnvironmentTasks.getEnvironment() |
Environment |
ConfigureEnvironmentNotifications.getEnvironment() |
Environment |
MoveEnvironment.getEnvironment() |
Environment |
ConfigureEnvironment.getSecuredDomainObject() |
Environment |
DeleteEnvironment.getSecuredDomainObject() |
Environment |
ConfigureEnvironmentPermissions.getSecuredDomainObject() |
Environment |
ConfigureEnvironmentTasks.getSecuredDomainObject() |
Environment |
ConfigureEnvironmentNotifications.getSecuredDomainObject() |
Environment |
CloneEnvironment.getSourceEnvironment() |
Modifier and Type | Method and Description |
---|---|
Environment |
ConfigureEnvironmentAgents.getEnvironment() |
Environment |
ConfigureEnvironmentAgents.getSecuredDomainObject() |
Modifier and Type | Field and Description |
---|---|
protected Environment |
ConfigureEnvironmentTriggers.environment |
Modifier and Type | Method and Description |
---|---|
Environment |
ConfigureEnvironmentTriggers.getEnvironment() |
Environment |
ConfigureEnvironmentTriggers.getSecuredDomainObject() |
Modifier and Type | Method and Description |
---|---|
Environment |
ConfigureVariablesForEnvironment.getEnvironment() |
Environment |
ConfigureVariablesForEnvironment.getSecuredDomainObject() |
Modifier and Type | Method and Description |
---|---|
Environment |
MutableEnvironmentImpl.getImmutableEnvironment() |
Environment |
MutableEnvironment.getImmutableEnvironment()
Generate an immutable version based on this mutable version.
|
Modifier and Type | Method and Description |
---|---|
Environment |
EnvironmentServiceImpl.addEnvironment(long deploymentProjectId,
String name,
String description) |
Environment |
EnvironmentService.addEnvironment(long deploymentProjectId,
String name,
String description)
Creates a new environment in the specified deployment project.
|
Environment |
EnvironmentServiceImpl.cloneEnvironment(long deploymentProjectId,
long environmentId,
String name,
String description) |
Environment |
EnvironmentService.cloneEnvironment(long deploymentProjectId,
long environmentId,
String name,
String description)
Create new environment as a clone of existing one
|
Environment |
EnvironmentServiceImpl.editEnvironment(long environmentId,
String name,
String description) |
Environment |
EnvironmentService.editEnvironment(long environmentId,
String name,
String description)
Edit the details of an existing environment
|
Environment |
EnvironmentServiceImpl.getEnvironment(long environmentId) |
Environment |
EnvironmentService.getEnvironment(long environmentId)
Get specific environment by ID.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Environment> |
EnvironmentServiceImpl.getAllEnvironments() |
Iterable<Environment> |
EnvironmentService.getAllEnvironments()
Retrieve all
Environment defined in the system. |
Iterable<Environment> |
EnvironmentServiceImpl.getAllEnvironmentsNoUserContext() |
Iterable<Environment> |
EnvironmentService.getAllEnvironmentsNoUserContext()
Retrieve all
Environment defined in the system without filling in operations permitted for the user. |
Function<Environment,DecoratedEnvironment> |
EnvironmentServiceImpl.getEnvironmentDecorator() |
Function<Environment,DecoratedEnvironment> |
EnvironmentService.getEnvironmentDecorator()
Create environment decorator function object.
|
List<Environment> |
EnvironmentServiceImpl.getEnvironmentsForDeploymentProject(long deploymentProjectId) |
List<Environment> |
EnvironmentService.getEnvironmentsForDeploymentProject(long deploymentProjectId)
Get all environments for a particular deployment project.
|
List<Environment> |
EnvironmentServiceImpl.getEnvironmentsUsingRepositoryDataEntity(long repositoryId) |
List<Environment> |
EnvironmentService.getEnvironmentsUsingRepositoryDataEntity(long repositoryId)
TODO 6.0 rename to getEnvironmentsUsingRepository
|
Modifier and Type | Method and Description |
---|---|
List<PlanRepositoryDefinition> |
EnvironmentServiceImpl.getPlanRepositoryDefinitionsForEnvironment(Environment environment) |
List<PlanRepositoryDefinition> |
EnvironmentService.getPlanRepositoryDefinitionsForEnvironment(Environment environment)
Retrieves all repositories used in environment source checkout tasks
|
List<RepositoryDefinition> |
EnvironmentServiceImpl.getRepositoryDefinitionsForEnvironment(Environment environment) |
List<RepositoryDefinition> |
EnvironmentService.getRepositoryDefinitionsForEnvironment(Environment environment)
Deprecated.
|
void |
EnvironmentServiceImpl.startAllTriggers(Environment environment) |
void |
EnvironmentService.startAllTriggers(Environment environment)
Start all automatic triggering on
InternalEnvironment |
void |
EnvironmentServiceImpl.stopAllTriggers(Environment environment) |
void |
EnvironmentService.stopAllTriggers(Environment environment)
Stop all automatic triggering on
InternalEnvironment |
void |
EnvironmentTaskServiceImpl.updateRepositoryIdsInTasks(Environment environment,
Map<Long,Long> repositoryIdsChanges) |
void |
EnvironmentTaskService.updateRepositoryIdsInTasks(Environment environment,
Map<Long,Long> repositoryIdsChanges) |
Modifier and Type | Method and Description |
---|---|
void |
PlanAwareEnvironmentTriggerConfigurator.validateDeploymentProjectPlanUpdate(ImmutableChain oldPlan,
ImmutableChain newPlan,
Environment environment,
List<EnvironmentTriggerValidationError> triggerValidationErrors,
TriggerDefinition triggerDefinition)
Validate change of plan deployment is related to.
|
Modifier and Type | Method and Description |
---|---|
Environment |
DeleteDeploymentResult.getEnvironment() |
Environment |
ViewDeploymentResult.getEnvironment() |
Environment |
ExecuteManualDeployment.getEnvironment() |
Environment |
StopDeployment.getEnvironment() |
Environment |
DeleteDeploymentResult.getSecuredDomainObject() |
Environment |
ExecuteManualDeployment.getSecuredDomainObject() |
Environment |
StopDeployment.getSecuredDomainObject() |
Modifier and Type | Method and Description |
---|---|
ExecutionRequestResult |
DeploymentExecutionServiceImpl.execute(Environment environment,
EnvironmentTriggeringAction action) |
ExecutionRequestResult |
DeploymentExecutionService.execute(Environment environment,
EnvironmentTriggeringAction action)
Start DeploymentContext execution.
|
DeploymentContext |
DeploymentExecutionServiceImpl.prepareDeploymentContext(Environment environment,
DeploymentVersion deploymentVersion,
TriggerReason triggerReason) |
DeploymentContext |
DeploymentExecutionService.prepareDeploymentContext(Environment environment,
DeploymentVersion deploymentVersion,
TriggerReason triggerReason)
Prepare DeploymentContext out of Environment and DeploymentVersion
|
Modifier and Type | Method and Description |
---|---|
EnvironmentTriggeringAction |
EnvironmentTriggeringActionFactoryImpl.createAfterSuccessfulPlanEnvironmentTriggerAction(Environment environment,
PlanResultKey planResultKey) |
EnvironmentTriggeringAction |
EnvironmentTriggeringActionFactory.createAfterSuccessfulPlanEnvironmentTriggerAction(Environment environment,
PlanResultKey planResultKey)
Creates
EnvironmentTriggeringAction used when Environment is triggered by a successful execution of a Chain |
EnvironmentTriggeringAction |
EnvironmentTriggeringActionFactoryImpl.createManualEnvironmentTriggeringAction(Environment environment,
DeploymentVersion version,
com.atlassian.user.User user) |
EnvironmentTriggeringAction |
EnvironmentTriggeringActionFactory.createManualEnvironmentTriggeringAction(Environment environment,
DeploymentVersion version,
com.atlassian.user.User user)
Creates
EnvironmentTriggeringAction used during manual execution of Environment. |
EnvironmentTriggeringAction |
EnvironmentTriggeringActionFactoryImpl.createScheduledEnvironmentTriggeringAction(Environment environment,
PlanKey sourceBranchKey) |
EnvironmentTriggeringAction |
EnvironmentTriggeringActionFactory.createScheduledEnvironmentTriggeringAction(Environment environment,
PlanKey sourceBranchKey)
Deprecated.
since 5.10
|
EnvironmentTriggeringAction |
EnvironmentTriggeringActionFactoryImpl.createScheduledEnvironmentTriggeringAction(Environment environment,
PlanKey sourceBranchKey,
Map<String,String> triggerConfiguration) |
EnvironmentTriggeringAction |
EnvironmentTriggeringActionFactory.createScheduledEnvironmentTriggeringAction(Environment environment,
PlanKey sourceBranchKey,
Map<String,String> triggerConfiguration)
Creates
EnvironmentTriggeringAction used during scheduled execution of Environment. |
Modifier and Type | Method and Description |
---|---|
List<Environment> |
DeploymentProjectImpl.getEnvironments() |
List<? extends Environment> |
DeploymentProjectIdentifier.getEnvironments() |
List<? extends Environment> |
DeploymentProject.getEnvironments() |
Modifier and Type | Method and Description |
---|---|
List<Environment> |
ViewDeploymentProjects.getEnvironments() |
List<Environment> |
ViewDeploymentProjects.DeploymentVersionWithEnvironments.getEnvironments() |
Constructor and Description |
---|
DeploymentVersionWithEnvironments(DeploymentVersion deploymentVersion,
Iterable<Environment> environments) |
Modifier and Type | Method and Description |
---|---|
Set<Environment> |
ArtifactValidationError.getEnvironments() |
Modifier and Type | Method and Description |
---|---|
Environment |
DeploymentResultImpl.getEnvironment() |
Environment |
DeploymentResult.getEnvironment() |
Constructor and Description |
---|
DeploymentResultImpl(long id,
BuildState deploymentState,
LifeCycleState lifeCycleState,
Date startedDate,
Date queuedDate,
Date executedDate,
Date finishedDate,
String deploymentVersionName,
Long agentId,
Map<String,String> customData,
TriggerReason triggerReason,
Environment environment,
DeploymentVersion deploymentVersion,
Operations operations) |
DeploymentResultImpl(MutableDeploymentResult deploymentResult,
Environment environment,
DeploymentVersion deploymentVersion,
Operations operations) |
Modifier and Type | Method and Description |
---|---|
List<EnvironmentStatus> |
DeploymentResultServiceImpl.getLatestKnownDeploymentResultForEnvironments(Iterable<? extends Environment> environments) |
List<EnvironmentStatus> |
DeploymentResultService.getLatestKnownDeploymentResultForEnvironments(Iterable<? extends Environment> environments)
Get the latest results that *actually* ran against a list of environments.
|
Map<Long,EnvironmentStatus> |
DeploymentResultServiceImpl.getLatestStatusForAllEnvironments(Map<Long,Environment> allVisibleEnvironmentsById,
Map<Long,DeploymentProject> allVisibleDeploymentProjectsById) |
Map<Long,EnvironmentStatus> |
DeploymentResultService.getLatestStatusForAllEnvironments(Map<Long,Environment> allVisibleEnvironmentsById,
Map<Long,DeploymentProject> allVisibleDeploymentProjectsById) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentsInProgressServiceImpl.onDeploymentTriggered(DeploymentResult deploymentResult,
DeploymentVersion deploymentVersion,
Environment environment,
DeploymentProject deploymentProject) |
void |
DeploymentsInProgressService.onDeploymentTriggered(DeploymentResult deploymentResult,
DeploymentVersion deploymentVersion,
Environment environment,
DeploymentProject deploymentProject) |
DeploymentInProgressImpl.Builder |
DeploymentInProgressImpl.Builder.withEnvironment(Environment environment) |
Modifier and Type | Method and Description |
---|---|
Collection<Environment> |
ExecutableAgentsHelperImpl.getExecutableEnvironments(ExecutableAgentsHelper.ExecutableQuery executableQuery) |
Collection<Environment> |
ExecutableAgentsHelper.getExecutableEnvironments(ExecutableAgentsHelper.ExecutableQuery executableQuery) |
Constructor and Description |
---|
RestEnvironmentStatus(Environment environment,
DeploymentResult deploymentResult) |
RestEnvironmentStatus(Environment environment,
DeploymentResult deploymentResult,
DeploymentResult latestResult) |
Modifier and Type | Method and Description |
---|---|
RestDedicatedAgentBuilder |
RestDedicatedAgentBuilder.withEnvironment(Environment environment,
String parentName) |
Constructor and Description |
---|
AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType,
long executorId,
String parentName,
Environment environment) |
AgentAssignmentSearchResult(String parentName,
Environment environment) |
Modifier and Type | Class and Description |
---|---|
class |
RestEnvironment |
Constructor and Description |
---|
RestEnvironment(Environment environment) |
Modifier and Type | Method and Description |
---|---|
Environment |
RestDeploymentResult.getEnvironment() |
Modifier and Type | Method and Description |
---|---|
Set<Requirement> |
AbstractRepositoryAwareTaskConfigurator.calculateRequirements(TaskDefinition taskDefinition,
Environment environment) |
List<PlanRepositoryDefinition> |
AbstractRepositoryAwareTaskConfigurator.getPlanRepositoriesUsedByTask(TaskDefinition taskDefinition,
Environment environment) |
List<RepositoryDefinition> |
AbstractRepositoryAwareTaskConfigurator.getRepositoriesUsedByTask(TaskDefinition taskDefinition,
Environment environment) |
Modifier and Type | Method and Description |
---|---|
void |
CronTriggerConfigurator.validateDeploymentProjectPlanUpdate(ImmutableChain oldPlan,
ImmutableChain newPlan,
Environment environment,
List<EnvironmentTriggerValidationError> triggerValidationErrors,
TriggerDefinition triggerDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
AfterSuccessfulStageTriggerConfigurator.validateDeploymentProjectPlanUpdate(ImmutableChain oldPlan,
ImmutableChain newPlan,
Environment environment,
List<EnvironmentTriggerValidationError> triggerValidationErrors,
TriggerDefinition triggerDefinition) |
void |
AfterSuccessfulPlanTriggerConfigurator.validateDeploymentProjectPlanUpdate(ImmutableChain oldPlan,
ImmutableChain newPlan,
Environment environment,
List<EnvironmentTriggerValidationError> triggerValidationErrors,
TriggerDefinition triggerDefinition) |
Constructor and Description |
---|
AfterSuccessfulDeploymentEnvironmentTriggeringAction(TriggerManager triggerManager,
DeploymentExecutionService deploymentExecutionService,
Environment environment,
DeploymentResult parentResult) |
AfterSuccessfulStageTriggeringAction(TriggerManager triggerManager,
DeploymentExecutionService deploymentExecutionService,
DeploymentVersionService deploymentVersionService,
DeploymentProjectService deploymentProjectService,
CachedPlanManager cachedPlanManager,
ResultsSummaryManager resultsSummaryManager,
Environment environment,
PlanResultKey planResultKey,
String stageName) |
Constructor and Description |
---|
AgentAssignmentExecutableDetails(Environment environment,
DeploymentProject deploymentProject,
boolean capabilitiesMatch) |
Modifier and Type | Method and Description |
---|---|
TaskOwner |
TaskOwnerFactory.createEnvironmentTaskOwner(Environment environment) |
List<DecoratedTaskDefinition> |
TaskUIConfigBean.getDecoratedFinalisingTaskDefinitions(Environment environment) |
List<DecoratedTaskDefinition> |
TaskUIConfigBean.getDecoratedTaskDefinitions(Environment environment) |
Constructor and Description |
---|
EnvironmentTaskOwner(Environment environment,
DeploymentProjectService deploymentProjectService,
CachedPlanManager cachedPlanManager) |
Modifier and Type | Method and Description |
---|---|
Environment |
DeploymentEnvironmentExecuteSecurityAware.getSecuredDomainObject() |
Environment |
DeploymentEnvironmentEditSecurityAware.getSecuredDomainObject() |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.