Uses of Interface
com.atlassian.bamboo.deployments.environments.Environment
-
-
Uses of Environment in com.atlassian.bamboo.build.docker
Methods in com.atlassian.bamboo.build.docker with parameters of type Environment Modifier and Type Method 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
DefaultDockerHandlerProvider. getHandler(@Nullable Environment environment, boolean create)
DockerHandler
DockerHandlerProvider. getHandler(@Nullable Environment environment, boolean create)
ErrorCollection
DockerConfigurationProviders. validateAndSaveSelectedConfig(Environment environment, boolean create, String selectedType, Map<String,Object> webFragmentsContextMap)
-
Uses of Environment in com.atlassian.bamboo.configuration.agent
Methods in com.atlassian.bamboo.configuration.agent that return Environment Modifier and Type Method Description Environment
ViewAgents. getEnvironment()
Environment
ViewRejectedRequirements. getEnvironment()
-
Uses of Environment in com.atlassian.bamboo.configuration.external
Methods in com.atlassian.bamboo.configuration.external with parameters of type Environment Modifier and Type Method 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)
-
Uses of Environment in com.atlassian.bamboo.configuration.external.exporters
Methods in com.atlassian.bamboo.configuration.external.exporters with parameters of type Environment Modifier and Type Method 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)
-
Uses of Environment in com.atlassian.bamboo.deployments
Methods in com.atlassian.bamboo.deployments that return Environment Modifier and Type Method Description static @Nullable Environment
DeploymentTaskContextHelper. getEnvironment(@NotNull Map<String,Object> context)
Methods in com.atlassian.bamboo.deployments with parameters of type Environment Modifier and Type Method Description static void
DeploymentTaskContextHelper. setEnvironment(@NotNull Map<String,Object> context, @NotNull Environment environment)
-
Uses of Environment in com.atlassian.bamboo.deployments.configuration.actions
Methods in com.atlassian.bamboo.deployments.configuration.actions that return Environment Modifier and Type Method Description Environment
ConfigureEnvironmentMiscellaneousSettings. getEnvironment()
Environment
ConfigureEnvironmentMiscellaneousSettings. getSecuredDomainObject()
-
Uses of Environment in com.atlassian.bamboo.deployments.environments
Subinterfaces of Environment in com.atlassian.bamboo.deployments.environments Modifier and Type Interface Description interface
DecoratedEnvironment
Represents decorated environment for the purpose of using it in the Freemarker generated UIClasses in com.atlassian.bamboo.deployments.environments that implement Environment Modifier and Type Class Description class
DecoratedEnvironmentImpl
class
EnvironmentImpl
Methods in com.atlassian.bamboo.deployments.environments that return Environment Modifier and Type Method Description @NotNull Environment
EnvironmentStatus. getEnvironment()
Environment represented by the status@NotNull Environment
EnvironmentStatusImpl. getEnvironment()
Environment
EnvironmentTriggerValidationError. getEnvironment()
Methods in com.atlassian.bamboo.deployments.environments that return types with arguments of type Environment Modifier and Type Method Description List<Environment>
PaginatedEnvironmentsForDashboard. getEnvironments()
Methods in com.atlassian.bamboo.deployments.environments with parameters of type Environment Modifier and Type Method Description @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.Constructors in com.atlassian.bamboo.deployments.environments with parameters of type Environment Constructor 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 parameters in com.atlassian.bamboo.deployments.environments with type arguments of type Environment Constructor Description PaginatedEnvironmentsForDashboard(List<Environment> environments, boolean hasMore, int nextStart)
-
Uses of Environment in com.atlassian.bamboo.deployments.environments.actions
Fields in com.atlassian.bamboo.deployments.environments.actions declared as Environment Modifier and Type Field Description protected Environment
ConfigureEnvironmentTasks. environment
Methods in com.atlassian.bamboo.deployments.environments.actions that return Environment Modifier and Type Method Description Environment
ConfigureEnvironment. getEnvironment()
Environment
ConfigureEnvironmentNotifications. getEnvironment()
Environment
ConfigureEnvironmentPermissions. getEnvironment()
Environment
ConfigureEnvironmentTasks. getEnvironment()
Environment
CreateEnvironment. getEnvironment()
Environment
DeleteEnvironment. getEnvironment()
Environment
MoveEnvironment. getEnvironment()
Environment
ViewEnvironment. getEnvironment()
Environment
ConfigureEnvironment. getSecuredDomainObject()
Environment
ConfigureEnvironmentNotifications. getSecuredDomainObject()
Environment
ConfigureEnvironmentPermissions. getSecuredDomainObject()
Environment
ConfigureEnvironmentTasks. getSecuredDomainObject()
Environment
DeleteEnvironment. getSecuredDomainObject()
Environment
CloneEnvironment. getSourceEnvironment()
-
Uses of Environment in com.atlassian.bamboo.deployments.environments.actions.agents
Methods in com.atlassian.bamboo.deployments.environments.actions.agents that return Environment Modifier and Type Method Description Environment
ConfigureEnvironmentAgents. getEnvironment()
Environment
ConfigureEnvironmentAgents. getSecuredDomainObject()
-
Uses of Environment in com.atlassian.bamboo.deployments.environments.actions.docker
Methods in com.atlassian.bamboo.deployments.environments.actions.docker that return Environment Modifier and Type Method Description Environment
ConfigureEnvironmentDocker. getEnvironment()
Environment
ConfigureEnvironmentDocker. getSecuredDomainObject()
-
Uses of Environment in com.atlassian.bamboo.deployments.environments.actions.triggers
Fields in com.atlassian.bamboo.deployments.environments.actions.triggers declared as Environment Modifier and Type Field Description protected Environment
ConfigureEnvironmentTriggers. environment
Methods in com.atlassian.bamboo.deployments.environments.actions.triggers that return Environment Modifier and Type Method Description Environment
ConfigureEnvironmentTriggers. getEnvironment()
Environment
ConfigureEnvironmentTriggers. getSecuredDomainObject()
-
Uses of Environment in com.atlassian.bamboo.deployments.environments.actions.variable
Methods in com.atlassian.bamboo.deployments.environments.actions.variable that return Environment Modifier and Type Method Description Environment
ConfigureVariablesForEnvironment. getEnvironment()
Environment
ConfigureVariablesForEnvironment. getSecuredDomainObject()
-
Uses of Environment in com.atlassian.bamboo.deployments.environments.persistence
Methods in com.atlassian.bamboo.deployments.environments.persistence that return Environment Modifier and Type Method Description @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
Methods in com.atlassian.bamboo.deployments.environments.service that return Environment Modifier and Type Method Description default @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)
Environment
EnvironmentService. cloneEnvironment(long deploymentProjectId, long environmentId, @Nullable String name, @Nullable String description)
Create new environment as a clone of existing oneEnvironment
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 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)
Methods in com.atlassian.bamboo.deployments.environments.service that return types with arguments of type Environment Modifier and Type Method Description @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)
Iterable<Environment>
EnvironmentService. getAllEnvironmentsNoUserContext(int firstResult, int maxResults)
Deprecated.since 9.3, avoid due to poor performance, useEnvironmentService.getAllInternalEnvironmentsNoUserContext(int, int)
@NotNull Iterable<Environment>
EnvironmentServiceImpl. getAllEnvironmentsNoUserContext()
Iterable<Environment>
EnvironmentServiceImpl. getAllEnvironmentsNoUserContext(int firstResult, int pageSize)
Function<Environment,DecoratedEnvironment>
EnvironmentService. getEnvironmentDecorator()
Create environment decorator function object.Function<Environment,DecoratedEnvironment>
EnvironmentServiceImpl. getEnvironmentDecorator()
@NotNull List<Environment>
EnvironmentService. getEnvironmentsForDeploymentProject(long deploymentProjectId)
Get all environments for a particular deployment project.@NotNull List<Environment>
EnvironmentServiceImpl. getEnvironmentsForDeploymentProject(long deploymentProjectId)
List<Environment>
EnvironmentService. getEnvironmentsUsingRepositoryDataEntity(long repositoryId)
TODO 6.0 rename to getEnvironmentsUsingRepositoryList<Environment>
EnvironmentServiceImpl. getEnvironmentsUsingRepositoryDataEntity(long repositoryId)
Methods in com.atlassian.bamboo.deployments.environments.service with parameters of type Environment Modifier and Type Method 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 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)
Method parameters in com.atlassian.bamboo.deployments.environments.service with type arguments of type Environment Modifier and Type Method Description static 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
Methods in com.atlassian.bamboo.deployments.environments.task with parameters of type Environment Modifier and Type Method 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)
-
Uses of Environment in com.atlassian.bamboo.deployments.environments.trigger
Methods in com.atlassian.bamboo.deployments.environments.trigger with parameters of type Environment Modifier and Type Method 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. -
Uses of Environment in com.atlassian.bamboo.deployments.execution.actions
Methods in com.atlassian.bamboo.deployments.execution.actions that return Environment Modifier and Type Method Description Environment
DeleteDeploymentResult. getEnvironment()
Environment
ExecuteManualDeployment. getEnvironment()
Environment
StopDeployment. getEnvironment()
Environment
ViewDeploymentResult. getEnvironment()
Environment
ViewDeploymentWebhookResponses. getEnvironment()
Environment
DeleteDeploymentResult. getSecuredDomainObject()
Environment
ExecuteManualDeployment. getSecuredDomainObject()
Environment
StopDeployment. getSecuredDomainObject()
-
Uses of Environment in com.atlassian.bamboo.deployments.execution.service
Methods in com.atlassian.bamboo.deployments.execution.service with parameters of type Environment Modifier and Type Method 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 DeploymentVersionDeploymentContext
DeploymentExecutionService. prepareDeploymentContext(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason, boolean isVerboseLoggingOn)
Prepare DeploymentContext out of Environment and DeploymentVersionDeploymentContext
DeploymentExecutionServiceImpl. prepareDeploymentContext(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason)
DeploymentContext
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
Methods in com.atlassian.bamboo.deployments.execution.triggering with parameters of type Environment Modifier and Type Method Description EnvironmentTriggeringAction
EnvironmentTriggeringActionFactory. createAfterSuccessfulPlanEnvironmentTriggerAction(@NotNull Environment environment, @NotNull PlanResultKey planResultKey)
CreatesEnvironmentTriggeringAction
used when Environment is triggered by a successful execution of aChain
EnvironmentTriggeringAction
EnvironmentTriggeringActionFactoryImpl. createAfterSuccessfulPlanEnvironmentTriggerAction(@NotNull Environment environment, @NotNull PlanResultKey planResultKey)
EnvironmentTriggeringAction
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.EnvironmentTriggeringAction
EnvironmentTriggeringActionFactoryImpl. createManualEnvironmentTriggeringAction(@NotNull Environment environment, @NotNull DeploymentVersion version, @NotNull com.atlassian.user.User user, @org.jetbrains.annotations.NotNull boolean isVerboseLoggingOn)
EnvironmentTriggeringAction
EnvironmentTriggeringActionFactory. createScheduledEnvironmentTriggeringAction(@NotNull Environment environment, @NotNull PlanKey sourceBranchKey)
Deprecated.since 5.10EnvironmentTriggeringAction
EnvironmentTriggeringActionFactory. createScheduledEnvironmentTriggeringAction(@NotNull Environment environment, @NotNull PlanKey sourceBranchKey, @NotNull Map<String,String> triggerConfiguration)
CreatesEnvironmentTriggeringAction
used during scheduled execution of Environment.EnvironmentTriggeringAction
EnvironmentTriggeringActionFactoryImpl. createScheduledEnvironmentTriggeringAction(@NotNull Environment environment, @NotNull PlanKey sourceBranchKey)
EnvironmentTriggeringAction
EnvironmentTriggeringActionFactoryImpl. createScheduledEnvironmentTriggeringAction(@NotNull Environment environment, @NotNull PlanKey sourceBranchKey, @NotNull Map<String,String> triggerConfiguration)
Constructors in com.atlassian.bamboo.deployments.execution.triggering with parameters of type Environment Constructor 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)
-
Uses of Environment in com.atlassian.bamboo.deployments.projects
Methods in com.atlassian.bamboo.deployments.projects that return types with arguments of type Environment Modifier and Type Method Description List<? extends Environment>
DeploymentProject. getEnvironments()
List<? extends Environment>
DeploymentProjectIdentifier. getEnvironments()
List<Environment>
DeploymentProjectImpl. getEnvironments()
-
Uses of Environment in com.atlassian.bamboo.deployments.projects.actions
Methods in com.atlassian.bamboo.deployments.projects.actions that return Environment Modifier and Type Method Description abstract Environment
AbstractEnvironmentConfigurationAction. getEnvironment()
Methods in com.atlassian.bamboo.deployments.projects.actions that return types with arguments of type Environment Modifier and Type Method Description List<Environment>
ViewDeploymentProjects. getEnvironments()
-
Uses of Environment in com.atlassian.bamboo.deployments.projects.service
Methods in com.atlassian.bamboo.deployments.projects.service that return types with arguments of type Environment Modifier and Type Method Description Set<Environment>
ArtifactValidationError. getEnvironments()
-
Uses of Environment in com.atlassian.bamboo.deployments.results
Methods in com.atlassian.bamboo.deployments.results that return Environment Modifier and Type Method Description @NotNull Environment
DeploymentResult. getEnvironment()
@NotNull Environment
DeploymentResultImpl. getEnvironment()
Constructors in com.atlassian.bamboo.deployments.results with parameters of type Environment Constructor 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, @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
Method parameters in com.atlassian.bamboo.deployments.results.service with type arguments of type Environment Modifier and Type Method Description @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)
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)
-
Uses of Environment in com.atlassian.bamboo.deployments.runtime
Methods in com.atlassian.bamboo.deployments.runtime with parameters of type Environment Modifier and Type Method 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)
-
Uses of Environment in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan that return types with arguments of type Environment Modifier and Type Method Description @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
Methods in com.atlassian.bamboo.plugins.rest.common with parameters of type Environment Modifier and Type Method Description static 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
Methods in com.atlassian.bamboo.plugins.rest.model.search with parameters of type Environment Modifier and Type Method Description RestDedicatedAgentBuilder
RestDedicatedAgentBuilder. withEnvironment(@NotNull Environment environment, @NotNull String parentName)
Constructors in com.atlassian.bamboo.plugins.rest.model.search with parameters of type Environment Constructor Description AgentAssignmentSearchResult(@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
Methods in com.atlassian.bamboo.plugins.testutils.docker with parameters of type Environment Modifier and Type Method Description void
TestDockerHandler. disable(Environment environment)
void
TestDockerHandler. enableAndUpdate(Environment environment, Map<String,Object> webFragmentsContextMap)
DockerHandler
TestDockerHandlerProvider. getHandler(@Nullable Environment environment, boolean create)
Constructors in com.atlassian.bamboo.plugins.testutils.docker with parameters of type Environment Constructor Description TestDockerHandler(Environment environment, EnvironmentCustomConfigService environmentCustomConfigService)
-
Uses of Environment in com.atlassian.bamboo.rest.model.deployments.environments
Constructors in com.atlassian.bamboo.rest.model.deployments.environments with parameters of type Environment Constructor Description RestEnvironmentWithConfigCounts(@NotNull Environment environment, @Nullable Integer compatibleAgentsCount, int notificationsCount, int variablesCount, int triggersCount)
-
Uses of Environment in com.atlassian.bamboo.rest.model.deployments.results
Methods in com.atlassian.bamboo.rest.model.deployments.results that return Environment Modifier and Type Method Description @NotNull Environment
RestDeploymentResult. getEnvironment()
-
Uses of Environment in com.atlassian.bamboo.security
Methods in com.atlassian.bamboo.security with parameters of type Environment Modifier and Type Method Description static void
PermissionsServiceUtils. assertCanManagePermissionsForEnvironment(Environment environment, BambooPermissionManager bambooPermissionManager)
-
Uses of Environment in com.atlassian.bamboo.task.repository
Methods in com.atlassian.bamboo.task.repository with parameters of type Environment Modifier and Type Method Description @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
Methods in com.atlassian.bamboo.trigger.cron with parameters of type Environment Modifier and Type Method Description void
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
Methods in com.atlassian.bamboo.trigger.dependency with parameters of type Environment Modifier and Type Method 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)
Constructors in com.atlassian.bamboo.trigger.dependency with parameters of type Environment Constructor 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)
-
Uses of Environment in com.atlassian.bamboo.ww2.actions.agent
Constructors in com.atlassian.bamboo.ww2.actions.agent with parameters of type Environment Constructor Description AgentAssignmentExecutableDetails(@NotNull Environment environment, @Nullable DeploymentProject deploymentProject, boolean capabilitiesMatch)
-
Uses of Environment in com.atlassian.bamboo.ww2.actions.build.admin.config.task
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.task with parameters of type Environment Modifier and Type Method Description TaskOwner
TaskOwnerFactory. createEnvironmentTaskOwner(Environment environment)
List<DecoratedTaskDefinition>
TaskUIConfigBean. getDecoratedFinalisingTaskDefinitions(@NotNull Environment environment)
List<DecoratedTaskDefinition>
TaskUIConfigBean. getDecoratedTaskDefinitions(@NotNull Environment environment)
Constructors in com.atlassian.bamboo.ww2.actions.build.admin.config.task with parameters of type Environment Constructor Description EnvironmentTaskOwner(Environment environment, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager)
-
Uses of Environment in com.atlassian.bamboo.ww2.aware.permissions
Methods in com.atlassian.bamboo.ww2.aware.permissions that return Environment Modifier and Type Method Description Environment
DeploymentEnvironmentExecuteSecurityAware. getSecuredDomainObject()
Environment
DeploymentEnvironmentReadOnlyInterceptorAware. getSecuredDomainObject()
-