Modifier and Type | Method and Description |
---|---|
void |
DefaultDockerHandlerImpl.disable(Environment environment) |
void |
DockerHandler.disable(Environment environment)
Called for Docker isolation options that were not selected in Environment related UIs.
|
void |
DefaultDockerHandlerImpl.enableAndUpdate(Environment environment,
Map<String,Object> webFragmentsContextMap) |
void |
DockerHandler.enableAndUpdate(Environment environment,
Map<String,Object> webFragmentsContextMap)
Called for the selected Docker isolation option in Environment related UIs.
|
List<DockerConfigurationProviders.Config> |
DockerConfigurationProviders.getConfigs(@Nullable Environment environment,
boolean create) |
DockerHandler |
DockerHandlerProvider.getHandler(@Nullable Environment environment,
boolean create) |
DockerHandler |
DefaultDockerHandlerProvider.getHandler(@Nullable Environment environment,
boolean create) |
ErrorCollection |
DockerConfigurationProviders.validateAndSaveSelectedConfig(Environment environment,
boolean create,
String selectedType,
Map<String,Object> webFragmentsContextMap) |
Modifier and Type | Method and Description |
---|---|
Environment |
ViewRejectedRequirements.getEnvironment() |
Environment |
ViewAgents.getEnvironment() |
Modifier and Type | Method and Description |
---|---|
@NotNull com.atlassian.bamboo.specs.api.builders.permission.EnvironmentPermissions |
DeploymentExportService.exportEnvironmentPermissions(@NotNull DeploymentProject deploymentProject,
@NotNull Environment environment) |
@NotNull com.atlassian.bamboo.specs.api.builders.permission.EnvironmentPermissions |
DeploymentExportServiceImpl.exportEnvironmentPermissions(@NotNull DeploymentProject deploymentProject,
@NotNull Environment environment) |
Modifier and Type | Method and Description |
---|---|
@NotNull Map<String,Object> |
PermissionExporter.exportPermissions(@NotNull Environment environment)
Exports deployment environment permissions to a YAML-friendly format.
|
@NotNull Map<String,Object> |
PermissionExporterImpl.exportPermissions(@NotNull Environment environment) |
Modifier and Type | Method and Description |
---|---|
List<Environment> |
SharedCredentialsInEnvironments.getEnvironmentsWithSharedCredentials() |
Constructor and Description |
---|
SharedCredentialsInEnvironments(Long sharedCredentialsId,
List<Environment> environmentsWithSharedCredentials) |
Modifier and Type | Method and Description |
---|---|
static @Nullable Environment |
DeploymentTaskContextHelper.getEnvironment(@NotNull Map<String,Object> context) |
Modifier and Type | Method and Description |
---|---|
static void |
DeploymentTaskContextHelper.setEnvironment(@NotNull Map<String,Object> context,
@NotNull Environment environment) |
Modifier and Type | Method and Description |
---|---|
Environment |
ConfigureEnvironmentMiscellaneousSettings.getEnvironment() |
Environment |
ConfigureEnvironmentMiscellaneousSettings.getSecuredDomainObject() |
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 |
Modifier and Type | Method and Description |
---|---|
Environment |
EnvironmentTriggerValidationError.getEnvironment() |
@NotNull Environment |
EnvironmentStatus.getEnvironment()
Environment represented by the status
|
@NotNull Environment |
EnvironmentStatusImpl.getEnvironment() |
Modifier and Type | Method and Description |
---|---|
List<Environment> |
PaginatedEnvironmentsForDashboard.getEnvironments() |
Modifier and Type | Method and Description |
---|---|
@NotNull Set<Requirement> |
DeploymentTaskRequirementSupport.calculateRequirements(@NotNull TaskDefinition taskDefinition,
@NotNull Environment environment)
Populates the
RequirementSet needed based off of the TaskDefinition |
default @NotNull List<RepositoryDefinition> |
RepositoryAwareDeploymentTaskConfigurator.getRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition,
@NotNull Environment environment)
Deprecated.
|
Constructor and Description |
---|
DecoratedEnvironmentImpl(DeploymentProject deploymentProject,
Environment environment) |
EnvironmentImpl(Environment environment,
Operations operations) |
EnvironmentStatusImpl(@NotNull Environment environment,
@Nullable DeploymentResult deploymentResult) |
EnvironmentStatusImpl(@NotNull Environment environment,
@Nullable DeploymentResult deploymentResult,
@Nullable DeploymentResult latestResult) |
EnvironmentTriggerValidationError(@NotNull Environment environment,
@NotNull TriggerDefinition triggerDefinition,
@NotNull String errorMessage) |
Constructor and Description |
---|
PaginatedEnvironmentsForDashboard(List<Environment> environments,
boolean hasMore,
int nextStart) |
Modifier and Type | Field and Description |
---|---|
protected Environment |
ConfigureEnvironmentTasks.environment |
Modifier and Type | Method and Description |
---|---|
Environment |
MoveEnvironment.getEnvironment() |
Environment |
DeleteEnvironment.getEnvironment() |
Environment |
ConfigureEnvironmentPermissions.getEnvironment() |
Environment |
ConfigureEnvironmentNotifications.getEnvironment() |
Environment |
CreateEnvironment.getEnvironment() |
Environment |
ConfigureEnvironment.getEnvironment() |
Environment |
ConfigureEnvironmentTasks.getEnvironment() |
Environment |
ViewEnvironment.getEnvironment() |
Environment |
DeleteEnvironment.getSecuredDomainObject() |
Environment |
ConfigureEnvironmentPermissions.getSecuredDomainObject() |
Environment |
ConfigureEnvironmentNotifications.getSecuredDomainObject() |
Environment |
ConfigureEnvironment.getSecuredDomainObject() |
Environment |
ConfigureEnvironmentTasks.getSecuredDomainObject() |
Environment |
CloneEnvironment.getSourceEnvironment() |
Modifier and Type | Method and Description |
---|---|
Environment |
ConfigureEnvironmentAgents.getEnvironment() |
Environment |
ConfigureEnvironmentAgents.getSecuredDomainObject() |
Modifier and Type | Method and Description |
---|---|
Environment |
ConfigureEnvironmentDocker.getEnvironment() |
Environment |
ConfigureEnvironmentDocker.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 |
---|---|
@NotNull Environment |
MutableEnvironment.getImmutableEnvironment()
Generate an immutable version based on this mutable version.
|
@NotNull Environment |
MutableEnvironmentImpl.getImmutableEnvironment() |
Modifier and Type | Method and Description |
---|---|
@NotNull Environment |
EnvironmentService.addEnvironment(long deploymentProjectId,
@Nullable String name,
@Nullable String description)
Creates a new environment in the specified deployment project.
|
@NotNull Environment |
EnvironmentServiceImpl.addEnvironment(long deploymentProjectId,
@Nullable String name,
@Nullable String description) |
Environment |
EnvironmentService.cloneEnvironment(long deploymentProjectId,
long environmentId,
@Nullable String name,
@Nullable String description)
Create new environment as a clone of existing one
|
@NotNull Environment |
EnvironmentServiceImpl.cloneEnvironment(long deploymentProjectId,
long environmentId,
@Nullable String name,
@Nullable String description) |
Environment |
EnvironmentService.cloneEnvironment(long deploymentProjectId,
long environmentId,
@Nullable String name,
@Nullable String description,
@NotNull Map<String,String> oldAndClonedEnvironmentIds)
Create new environment as a clone of existing one and if necessary update triggers' configuration
|
@NotNull Environment |
EnvironmentServiceImpl.cloneEnvironment(long deploymentProjectId,
long environmentId,
@Nullable String name,
@Nullable String description,
@NotNull Map<String,String> oldAndClonedEnvironmentIds) |
@NotNull Environment |
EnvironmentService.createImmutableEnvironment(@NotNull MutableEnvironment environment)
Converts mutable environment to immutable.
|
@NotNull Environment |
EnvironmentServiceImpl.createImmutableEnvironment(@NotNull MutableEnvironment mutableEnvironment) |
protected @NotNull Environment |
EnvironmentServiceImpl.createOperationsAwareImmutableEnvironment(Environment environment) |
@NotNull Environment |
EnvironmentService.createOperationsAwareImmutableEnvironment(@NotNull MutableEnvironment environment)
Create operation aware immutable environment
|
@NotNull Environment |
EnvironmentServiceImpl.createOperationsAwareImmutableEnvironment(@NotNull MutableEnvironment environment) |
@NotNull Environment |
EnvironmentService.editEnvironment(long environmentId,
String name,
String description)
Edit the details of an existing environment
|
@NotNull Environment |
EnvironmentServiceImpl.editEnvironment(long environmentId,
String name,
String description) |
@Nullable Environment |
EnvironmentService.findEnvironmentByName(long deploymentProjectId,
String name)
Find environment with specified name in a deployment project
|
@Nullable Environment |
EnvironmentServiceImpl.findEnvironmentByName(long deploymentProjectId,
String name) |
@Nullable Environment |
EnvironmentService.getEnvironment(long environmentId)
Get specific environment by ID.
|
@Nullable Environment |
EnvironmentServiceImpl.getEnvironment(long environmentId) |
@Nullable Environment |
EnvironmentService.getEnvironmentUnrestricted(long environmentId)
Get specific environment by ID.
|
@Nullable Environment |
EnvironmentServiceImpl.getEnvironmentUnrestricted(long environmentId) |
Modifier and Type | Method and Description |
---|---|
Function<Environment,DecoratedEnvironment> |
EnvironmentService.getEnvironmentDecorator()
Create environment decorator function object.
|
Function<Environment,DecoratedEnvironment> |
EnvironmentServiceImpl.getEnvironmentDecorator() |
List<Environment> |
EnvironmentService.getEnvironmentsUsingRepositoryDataEntity(long repositoryId)
TODO 6.0 rename to getEnvironmentsUsingRepository
|
List<Environment> |
EnvironmentServiceImpl.getEnvironmentsUsingRepositoryDataEntity(long repositoryId) |
Modifier and Type | Method and Description |
---|---|
protected @NotNull Environment |
EnvironmentServiceImpl.createOperationsAwareImmutableEnvironment(Environment environment) |
@NotNull List<PlanRepositoryDefinition> |
EnvironmentService.getPlanRepositoryDefinitionsForEnvironment(@NotNull Environment environment)
Deprecated.
|
@NotNull List<PlanRepositoryDefinition> |
EnvironmentServiceImpl.getPlanRepositoryDefinitionsForEnvironment(@NotNull Environment environment) |
@NotNull List<RepositoryDefinition> |
EnvironmentService.getRepositoryDefinitionsForEnvironment(@NotNull Environment environment)
Deprecated.
|
@NotNull List<RepositoryDefinition> |
EnvironmentServiceImpl.getRepositoryDefinitionsForEnvironment(@NotNull Environment environment) |
void |
EnvironmentService.startAllTriggers(@NotNull Environment environment)
Start all automatic triggering on
InternalEnvironment |
void |
EnvironmentServiceImpl.startAllTriggers(@NotNull Environment environment) |
void |
EnvironmentService.stopAllTriggers(@NotNull Environment environment)
Stop all automatic triggering on
InternalEnvironment |
void |
EnvironmentServiceImpl.stopAllTriggers(@NotNull Environment environment) |
void |
EnvironmentTaskService.updateRepositoryIdsInTasks(@NotNull Environment environment,
Map<Long,Long> repositoryIdsChanges) |
void |
EnvironmentTaskServiceImpl.updateRepositoryIdsInTasks(@NotNull Environment environment,
Map<Long,Long> repositoryIdsChanges) |
Modifier and Type | Method and Description |
---|---|
@NotNull Supplier<Set<Requirement>> |
EnvironmentTaskRequirementsHelper.getEnvironmentRequirementsSupplier(@NotNull Environment environment,
@NotNull TaskDefinition taskDefinition)
Calculates requirements for a task definition that is part of a job.
|
Supplier<Set<Requirement>> |
EnvironmentTaskRequirementsHelperImpl.getEnvironmentRequirementsSupplier(@NotNull Environment environment,
@NotNull TaskDefinition taskDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
PlanAwareEnvironmentTriggerConfigurator.validateDeploymentProjectPlanUpdate(@Nullable ImmutableChain oldPlan,
@NotNull ImmutableChain newPlan,
@NotNull Environment environment,
@NotNull List<EnvironmentTriggerValidationError> triggerValidationErrors,
@NotNull TriggerDefinition triggerDefinition)
Validate change of plan deployment is related to.
|
Modifier and Type | Method and Description |
---|---|
Environment |
StopDeployment.getEnvironment() |
Environment |
ViewDeploymentResult.getEnvironment() |
Environment |
ExecuteManualDeployment.getEnvironment() |
Environment |
DeleteDeploymentResult.getEnvironment() |
Environment |
ViewDeploymentWebhookResponses.getEnvironment() |
Environment |
StopDeployment.getSecuredDomainObject() |
Environment |
ExecuteManualDeployment.getSecuredDomainObject() |
Environment |
DeleteDeploymentResult.getSecuredDomainObject() |
Modifier and Type | Method and Description |
---|---|
ExecutionRequestResult |
DeploymentExecutionService.execute(Environment environment,
@NotNull EnvironmentTriggeringAction action)
Start DeploymentContext execution.
|
ExecutionRequestResult |
DeploymentExecutionServiceImpl.execute(Environment environment,
@NotNull EnvironmentTriggeringAction action) |
DeploymentContext |
DeploymentExecutionService.prepareDeploymentContext(@NotNull Environment environment,
@NotNull DeploymentVersion deploymentVersion,
@NotNull TriggerReason triggerReason)
Prepare DeploymentContext out of Environment and DeploymentVersion
|
DeploymentContext |
DeploymentExecutionServiceImpl.prepareDeploymentContext(@NotNull Environment environment,
@NotNull DeploymentVersion deploymentVersion,
@NotNull TriggerReason triggerReason) |
DeploymentContext |
DeploymentExecutionService.prepareDeploymentContext(@NotNull Environment environment,
@NotNull DeploymentVersion deploymentVersion,
@NotNull TriggerReason triggerReason,
@NotNull boolean isVerboseLoggingOn)
Prepare DeploymentContext out of Environment and DeploymentVersion
|
DeploymentContext |
DeploymentExecutionServiceImpl.prepareDeploymentContext(@NotNull Environment environment,
@NotNull DeploymentVersion deploymentVersion,
@NotNull TriggerReason triggerReason,
@NotNull boolean isVerboseLoggingOn) |
Modifier and Type | Method and Description |
---|---|
EnvironmentTriggeringAction |
EnvironmentTriggeringActionFactory.createAfterSuccessfulPlanEnvironmentTriggerAction(@NotNull Environment environment,
@NotNull PlanResultKey planResultKey)
Creates
EnvironmentTriggeringAction used when Environment is triggered by a successful execution of a Chain |
EnvironmentTriggeringAction |
EnvironmentTriggeringActionFactoryImpl.createAfterSuccessfulPlanEnvironmentTriggerAction(@NotNull Environment environment,
@NotNull PlanResultKey planResultKey) |
EnvironmentTriggeringAction |
EnvironmentTriggeringActionFactory.createManualEnvironmentTriggeringAction(@NotNull Environment environment,
@NotNull DeploymentVersion version,
@NotNull com.atlassian.user.User user,
@NotNull boolean isVerboseLoggingOn)
Creates
EnvironmentTriggeringAction used during manual execution of Environment. |
EnvironmentTriggeringAction |
EnvironmentTriggeringActionFactoryImpl.createManualEnvironmentTriggeringAction(@NotNull Environment environment,
@NotNull DeploymentVersion version,
@NotNull com.atlassian.user.User user,
@NotNull boolean isVerboseLoggingOn) |
EnvironmentTriggeringAction |
EnvironmentTriggeringActionFactory.createScheduledEnvironmentTriggeringAction(@NotNull Environment environment,
@NotNull PlanKey sourceBranchKey)
Deprecated.
since 5.10
|
EnvironmentTriggeringAction |
EnvironmentTriggeringActionFactoryImpl.createScheduledEnvironmentTriggeringAction(@NotNull Environment environment,
@NotNull PlanKey sourceBranchKey) |
EnvironmentTriggeringAction |
EnvironmentTriggeringActionFactory.createScheduledEnvironmentTriggeringAction(@NotNull Environment environment,
@NotNull PlanKey sourceBranchKey,
@NotNull Map<String,String> triggerConfiguration)
Creates
EnvironmentTriggeringAction used during scheduled execution of Environment. |
EnvironmentTriggeringAction |
EnvironmentTriggeringActionFactoryImpl.createScheduledEnvironmentTriggeringAction(@NotNull Environment environment,
@NotNull PlanKey sourceBranchKey,
@NotNull Map<String,String> triggerConfiguration) |
Constructor and Description |
---|
AfterSuccessfulPlanEnvironmentTriggeringAction(DeploymentExecutionService deploymentExecutionService,
DeploymentVersionService deploymentVersionService,
DeploymentProjectService deploymentProjectService,
CachedPlanManager cachedPlanManager,
ResultsSummaryManager resultsSummaryManager,
Environment environment,
PlanResultKey planResultKey,
TriggerManager triggerManager) |
ManualEnvironmentTriggeringAction(DeploymentExecutionService deploymentExecutionService,
TriggerManager triggerManager,
@NotNull Environment environment,
DeploymentVersion version,
com.atlassian.user.User user,
boolean isVerboseLoggingOn) |
ScheduledEnvironmentTriggeringAction(Environment environment,
PlanKey sourceBranchKey,
DeploymentExecutionService deploymentExecutionService,
DeploymentVersionService deploymentVersionService,
DeploymentProjectService deploymentProjectService,
CachedPlanManager cachedPlanManager,
TriggerManager triggerManager,
ResultsSummaryManager resultsSummaryManager,
DeploymentResultService deploymentResultService,
Map<String,String> triggerConfiguration) |
Modifier and Type | Method and Description |
---|---|
Map<DeploymentProject,List<Environment>> |
DeploymentProjectWithEnvironmentForDashboard.getDeploymentsWithEnvironments() |
List<? extends Environment> |
DeploymentProjectIdentifier.getEnvironments() |
List<? extends Environment> |
DeploymentProject.getEnvironments() |
List<Environment> |
DeploymentProjectImpl.getEnvironments() |
Constructor and Description |
---|
DeploymentProjectWithEnvironmentForDashboard(Map<DeploymentProject,List<Environment>> deploymentsWithEnvironments,
boolean hasMore,
int nextStart) |
Modifier and Type | Method and Description |
---|---|
abstract Environment |
AbstractEnvironmentConfigurationAction.getEnvironment() |
Modifier and Type | Method and Description |
---|---|
List<Environment> |
ViewDeploymentProjects.getEnvironments() |
Modifier and Type | Method and Description |
---|---|
Set<Environment> |
ArtifactValidationError.getEnvironments() |
Modifier and Type | Method and Description |
---|---|
@NotNull Environment |
DeploymentResult.getEnvironment() |
@NotNull Environment |
DeploymentResultImpl.getEnvironment() |
Constructor and Description |
---|
DeploymentResultImpl(@NotNull DeploymentResultDto deploymentResult,
@NotNull Environment environment,
@Nullable DeploymentVersion deploymentVersion,
@Nullable Operations operations) |
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,
@NotNull Environment environment,
@Nullable DeploymentVersion deploymentVersion,
@Nullable Operations operations) |
DeploymentResultImpl(@NotNull MutableDeploymentResult deploymentResult,
@NotNull Environment environment,
@Nullable DeploymentVersion deploymentVersion,
@Nullable Operations operations) |
Modifier and Type | Method and Description |
---|---|
@NotNull List<EnvironmentStatus> |
DeploymentResultService.getLatestKnownDeploymentResultForEnvironments(Iterable<? extends Environment> environments)
Deprecated.
since 6.8 for performance reasons use
DeploymentResultService.getLatestKnownDeploymentResultForEnvironmentsInProject(DeploymentProject) |
@NotNull List<EnvironmentStatus> |
DeploymentResultServiceImpl.getLatestKnownDeploymentResultForEnvironments(Iterable<? extends Environment> environments) |
Map<Long,EnvironmentStatus> |
DeploymentResultService.getLatestStatusForAllEnvironments(Map<Long,Environment> environmentsById,
Map<Long,DeploymentProject> deploymentProjectsById)
Deprecated.
|
Map<Long,EnvironmentStatus> |
DeploymentResultServiceImpl.getLatestStatusForAllEnvironments(Map<Long,Environment> environmentsById,
Map<Long,DeploymentProject> deploymentProjectsById) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentsInProgressService.onDeploymentTriggered(@NotNull DeploymentResult deploymentResult,
@NotNull DeploymentVersion deploymentVersion,
@NotNull Environment environment,
@NotNull DeploymentProject deploymentProject) |
void |
DeploymentsInProgressServiceImpl.onDeploymentTriggered(@NotNull DeploymentResult deploymentResult,
@NotNull DeploymentVersion deploymentVersion,
@NotNull Environment environment,
@NotNull DeploymentProject deploymentProject) |
DeploymentInProgressImpl.Builder |
DeploymentInProgressImpl.Builder.withEnvironment(@NotNull Environment environment) |
Modifier and Type | Method and Description |
---|---|
static void |
RestHelper.assertNotRssEnvironment(@NotNull Environment environment,
@NotNull DeploymentProjectService deploymentProjectService)
Asserts environment is not managed by repository stored specs.
|
Modifier and Type | Method and Description |
---|---|
RestDedicatedAgentBuilder |
RestDedicatedAgentBuilder.withEnvironment(@NotNull Environment environment,
@NotNull String parentName) |
Constructor and Description |
---|
AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType,
long executorId,
@NotNull String parentName,
@NotNull Environment environment) |
AgentAssignmentSearchResult(@NotNull String parentName,
@NotNull Environment environment) |
Modifier and Type | Class and Description |
---|---|
class |
RestEnvironment |
class |
RestEnvironmentWithConfigCounts |
Constructor and Description |
---|
RestEnvironment(@NotNull Environment environment) |
RestEnvironmentWithConfigCounts(@NotNull Environment environment,
@Nullable Integer compatibleAgentsCount,
int notificationsCount,
int variablesCount,
int triggersCount) |
Modifier and Type | Method and Description |
---|---|
@NotNull Environment |
RestDeploymentResult.getEnvironment() |
Modifier and Type | Method and Description |
---|---|
static void |
PermissionsServiceUtils.assertCanManagePermissionsForEnvironment(Environment environment,
BambooPermissionManager bambooPermissionManager) |
Modifier and Type | Method and Description |
---|---|
@NotNull Set<Requirement> |
AbstractRepositoryAwareTaskConfigurator.calculateRequirements(@NotNull TaskDefinition taskDefinition,
@NotNull Environment environment) |
@NotNull List<RepositoryDefinition> |
AbstractRepositoryAwareTaskConfigurator.getRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition,
@NotNull Environment environment) |
Modifier and Type | Method and Description |
---|---|
void |
CronTriggerConfigurator.validateDeploymentProjectPlanUpdate(@Nullable ImmutableChain oldPlan,
@NotNull ImmutableChain newPlan,
@NotNull Environment environment,
@NotNull List<EnvironmentTriggerValidationError> triggerValidationErrors,
@NotNull TriggerDefinition triggerDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
AfterSuccessfulPlanTriggerConfigurator.validateDeploymentProjectPlanUpdate(@Nullable ImmutableChain oldPlan,
@NotNull ImmutableChain newPlan,
@NotNull Environment environment,
@NotNull List<EnvironmentTriggerValidationError> triggerValidationErrors,
@NotNull TriggerDefinition triggerDefinition) |
void |
AfterSuccessfulStageTriggerConfigurator.validateDeploymentProjectPlanUpdate(@Nullable ImmutableChain oldPlan,
@NotNull ImmutableChain newPlan,
@NotNull Environment environment,
@NotNull List<EnvironmentTriggerValidationError> triggerValidationErrors,
@NotNull 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(@NotNull Environment environment,
@Nullable DeploymentProject deploymentProject,
boolean capabilitiesMatch) |
Modifier and Type | Method and Description |
---|---|
TaskOwner |
TaskOwnerFactory.createEnvironmentTaskOwner(Environment environment) |
List<DecoratedTaskDefinition> |
TaskUIConfigBean.getDecoratedFinalisingTaskDefinitions(@NotNull Environment environment) |
List<DecoratedTaskDefinition> |
TaskUIConfigBean.getDecoratedTaskDefinitions(@NotNull Environment environment) |
Constructor and Description |
---|
EnvironmentTaskOwner(Environment environment,
DeploymentProjectService deploymentProjectService,
CachedPlanManager cachedPlanManager) |
Modifier and Type | Method and Description |
---|---|
Environment |
DeploymentEnvironmentReadOnlyInterceptorAware.getSecuredDomainObject() |
Environment |
DeploymentEnvironmentExecuteSecurityAware.getSecuredDomainObject() |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.