Uses of Interface
com.atlassian.bamboo.deployments.configuration.service.EnvironmentCustomConfigService
-
-
Uses of EnvironmentCustomConfigService in com.atlassian.bamboo.build.docker
Constructors in com.atlassian.bamboo.build.docker with parameters of type EnvironmentCustomConfigService Constructor Description DefaultDockerHandlerImpl(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 Modifier and Type Class Description class
EnvironmentCustomConfigServiceImpl
-
Uses of EnvironmentCustomConfigService in com.atlassian.bamboo.deployments.environments.requirement
Constructors in com.atlassian.bamboo.deployments.environments.requirement with parameters of type EnvironmentCustomConfigService Constructor Description EnvironmentRequirementServiceImpl(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
Constructors in com.atlassian.bamboo.plan with parameters of type EnvironmentCustomConfigService Constructor Description ExecutableAgentsHelperImpl(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 EnvironmentCustomConfigService Constructor Description DeploymentEnvironmentResource(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
Constructors in com.atlassian.bamboo.plugins.testutils.docker with parameters of type EnvironmentCustomConfigService Constructor Description TestDockerHandler(BuildDefinition buildDefinition, EnvironmentCustomConfigService environmentCustomConfigService)
TestDockerHandler(EnvironmentCustomConfigService environmentCustomConfigService)
TestDockerHandler(Environment environment, EnvironmentCustomConfigService environmentCustomConfigService)
-