Uses of Interface
com.atlassian.bamboo.deployments.configuration.service.EnvironmentCustomConfigService
Packages that use EnvironmentCustomConfigService
Package
Description
-
Uses of EnvironmentCustomConfigService in com.atlassian.bamboo.build.docker
Constructors in com.atlassian.bamboo.build.docker with parameters of type EnvironmentCustomConfigServiceModifierConstructorDescriptionDefaultDockerHandlerImpl
(DockerPipelineConfiguration configuration, DockerPipelineValidationService dockerPipelineValidationService, EnvironmentCustomConfigService environmentCustomConfigService, com.atlassian.plugin.ModuleDescriptor moduleDescriptor, TemplateRenderer templateRenderer, TaskManager taskManager, boolean create) DefaultDockerHandlerProvider
(EnvironmentCustomConfigService environmentCustomConfigService, DockerPipelineValidationService dockerPipelineValidationService, TemplateRenderer templateRenderer, TaskManager taskManager) -
Uses of EnvironmentCustomConfigService in com.atlassian.bamboo.deployments.configuration.service
Classes in com.atlassian.bamboo.deployments.configuration.service that implement EnvironmentCustomConfigService -
Uses of EnvironmentCustomConfigService in com.atlassian.bamboo.deployments.environments.requirement
Constructors in com.atlassian.bamboo.deployments.environments.requirement with parameters of type EnvironmentCustomConfigServiceModifierConstructorDescriptionEnvironmentRequirementServiceImpl
(com.atlassian.struts.TextProvider textProvider, AuditLogService auditLogService, com.atlassian.event.api.EventPublisher eventPublisher, CapabilityHelper capabilityHelper, TaskManager taskManager, ElasticFunctionalityFacade elasticFunctionalityFacade, ExecutableAgentsHelper executableAgentsHelper, CachedDeploymentProjectService cachedDeploymentProjectService, CachedEnvironmentService cachedEnvironmentService, EnvironmentDao environmentDao, PlanScheduler planScheduler, EnvironmentCustomConfigService environmentCustomConfigService) -
Uses of EnvironmentCustomConfigService in com.atlassian.bamboo.plan
Constructors in com.atlassian.bamboo.plan with parameters of type EnvironmentCustomConfigServiceModifierConstructorDescriptionExecutableAgentsHelperImpl
(CachedPlanManager cachedPlanManager, ExecutionStatusProvider executionStatusProvider, com.atlassian.plugin.PluginAccessor pluginAccessor, AgentAssignmentService agentAssignmentService, CapabilityRequirementsMatcher capabilityRequirementsMatcher, CapabilitySetManager capabilitySetManager, ElasticInstanceManager elasticInstanceManager, ElasticImageConfigurationAccessor elasticImageConfigurationAccessor, EphemeralAgentsService ephemeralAgentsService, EnvironmentCustomConfigService environmentCustomConfigService) -
Uses of EnvironmentCustomConfigService in com.atlassian.bamboo.plugins.rest.deployments.environments
Constructors in com.atlassian.bamboo.plugins.rest.deployments.environments with parameters of type EnvironmentCustomConfigServiceModifierConstructorDescriptionDeploymentEnvironmentResource
(AgentAssignmentService agentAssignmentService, AgentManager agentManager, CachedEnvironmentService cachedEnvironmentService, EnvironmentService environmentService, EnvironmentCustomConfigService environmentCustomConfigService, DeploymentResultService deploymentResultService, CachedDeploymentProjectService cachedDeploymentProjectService, com.atlassian.sal.api.message.I18nResolver i18nResolver, com.atlassian.event.api.EventPublisher eventPublisher, ElasticImageConfigurationManager elasticImageConfigurationManager, EnvironmentRequirementService environmentRequirementService, VariableDefinitionManager variableDefinitionManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooPermissionManager bambooPermissionManager, VariableConfigurationService variableConfigurationService, AgentCapabilityService agentCapabilityService, LinkService linkService, EphemeralAgentsService ephemeralAgentsService) -
Uses of EnvironmentCustomConfigService in com.atlassian.bamboo.plugins.testutils.docker
Constructors in com.atlassian.bamboo.plugins.testutils.docker with parameters of type EnvironmentCustomConfigServiceModifierConstructorDescriptionTestDockerHandler
(BuildDefinition buildDefinition, EnvironmentCustomConfigService environmentCustomConfigService) TestDockerHandler
(EnvironmentCustomConfigService environmentCustomConfigService) TestDockerHandler
(Environment environment, EnvironmentCustomConfigService environmentCustomConfigService)