Uses of Interface
com.atlassian.bamboo.deployments.environments.Environment
Package
Description
-
Uses of Environment in com.atlassian.bamboo.build.docker
Modifier and TypeMethodDescriptionvoid
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.DockerConfigurationProviders.getConfigs
(@Nullable Environment environment, boolean create) DefaultDockerHandlerProvider.getHandler
(@Nullable Environment environment, boolean create) DockerHandlerProvider.getHandler
(@Nullable Environment environment, boolean create) DockerConfigurationProviders.validateAndSaveSelectedConfig
(Environment environment, boolean create, String selectedType, Map<String, Object> webFragmentsContextMap) -
Uses of Environment in com.atlassian.bamboo.configuration.agent
Modifier and TypeMethodDescriptionViewAgents.getEnvironment()
ViewRejectedRequirements.getEnvironment()
-
Uses of Environment in com.atlassian.bamboo.configuration.external
Modifier and TypeMethodDescription@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) -
Uses of Environment in com.atlassian.bamboo.configuration.external.exporters
Modifier and TypeMethodDescriptionPermissionExporter.exportPermissions
(@NotNull Environment environment) Exports deployment environment permissions to a YAML-friendly format.PermissionExporterImpl.exportPermissions
(@NotNull Environment environment) -
Uses of Environment in com.atlassian.bamboo.deployments
Modifier and TypeMethodDescriptionstatic @Nullable Environment
DeploymentTaskContextHelper.getEnvironment
(@NotNull Map<String, Object> context) Modifier and TypeMethodDescriptionstatic void
DeploymentTaskContextHelper.setEnvironment
(@NotNull Map<String, Object> context, @NotNull Environment environment) -
Uses of Environment in com.atlassian.bamboo.deployments.configuration.actions
Modifier and TypeMethodDescriptionConfigureEnvironmentMiscellaneousSettings.getEnvironment()
ConfigureEnvironmentMiscellaneousSettings.getSecuredDomainObject()
-
Uses of Environment in com.atlassian.bamboo.deployments.environments
Modifier and TypeInterfaceDescriptioninterface
Represents decorated environment for the purpose of using it in the Freemarker generated UIModifier and TypeMethodDescription@NotNull Environment
EnvironmentStatus.getEnvironment()
Environment represented by the status@NotNull Environment
EnvironmentStatusImpl.getEnvironment()
EnvironmentTriggerValidationError.getEnvironment()
Modifier and TypeMethodDescription@NotNull Set<Requirement>
DeploymentTaskRequirementSupport.calculateRequirements
(@NotNull TaskDefinition taskDefinition, @NotNull Environment environment) Populates theRequirementSet
needed based off of theTaskDefinition
default @NotNull List<RepositoryDefinition>
RepositoryAwareDeploymentTaskConfigurator.getRepositoriesUsedByTask
(@NotNull TaskDefinition taskDefinition, @NotNull Environment environment) Deprecated.ModifierConstructorDescriptionDecoratedEnvironmentImpl
(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) ModifierConstructorDescriptionPaginatedEnvironmentsForDashboard
(List<Environment> environments, boolean hasMore, int nextStart) -
Uses of Environment in com.atlassian.bamboo.deployments.environments.actions
Modifier and TypeMethodDescriptionConfigureEnvironment.getEnvironment()
ConfigureEnvironmentNotifications.getEnvironment()
ConfigureEnvironmentPermissions.getEnvironment()
ConfigureEnvironmentTasks.getEnvironment()
CreateEnvironment.getEnvironment()
DeleteEnvironment.getEnvironment()
MoveEnvironment.getEnvironment()
ViewEnvironment.getEnvironment()
ConfigureEnvironment.getSecuredDomainObject()
ConfigureEnvironmentNotifications.getSecuredDomainObject()
ConfigureEnvironmentPermissions.getSecuredDomainObject()
ConfigureEnvironmentTasks.getSecuredDomainObject()
DeleteEnvironment.getSecuredDomainObject()
CloneEnvironment.getSourceEnvironment()
-
Uses of Environment in com.atlassian.bamboo.deployments.environments.actions.agents
Modifier and TypeMethodDescriptionConfigureEnvironmentAgents.getEnvironment()
ConfigureEnvironmentAgents.getSecuredDomainObject()
-
Uses of Environment in com.atlassian.bamboo.deployments.environments.actions.docker
Modifier and TypeMethodDescriptionConfigureEnvironmentDocker.getEnvironment()
ConfigureEnvironmentDocker.getSecuredDomainObject()
-
Uses of Environment in com.atlassian.bamboo.deployments.environments.actions.triggers
Modifier and TypeMethodDescriptionConfigureEnvironmentTriggers.getEnvironment()
ConfigureEnvironmentTriggers.getSecuredDomainObject()
-
Uses of Environment in com.atlassian.bamboo.deployments.environments.actions.variable
Modifier and TypeMethodDescriptionConfigureVariablesForEnvironment.getEnvironment()
ConfigureVariablesForEnvironment.getSecuredDomainObject()
-
Uses of Environment in com.atlassian.bamboo.deployments.environments.persistence
Modifier and TypeMethodDescription@NotNull Environment
MutableEnvironment.getImmutableEnvironment()
Generate an immutable version based on this mutable version.@NotNull Environment
MutableEnvironmentImpl.getImmutableEnvironment()
-
Uses of Environment in com.atlassian.bamboo.deployments.environments.service
Modifier and TypeMethodDescriptiondefault @NotNull Environment
EnvironmentService.addEnvironment
(long deploymentProjectId, @Nullable String name, @Nullable String description) Creates a new environment in the specified deployment project.@NotNull Environment
EnvironmentService.addEnvironment
(long deploymentProjectId, @Nullable String name, @Nullable String description, @Nullable ReleaseApprovalPrerequisite environmentPrerequisites) Creates a new environment in the specified deployment project.@NotNull Environment
EnvironmentServiceImpl.addEnvironment
(long deploymentProjectId, @Nullable String name, @Nullable String description, @Nullable ReleaseApprovalPrerequisite releaseApprovalPrerequisite) EnvironmentService.cloneEnvironment
(long deploymentProjectId, long environmentId, @Nullable String name, @Nullable String description) Create new environment as a clone of existing oneEnvironmentService.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 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) @NotNull Environment
EnvironmentService.createOperationsAwareImmutableEnvironment
(@NotNull MutableEnvironment environment) Create operation aware immutable environment@NotNull Environment
EnvironmentServiceImpl.createOperationsAwareImmutableEnvironment
(@NotNull MutableEnvironment environment) protected @NotNull Environment
EnvironmentServiceImpl.createOperationsAwareImmutableEnvironment
(Environment environment) @NotNull Environment
EnvironmentService.editEnvironment
(long environmentId, String name, String description) Edit the details of an existing environment@NotNull Environment
EnvironmentService.editEnvironment
(long environmentId, String name, String description, @Nullable ReleaseApprovalPrerequisite environmentPrerequisites) Edit the details of an existing environment@NotNull Environment
EnvironmentServiceImpl.editEnvironment
(long environmentId, String name, String description) @NotNull Environment
EnvironmentServiceImpl.editEnvironment
(long environmentId, String name, String description, @Nullable ReleaseApprovalPrerequisite releaseApprovalPrerequisite) @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 TypeMethodDescription@NotNull Iterable<Environment>
EnvironmentService.getAllEnvironments()
Retrieve allEnvironment
defined in the system.@NotNull Iterable<Environment>
EnvironmentServiceImpl.getAllEnvironments()
@NotNull Collection<Environment>
EnvironmentService.getAllEnvironmentsForDashboard()
Retrieve allEnvironment
defined in the system.@NotNull Collection<Environment>
EnvironmentServiceImpl.getAllEnvironmentsForDashboard()
@NotNull Iterable<Environment>
EnvironmentService.getAllEnvironmentsNoUserContext()
Deprecated.since 9.1 use paginated versionEnvironmentService.getAllInternalEnvironmentsNoUserContext(int, int)
EnvironmentService.getAllEnvironmentsNoUserContext
(int firstResult, int maxResults) Deprecated.since 9.3, avoid due to poor performance, useEnvironmentService.getAllInternalEnvironmentsNoUserContext(int, int)
@NotNull Iterable<Environment>
EnvironmentServiceImpl.getAllEnvironmentsNoUserContext()
EnvironmentServiceImpl.getAllEnvironmentsNoUserContext
(int firstResult, int pageSize) EnvironmentService.getEnvironmentDecorator()
Create environment decorator function object.EnvironmentServiceImpl.getEnvironmentDecorator()
@NotNull List<Environment>
EnvironmentService.getEnvironmentsForDeploymentProject
(long deploymentProjectId) Get all environments for a particular deployment project.@NotNull List<Environment>
EnvironmentServiceImpl.getEnvironmentsForDeploymentProject
(long deploymentProjectId) EnvironmentService.getEnvironmentsUsingRepositoryDataEntity
(long repositoryId) TODO 6.0 rename to getEnvironmentsUsingRepositoryEnvironmentServiceImpl.getEnvironmentsUsingRepositoryDataEntity
(long repositoryId) Modifier and TypeMethodDescriptionprotected @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 onInternalEnvironment
void
EnvironmentServiceImpl.startAllTriggers
(@NotNull Environment environment) void
EnvironmentService.stopAllTriggers
(@NotNull Environment environment) Stop all automatic triggering onInternalEnvironment
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 TypeMethodDescriptionstatic void
EnvironmentServiceHelper.applyConsumerToAllEnvironmentsNoUserContext
(@NotNull EnvironmentService environmentService, @NotNull Consumer<? super Environment> consumer) Deprecated.since 9.3 due to poor performance, useEnvironmentServiceHelper.applyConsumerToAllInternalEnvironmentsNoUserContext(EnvironmentService, Consumer)
instead -
Uses of Environment in com.atlassian.bamboo.deployments.environments.task
Modifier and TypeMethodDescription@NotNull Supplier<Set<Requirement>>
EnvironmentTaskRequirementsHelper.getEnvironmentRequirementsSupplier
(@NotNull Environment environment, @NotNull TaskDefinition taskDefinition) Calculates requirements for a task definition that is part of a job.EnvironmentTaskRequirementsHelperImpl.getEnvironmentRequirementsSupplier
(@NotNull Environment environment, @NotNull TaskDefinition taskDefinition) -
Uses of Environment in com.atlassian.bamboo.deployments.environments.trigger
Modifier and TypeMethodDescriptionvoid
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. -
Uses of Environment in com.atlassian.bamboo.deployments.execution.actions
Modifier and TypeMethodDescriptionDeleteDeploymentResult.getEnvironment()
ExecuteManualDeployment.getEnvironment()
StopDeployment.getEnvironment()
ViewDeploymentResult.getEnvironment()
ViewDeploymentWebhookResponses.getEnvironment()
DeleteDeploymentResult.getSecuredDomainObject()
ExecuteManualDeployment.getSecuredDomainObject()
StopDeployment.getSecuredDomainObject()
-
Uses of Environment in com.atlassian.bamboo.deployments.execution.service
Modifier and TypeMethodDescriptionDeploymentExecutionService.execute
(Environment environment, @NotNull EnvironmentTriggeringAction action) Start DeploymentContext execution.DeploymentExecutionServiceImpl.execute
(Environment environment, @NotNull EnvironmentTriggeringAction action) DeploymentExecutionService.prepareDeploymentContext
(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason) Prepare DeploymentContext out of Environment and DeploymentVersionDeploymentExecutionService.prepareDeploymentContext
(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason, boolean isVerboseLoggingOn) Prepare DeploymentContext out of Environment and DeploymentVersionDeploymentExecutionServiceImpl.prepareDeploymentContext
(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason) DeploymentExecutionServiceImpl.prepareDeploymentContext
(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason, @org.jetbrains.annotations.NotNull boolean isVerboseLoggingOn) -
Uses of Environment in com.atlassian.bamboo.deployments.execution.triggering
Modifier and TypeMethodDescriptionEnvironmentTriggeringActionFactory.createAfterSuccessfulPlanEnvironmentTriggerAction
(@NotNull Environment environment, @NotNull PlanResultKey planResultKey) CreatesEnvironmentTriggeringAction
used when Environment is triggered by a successful execution of aChain
EnvironmentTriggeringActionFactoryImpl.createAfterSuccessfulPlanEnvironmentTriggerAction
(@NotNull Environment environment, @NotNull PlanResultKey planResultKey) EnvironmentTriggeringActionFactory.createManualEnvironmentTriggeringAction
(@NotNull Environment environment, @NotNull DeploymentVersion version, @NotNull com.atlassian.user.User user, @org.jetbrains.annotations.NotNull boolean isVerboseLoggingOn) CreatesEnvironmentTriggeringAction
used during manual execution of Environment.EnvironmentTriggeringActionFactoryImpl.createManualEnvironmentTriggeringAction
(@NotNull Environment environment, @NotNull DeploymentVersion version, @NotNull com.atlassian.user.User user, @org.jetbrains.annotations.NotNull boolean isVerboseLoggingOn) EnvironmentTriggeringActionFactory.createScheduledEnvironmentTriggeringAction
(@NotNull Environment environment, @NotNull PlanKey sourceBranchKey) Deprecated.since 5.10EnvironmentTriggeringActionFactory.createScheduledEnvironmentTriggeringAction
(@NotNull Environment environment, @NotNull PlanKey sourceBranchKey, @NotNull Map<String, String> triggerConfiguration) CreatesEnvironmentTriggeringAction
used during scheduled execution of Environment.EnvironmentTriggeringActionFactoryImpl.createScheduledEnvironmentTriggeringAction
(@NotNull Environment environment, @NotNull PlanKey sourceBranchKey) EnvironmentTriggeringActionFactoryImpl.createScheduledEnvironmentTriggeringAction
(@NotNull Environment environment, @NotNull PlanKey sourceBranchKey, @NotNull Map<String, String> triggerConfiguration) ModifierConstructorDescriptionAfterSuccessfulPlanEnvironmentTriggeringAction
(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) -
Uses of Environment in com.atlassian.bamboo.deployments.projects
Modifier and TypeMethodDescriptionList<? extends Environment>
DeploymentProject.getEnvironments()
List<? extends Environment>
DeploymentProjectIdentifier.getEnvironments()
DeploymentProjectImpl.getEnvironments()
-
Uses of Environment in com.atlassian.bamboo.deployments.projects.actions
Modifier and TypeMethodDescriptionabstract Environment
AbstractEnvironmentConfigurationAction.getEnvironment()
-
Uses of Environment in com.atlassian.bamboo.deployments.projects.service
-
Uses of Environment in com.atlassian.bamboo.deployments.results
Modifier and TypeMethodDescription@NotNull Environment
DeploymentResult.getEnvironment()
@NotNull Environment
DeploymentResultImpl.getEnvironment()
ModifierConstructorDescriptionDeploymentResultImpl
(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, @Nullable AgentType agentType) DeploymentResultImpl
(@NotNull DeploymentResultDto deploymentResult, @NotNull Environment environment, @Nullable DeploymentVersion deploymentVersion, @Nullable Operations operations) DeploymentResultImpl
(@NotNull MutableDeploymentResult deploymentResult, @NotNull Environment environment, @Nullable DeploymentVersion deploymentVersion, @Nullable Operations operations) -
Uses of Environment in com.atlassian.bamboo.deployments.results.service
Modifier and TypeMethodDescription@NotNull List<EnvironmentStatus>
DeploymentResultService.getLatestKnownDeploymentResultForEnvironments
(Iterable<? extends Environment> environments) Deprecated.since 6.8 for performance reasons useDeploymentResultService.getLatestKnownDeploymentResultForEnvironmentsInProject(DeploymentProject)
@NotNull List<EnvironmentStatus>
DeploymentResultServiceImpl.getLatestKnownDeploymentResultForEnvironments
(Iterable<? extends Environment> environments) DeploymentResultService.getLatestStatusForAllEnvironments
(Map<Long, Environment> environmentsById, Map<Long, DeploymentProject> deploymentProjectsById) Deprecated.DeploymentResultServiceImpl.getLatestStatusForAllEnvironments
(Map<Long, Environment> environmentsById, Map<Long, DeploymentProject> deploymentProjectsById) -
Uses of Environment in com.atlassian.bamboo.deployments.runtime
Modifier and TypeMethodDescriptionvoid
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.withEnvironment
(@NotNull Environment environment) -
Uses of Environment in com.atlassian.bamboo.plan
Modifier and TypeMethodDescription@NotNull Collection<Environment>
ExecutableAgentsHelper.getExecutableEnvironments
(@NotNull ExecutableAgentsHelper.ExecutableQuery executableQuery) @NotNull Collection<Environment>
ExecutableAgentsHelperImpl.getExecutableEnvironments
(@NotNull ExecutableAgentsHelper.ExecutableQuery executableQuery) -
Uses of Environment in com.atlassian.bamboo.plugins.rest.common
Modifier and TypeMethodDescriptionstatic void
RestHelper.assertNotRssEnvironment
(@NotNull Environment environment, @NotNull DeploymentProjectService deploymentProjectService) Asserts environment is not managed by repository stored specs. -
Uses of Environment in com.atlassian.bamboo.plugins.rest.model.search
Modifier and TypeMethodDescriptionRestDedicatedAgentBuilder.withEnvironment
(@NotNull Environment environment, @NotNull String parentName) ModifierConstructorDescriptionAgentAssignmentSearchResult
(@NotNull String parentName, @NotNull Environment environment) AgentAssignmentSearchResult
(AgentAssignment.ExecutorType executorType, long executorId, @NotNull String parentName, @NotNull Environment environment) -
Uses of Environment in com.atlassian.bamboo.plugins.testutils.docker
Modifier and TypeMethodDescriptionvoid
TestDockerHandler.disable
(Environment environment) void
TestDockerHandler.enableAndUpdate
(Environment environment, Map<String, Object> webFragmentsContextMap) TestDockerHandlerProvider.getHandler
(@Nullable Environment environment, boolean create) ModifierConstructorDescriptionTestDockerHandler
(Environment environment, EnvironmentCustomConfigService environmentCustomConfigService) -
Uses of Environment in com.atlassian.bamboo.rest.model.deployments.environments
ModifierConstructorDescriptionRestEnvironmentWithConfigCounts
(@NotNull Environment environment, @Nullable Integer compatibleAgentsCount, int notificationsCount, int variablesCount, int triggersCount) -
Uses of Environment in com.atlassian.bamboo.rest.model.deployments.results
-
Uses of Environment in com.atlassian.bamboo.security
Modifier and TypeMethodDescriptionstatic void
PermissionsServiceUtils.assertCanManagePermissionsForEnvironment
(Environment environment, BambooPermissionManager bambooPermissionManager) -
Uses of Environment in com.atlassian.bamboo.task.repository
Modifier and TypeMethodDescription@NotNull Set<Requirement>
AbstractRepositoryAwareTaskConfigurator.calculateRequirements
(@NotNull TaskDefinition taskDefinition, @NotNull Environment environment) @NotNull List<RepositoryDefinition>
AbstractRepositoryAwareTaskConfigurator.getRepositoriesUsedByTask
(@NotNull TaskDefinition taskDefinition, @NotNull Environment environment) -
Uses of Environment in com.atlassian.bamboo.trigger.cron
Modifier and TypeMethodDescriptionvoid
CronTriggerConfigurator.validateDeploymentProjectPlanUpdate
(@Nullable ImmutableChain oldPlan, @NotNull ImmutableChain newPlan, @NotNull Environment environment, @NotNull List<EnvironmentTriggerValidationError> triggerValidationErrors, @NotNull TriggerDefinition triggerDefinition) -
Uses of Environment in com.atlassian.bamboo.trigger.dependency
Modifier and TypeMethodDescriptionvoid
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) ModifierConstructorDescriptionAfterSuccessfulDeploymentEnvironmentTriggeringAction
(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) -
Uses of Environment in com.atlassian.bamboo.ww2.actions.agent
ModifierConstructorDescriptionAgentAssignmentExecutableDetails
(@NotNull Environment environment, @Nullable DeploymentProject deploymentProject, boolean capabilitiesMatch) -
Uses of Environment in com.atlassian.bamboo.ww2.actions.build.admin.config.task
Modifier and TypeMethodDescriptionTaskOwnerFactory.createEnvironmentTaskOwner
(Environment environment) TaskUIConfigBean.getDecoratedFinalisingTaskDefinitions
(@NotNull Environment environment) TaskUIConfigBean.getDecoratedTaskDefinitions
(@NotNull Environment environment) ModifierConstructorDescriptionEnvironmentTaskOwner
(Environment environment, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager) -
Uses of Environment in com.atlassian.bamboo.ww2.aware.permissions
Modifier and TypeMethodDescriptionDeploymentEnvironmentExecuteSecurityAware.getSecuredDomainObject()
DeploymentEnvironmentReadOnlyInterceptorAware.getSecuredDomainObject()
RepositoryAwareDeploymentTaskConfigurator.getPlanRepositoriesUsedByTask(TaskDefinition, InternalEnvironment)
instead.