Uses of Interface
com.atlassian.bamboo.deployments.configuration.service.EnvironmentCustomConfigService
Package
Description
-
Uses of EnvironmentCustomConfigService in com.atlassian.bamboo.build.docker
ModifierConstructorDescriptionDefaultDockerHandlerImpl
(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
-
Uses of EnvironmentCustomConfigService in com.atlassian.bamboo.deployments.environments.requirement
ModifierConstructorDescriptionEnvironmentRequirementServiceImpl
(com.atlassian.struts.TextProvider textProvider, AuditLogService auditLogService, com.atlassian.event.api.EventPublisher eventPublisher, CapabilityHelper capabilityHelper, TaskManager taskManager, ElasticFunctionalityFacade elasticFunctionalityFacade, ExecutableAgentsHelper executableAgentsHelper, EnvironmentService environmentService, EnvironmentDao environmentDao, PlanScheduler planScheduler, EnvironmentCustomConfigService environmentCustomConfigService) -
Uses of EnvironmentCustomConfigService in com.atlassian.bamboo.plan
ModifierConstructorDescriptionExecutableAgentsHelperImpl
(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
ModifierConstructorDescriptionDeploymentEnvironmentResource
(AgentAssignmentService agentAssignmentService, AgentManager agentManager, EnvironmentService environmentService, EnvironmentCustomConfigService environmentCustomConfigService, DeploymentResultService deploymentResultService, DeploymentProjectService deploymentProjectService, 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
ModifierConstructorDescriptionTestDockerHandler
(BuildDefinition buildDefinition, EnvironmentCustomConfigService environmentCustomConfigService) TestDockerHandler
(EnvironmentCustomConfigService environmentCustomConfigService) TestDockerHandler
(Environment environment, EnvironmentCustomConfigService environmentCustomConfigService)