Uses of Interface
com.atlassian.bamboo.deployments.environments.Environment
Packages that use Environment
Package
Description
-
Uses of Environment in com.atlassian.bamboo.build.docker
Methods in com.atlassian.bamboo.build.docker with parameters of type EnvironmentModifier and TypeMethodDescriptionvoidDefaultDockerHandlerImpl.disable(Environment environment) voidDockerHandler.disable(Environment environment) Called for Docker isolation options that were not selected in Environment related UIs.voidDefaultDockerHandlerImpl.enableAndUpdate(Environment environment, Map<String, Object> webFragmentsContextMap) voidDockerHandler.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
Methods in com.atlassian.bamboo.configuration.agent that return EnvironmentModifier and TypeMethodDescriptionViewAgents.getEnvironment()ViewRejectedRequirements.getEnvironment() -
Uses of Environment in com.atlassian.bamboo.configuration.external
Methods in com.atlassian.bamboo.configuration.external with parameters of type EnvironmentModifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.api.builders.permission.EnvironmentPermissionsDeploymentExportService.exportEnvironmentPermissions(@NotNull DeploymentProject deploymentProject, @NotNull Environment environment) @NotNull com.atlassian.bamboo.specs.api.builders.permission.EnvironmentPermissionsDeploymentExportServiceImpl.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 EnvironmentModifier 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
Methods in com.atlassian.bamboo.deployments that return EnvironmentModifier and TypeMethodDescriptionstatic @Nullable EnvironmentDeploymentTaskContextHelper.getEnvironment(@NotNull Map<String, Object> context) Methods in com.atlassian.bamboo.deployments with parameters of type EnvironmentModifier and TypeMethodDescriptionstatic voidDeploymentTaskContextHelper.setEnvironment(@NotNull Map<String, Object> context, @NotNull Environment environment) -
Uses of Environment in com.atlassian.bamboo.deployments.cache
Methods in com.atlassian.bamboo.deployments.cache that return EnvironmentModifier and TypeMethodDescription@NotNull EnvironmentCachedEnvironmentService.createImmutableEnvironment(@NotNull InternalEnvironment environment) ConvertInternalEnvironmentto fullEnvironment@NotNull EnvironmentCachedEnvironmentServiceImpl.createImmutableEnvironment(@NotNull InternalEnvironment environment) @Nullable EnvironmentCachedEnvironmentService.getEnvironment(long environmentId) Retrieves an environment by its ID.@Nullable EnvironmentCachedEnvironmentServiceImpl.getEnvironment(long environmentId) @Nullable EnvironmentCachedEnvironmentService.getEnvironmentUnrestricted(long environmentId) Get specific environment by ID.@Nullable EnvironmentCachedEnvironmentServiceImpl.getEnvironmentUnrestricted(long environmentId) @Nullable EnvironmentCachedEnvironmentService.getEnvironmentWithConsistencyGuarantee(long environmentId) Retrieves an environment by its ID with consistency guarantee.@Nullable EnvironmentCachedEnvironmentServiceImpl.getEnvironmentWithConsistencyGuarantee(long environmentId) Methods in com.atlassian.bamboo.deployments.cache that return types with arguments of type EnvironmentModifier and TypeMethodDescription@NotNull Iterable<Environment>CachedEnvironmentService.getAllEnvironments()Retrieves all environments.@NotNull Iterable<Environment>CachedEnvironmentServiceImpl.getAllEnvironments()@NotNull Function<Environment,DecoratedEnvironment> CachedDeploymentProjectService.getEnvironmentDecorator()Create environment decorator function object.CachedDeploymentProjectServiceImpl.getEnvironmentDecorator()@NotNull List<Environment>CachedEnvironmentService.getEnvironmentsForDeploymentProject(long deploymentProjectId) Retrieves a list of environments for a specific deployment project.@NotNull List<Environment>CachedEnvironmentServiceImpl.getEnvironmentsForDeploymentProject(long deploymentProjectId) @NotNull List<Environment>CachedEnvironmentService.getEnvironmentsForDeploymentProjectWithConsistencyGuarantee(long deploymentProjectId) Retrieves a list of environments for a specific deployment project with consistency guarantee.@NotNull List<Environment>CachedEnvironmentServiceImpl.getEnvironmentsForDeploymentProjectWithConsistencyGuarantee(long deploymentProjectId) CachedEnvironmentService.getEnvironmentsUsingRepository(long repositoryId) CachedEnvironmentServiceImpl.getEnvironmentsUsingRepository(long repositoryId) -
Uses of Environment in com.atlassian.bamboo.deployments.configuration.actions
Methods in com.atlassian.bamboo.deployments.configuration.actions that return EnvironmentModifier and TypeMethodDescriptionConfigureEnvironmentMiscellaneousSettings.getEnvironment()ConfigureEnvironmentMiscellaneousSettings.getSecuredDomainObject() -
Uses of Environment in com.atlassian.bamboo.deployments.environments
Subinterfaces of Environment in com.atlassian.bamboo.deployments.environmentsModifier and TypeInterfaceDescriptioninterfaceRepresents decorated environment for the purpose of using it in the Freemarker generated UIClasses in com.atlassian.bamboo.deployments.environments that implement EnvironmentMethods in com.atlassian.bamboo.deployments.environments that return EnvironmentModifier and TypeMethodDescription@NotNull EnvironmentEnvironmentStatus.getEnvironment()Environment represented by the status@NotNull EnvironmentEnvironmentStatusImpl.getEnvironment()EnvironmentTriggerValidationError.getEnvironment()Methods in com.atlassian.bamboo.deployments.environments that return types with arguments of type EnvironmentModifier and TypeMethodDescriptionPaginatedEnvironmentsForDashboard.environments()Returns the value of theenvironmentsrecord component.Methods in com.atlassian.bamboo.deployments.environments with parameters of type EnvironmentModifier and TypeMethodDescription@NotNull Set<Requirement>DeploymentTaskRequirementSupport.calculateRequirements(@NotNull TaskDefinition taskDefinition, @NotNull Environment environment) Populates theRequirementSetneeded based off of theTaskDefinitionConstructors in com.atlassian.bamboo.deployments.environments with parameters of type EnvironmentModifierConstructorDescriptionDecoratedEnvironmentImpl(DeploymentProject deploymentProject, Environment environment) 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 EnvironmentModifierConstructorDescriptionPaginatedEnvironmentsForDashboard(List<Environment> environments, boolean hasMore, int nextStart) Creates an instance of aPaginatedEnvironmentsForDashboardrecord class. -
Uses of Environment in com.atlassian.bamboo.deployments.environments.actions
Fields in com.atlassian.bamboo.deployments.environments.actions declared as EnvironmentMethods in com.atlassian.bamboo.deployments.environments.actions that return EnvironmentModifier 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
Methods in com.atlassian.bamboo.deployments.environments.actions.agents that return EnvironmentModifier and TypeMethodDescriptionConfigureEnvironmentAgents.getEnvironment()ConfigureEnvironmentAgents.getSecuredDomainObject() -
Uses of Environment in com.atlassian.bamboo.deployments.environments.actions.docker
Methods in com.atlassian.bamboo.deployments.environments.actions.docker that return EnvironmentModifier and TypeMethodDescriptionConfigureEnvironmentDocker.getEnvironment()ConfigureEnvironmentDocker.getSecuredDomainObject() -
Uses of Environment in com.atlassian.bamboo.deployments.environments.actions.triggers
Fields in com.atlassian.bamboo.deployments.environments.actions.triggers declared as EnvironmentMethods in com.atlassian.bamboo.deployments.environments.actions.triggers that return EnvironmentModifier and TypeMethodDescriptionConfigureEnvironmentTriggers.getEnvironment()ConfigureEnvironmentTriggers.getSecuredDomainObject() -
Uses of Environment in com.atlassian.bamboo.deployments.environments.actions.variable
Methods in com.atlassian.bamboo.deployments.environments.actions.variable that return EnvironmentModifier and TypeMethodDescriptionConfigureVariablesForEnvironment.getEnvironment()ConfigureVariablesForEnvironment.getSecuredDomainObject() -
Uses of Environment in com.atlassian.bamboo.deployments.environments.persistence
Methods in com.atlassian.bamboo.deployments.environments.persistence that return EnvironmentModifier and TypeMethodDescription@NotNull EnvironmentMutableEnvironment.getImmutableEnvironment()Generate an immutable version based on this mutable version.@NotNull EnvironmentMutableEnvironmentImpl.getImmutableEnvironment() -
Uses of Environment in com.atlassian.bamboo.deployments.environments.service
Methods in com.atlassian.bamboo.deployments.environments.service that return EnvironmentModifier and TypeMethodDescriptiondefault @NotNull EnvironmentEnvironmentService.addEnvironment(long deploymentProjectId, @Nullable String name, @Nullable String description) Creates a new environment in the specified deployment project.@NotNull EnvironmentEnvironmentService.addEnvironment(long deploymentProjectId, @Nullable String name, @Nullable String description, @Nullable ReleaseApprovalPrerequisite environmentPrerequisites) Creates a new environment in the specified deployment project.@NotNull EnvironmentEnvironmentServiceImpl.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 EnvironmentEnvironmentServiceImpl.cloneEnvironment(long deploymentProjectId, long environmentId, @Nullable String name, @Nullable String description) @NotNull EnvironmentEnvironmentServiceImpl.cloneEnvironment(long deploymentProjectId, long environmentId, @Nullable String name, @Nullable String description, @NotNull Map<String, String> oldAndClonedEnvironmentIds) @NotNull EnvironmentEnvironmentService.createImmutableEnvironment(@NotNull MutableEnvironment environment) Converts mutable environment to immutable.@NotNull EnvironmentEnvironmentServiceImpl.createImmutableEnvironment(@NotNull MutableEnvironment mutableEnvironment) @NotNull EnvironmentEnvironmentService.createOperationsAwareImmutableEnvironment(@NotNull MutableEnvironment environment) Deprecated.since 11.0 without replacement@NotNull EnvironmentEnvironmentServiceImpl.createOperationsAwareImmutableEnvironment(@NotNull MutableEnvironment environment) protected @NotNull EnvironmentEnvironmentServiceImpl.createOperationsAwareImmutableEnvironment(Environment environment) @NotNull EnvironmentEnvironmentService.editEnvironment(long environmentId, String name, String description) Edit the details of an existing environment@NotNull EnvironmentEnvironmentService.editEnvironment(long environmentId, String name, String description, @Nullable ReleaseApprovalPrerequisite environmentPrerequisites) Edit the details of an existing environment@NotNull EnvironmentEnvironmentServiceImpl.editEnvironment(long environmentId, String name, String description) @NotNull EnvironmentEnvironmentServiceImpl.editEnvironment(long environmentId, String name, String description, @Nullable ReleaseApprovalPrerequisite releaseApprovalPrerequisite) @Nullable EnvironmentEnvironmentService.findEnvironmentByName(long deploymentProjectId, String name) Find environment with specified name in a deployment project@Nullable EnvironmentEnvironmentServiceImpl.findEnvironmentByName(long deploymentProjectId, String name) @Nullable EnvironmentEnvironmentService.getEnvironment(long environmentId) Get specific environment by ID.@Nullable EnvironmentEnvironmentServiceImpl.getEnvironment(long environmentId) @Nullable EnvironmentEnvironmentService.getEnvironmentUnrestricted(long environmentId) Get specific environment by ID.@Nullable EnvironmentEnvironmentServiceImpl.getEnvironmentUnrestricted(long environmentId) Methods in com.atlassian.bamboo.deployments.environments.service that return types with arguments of type EnvironmentModifier and TypeMethodDescription@NotNull Iterable<Environment>EnvironmentService.getAllEnvironments()Deprecated.since 11.0 useCachedEnvironmentService.getAllEnvironments()@NotNull Iterable<Environment>EnvironmentServiceImpl.getAllEnvironments()@NotNull Collection<Environment>EnvironmentService.getAllEnvironmentsForDashboard()Deprecated.since 11.0 without direct replacement, useCachedEnvironmentService.getAllEnvironments()@NotNull Collection<Environment>EnvironmentServiceImpl.getAllEnvironmentsForDashboard()EnvironmentService.getEnvironmentDecorator()Deprecated.since 11.0 useCachedDeploymentProjectService.getEnvironmentDecorator()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) Deprecated.EnvironmentServiceImpl.getEnvironmentsUsingRepositoryDataEntity(long repositoryId) Methods in com.atlassian.bamboo.deployments.environments.service with parameters of type EnvironmentModifier and TypeMethodDescriptionprotected @NotNull EnvironmentEnvironmentServiceImpl.createOperationsAwareImmutableEnvironment(Environment environment) voidEnvironmentService.startAllTriggers(@NotNull Environment environment) Start all automatic triggering onInternalEnvironmentvoidEnvironmentServiceImpl.startAllTriggers(@NotNull Environment environment) voidEnvironmentService.stopAllTriggers(@NotNull Environment environment) Stop all automatic triggering onInternalEnvironmentvoidEnvironmentServiceImpl.stopAllTriggers(@NotNull Environment environment) voidEnvironmentTaskService.updateRepositoryIdsInTasks(@NotNull Environment environment, Map<Long, Long> repositoryIdsChanges) voidEnvironmentTaskServiceImpl.updateRepositoryIdsInTasks(@NotNull Environment environment, Map<Long, Long> repositoryIdsChanges) -
Uses of Environment in com.atlassian.bamboo.deployments.environments.task
Methods in com.atlassian.bamboo.deployments.environments.task with parameters of type EnvironmentModifier 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
Methods in com.atlassian.bamboo.deployments.environments.trigger with parameters of type EnvironmentModifier and TypeMethodDescriptionvoidPlanAwareEnvironmentTriggerConfigurator.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 EnvironmentModifier 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
Methods in com.atlassian.bamboo.deployments.execution.service with parameters of type EnvironmentModifier 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
Methods in com.atlassian.bamboo.deployments.execution.triggering with parameters of type EnvironmentModifier and TypeMethodDescriptionEnvironmentTriggeringActionFactory.createAfterSuccessfulPlanEnvironmentTriggerAction(@NotNull Environment environment, @NotNull PlanResultKey planResultKey) CreatesEnvironmentTriggeringActionused when Environment is triggered by a successful execution of aChainEnvironmentTriggeringActionFactoryImpl.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) CreatesEnvironmentTriggeringActionused 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, @NotNull Map<String, String> triggerConfiguration) CreatesEnvironmentTriggeringActionused during scheduled execution of Environment.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 EnvironmentModifierConstructorDescriptionAfterSuccessfulPlanEnvironmentTriggeringAction(DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, CachedDeploymentProjectService cachedDeploymentProjectService, 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, CachedDeploymentProjectService cachedDeploymentProjectService, 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 EnvironmentModifier and TypeMethodDescriptionList<? extends Environment>DeploymentProject.getEnvironments()DeploymentProjectImpl.getEnvironments() -
Uses of Environment in com.atlassian.bamboo.deployments.projects.actions
Methods in com.atlassian.bamboo.deployments.projects.actions that return EnvironmentModifier and TypeMethodDescriptionabstract EnvironmentAbstractEnvironmentConfigurationAction.getEnvironment()protected EnvironmentAbstractEnvironmentConfigurationAction.getEnvironment(long environmentId) Methods in com.atlassian.bamboo.deployments.projects.actions that return types with arguments of type Environment -
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 -
Uses of Environment in com.atlassian.bamboo.deployments.results
Methods in com.atlassian.bamboo.deployments.results that return EnvironmentModifier and TypeMethodDescription@NotNull EnvironmentDeploymentResult.getEnvironment()@NotNull EnvironmentDeploymentResultImpl.getEnvironment()Constructors in com.atlassian.bamboo.deployments.results with parameters of type EnvironmentModifierConstructorDescriptionDeploymentResultImpl(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 EnvironmentModifier 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
Methods in com.atlassian.bamboo.deployments.runtime with parameters of type EnvironmentModifier and TypeMethodDescriptionvoidDeploymentsInProgressService.onDeploymentTriggered(@NotNull DeploymentResult deploymentResult, @NotNull DeploymentVersion deploymentVersion, @NotNull Environment environment, @NotNull DeploymentProject deploymentProject) voidDeploymentsInProgressServiceImpl.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
Methods in com.atlassian.bamboo.plan that return types with arguments of type EnvironmentModifier 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
Methods in com.atlassian.bamboo.plugins.rest.common with parameters of type EnvironmentModifier and TypeMethodDescriptionstatic voidRestHelper.assertNotRssEnvironment(@NotNull Environment environment, @NotNull CachedDeploymentProjectService cachedDeploymentProjectService) 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 EnvironmentModifier and TypeMethodDescriptionRestDedicatedAgentBuilder.withEnvironment(@NotNull Environment environment, @NotNull String parentName) Constructors in com.atlassian.bamboo.plugins.rest.model.search with parameters of type EnvironmentModifierConstructorDescriptionAgentAssignmentSearchResult(@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 EnvironmentModifier and TypeMethodDescriptionvoidTestDockerHandler.disable(Environment environment) voidTestDockerHandler.enableAndUpdate(Environment environment, Map<String, Object> webFragmentsContextMap) TestDockerHandlerProvider.getHandler(@Nullable Environment environment, boolean create) Constructors in com.atlassian.bamboo.plugins.testutils.docker with parameters of type EnvironmentModifierConstructorDescriptionTestDockerHandler(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 EnvironmentModifierConstructorDescriptionRestEnvironmentWithConfigCounts(@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 -
Uses of Environment in com.atlassian.bamboo.security
Methods in com.atlassian.bamboo.security with parameters of type EnvironmentModifier and TypeMethodDescriptionstatic voidPermissionsServiceUtils.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 EnvironmentModifier and TypeMethodDescription@NotNull Set<Requirement>AbstractRepositoryAwareTaskConfigurator.calculateRequirements(@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 EnvironmentModifier and TypeMethodDescriptionvoidCronTriggerConfigurator.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 EnvironmentModifier and TypeMethodDescriptionvoidAfterSuccessfulPlanTriggerConfigurator.validateDeploymentProjectPlanUpdate(@Nullable ImmutableChain oldPlan, @NotNull ImmutableChain newPlan, @NotNull Environment environment, @NotNull List<EnvironmentTriggerValidationError> triggerValidationErrors, @NotNull TriggerDefinition triggerDefinition) voidAfterSuccessfulStageTriggerConfigurator.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 EnvironmentModifierConstructorDescriptionAfterSuccessfulDeploymentEnvironmentTriggeringAction(TriggerManager triggerManager, DeploymentExecutionService deploymentExecutionService, Environment environment, DeploymentResult parentResult) AfterSuccessfulStageTriggeringAction(TriggerManager triggerManager, DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, CachedDeploymentProjectService cachedDeploymentProjectService, 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 EnvironmentModifierConstructorDescriptionAgentAssignmentExecutableDetails(@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 EnvironmentModifier and TypeMethodDescriptionTaskOwnerFactory.createEnvironmentTaskOwner(Environment environment) TaskUIConfigBean.getDecoratedFinalisingTaskDefinitions(@NotNull Environment environment) TaskUIConfigBean.getDecoratedTaskDefinitions(@NotNull Environment environment) Constructors in com.atlassian.bamboo.ww2.actions.build.admin.config.task with parameters of type EnvironmentModifierConstructorDescriptionEnvironmentTaskOwner(Environment environment, CachedDeploymentProjectService cachedDeploymentProjectService, CachedPlanManager cachedPlanManager) -
Uses of Environment in com.atlassian.bamboo.ww2.aware.permissions
Methods in com.atlassian.bamboo.ww2.aware.permissions that return EnvironmentModifier and TypeMethodDescriptionDeploymentEnvironmentExecuteSecurityAware.getSecuredDomainObject()DeploymentEnvironmentReadOnlyInterceptorAware.getSecuredDomainObject()