Uses of Interface
com.atlassian.bamboo.variable.VariableConfigurationService
-
-
Uses of VariableConfigurationService in com.atlassian.bamboo.deployments.environments.service
Constructors in com.atlassian.bamboo.deployments.environments.service with parameters of type VariableConfigurationService Constructor Description EnvironmentServiceImpl(BambooAclUpdateHelper aclUpdateHelper, HibernateMutableAclService aclService, AuditLogService auditLogService, BambooAuthenticationContext authenticationContext, DeploymentProjectDao deploymentProjectDao, EnvironmentDao environmentDao, EnvironmentRepositoryLinkDao environmentRepositoryLinkDao, PlanScheduler planScheduler, RepositoryDefinitionDao repositoryDefinitionDao, ScopedExclusionService scopedExclusionService, com.opensymphony.xwork2.TextProvider textProvider, ValidationService validationService, com.atlassian.event.api.EventPublisher eventPublisher, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, NotificationManager notificationManager, VariableConfigurationService variableConfigurationService, VariableDefinitionManager variableDefinitionManager, TriggerTypeManager triggerTypeManager, RepositoryDefinitionManager repositoryDefinitionManager, BambooCachingPermissionManagerFacadeFactory cachingPermissionManagerFacadeFactory, CapabilityRequirementsMatcher capabilityRequirementsMatcher, InternalEnvironmentService internalEnvironmentService) -
Uses of VariableConfigurationService in com.atlassian.bamboo.deployments.versions.service
Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type VariableConfigurationService Constructor Description VersionNamingServiceImpl(AuditLogService auditLogService, DeploymentProjectDao deploymentProjectDao, DeploymentResultDao deploymentResultDao, ScopedExclusionService exclusionService, DeploymentVersionDao deploymentVersionDao, VariableDefinitionManager variableDefinitionManager, VariableConfigurationService variableConfigurationService, VariableSubstitutorFactory variableSubstitutorFactory) -
Uses of VariableConfigurationService in com.atlassian.bamboo.plugins.rest.admin.globalvariable
Constructors in com.atlassian.bamboo.plugins.rest.admin.globalvariable with parameters of type VariableConfigurationService Constructor Description RestGlobalVariableServiceImpl(com.atlassian.sal.api.message.I18nResolver i18nResolver, RestPermissionCheck restPermissionCheck, VariableConfigurationService variableConfigurationService, VariableDefinitionManager variableDefinitionManager) -
Uses of VariableConfigurationService in com.atlassian.bamboo.plugins.rest.deployments.environments
Constructors in com.atlassian.bamboo.plugins.rest.deployments.environments with parameters of type VariableConfigurationService 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 VariableConfigurationService in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type VariableConfigurationService Constructor Description ProjectResource(com.atlassian.sal.api.ApplicationProperties applicationProperties, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, FeatureManager featureManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, LabelManager labelManager, ProjectManager projectManager, PlanRestService planRestService, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, RssPermissionManager rssPermissionManager, ProjectConfigurationService projectConfigurationService, SpecsExporter specsExporter, VariableDefinitionManager variableDefinitionManager, VariableConfigurationService variableConfigurationService, CredentialsManager credentialsManager, PaginatedDataCollector paginatedDataCollector, VcsRepositoryManager vcsRepositoryManager, LinkService linkService, SharedCredentialConversionFunction sharedCredentialConversionFunction) -
Uses of VariableConfigurationService in com.atlassian.bamboo.plugins.testutils.rest.resource.administration
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.administration with parameters of type VariableConfigurationService Constructor Description GlobalVariablesResource(VariableConfigurationService variableConfigurationService, VariableDefinitionManager variableDefinitionManager) -
Uses of VariableConfigurationService in com.atlassian.bamboo.plugins.testutils.rest.resource.deployment
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.deployment with parameters of type VariableConfigurationService Constructor Description DeploymentProjectResource(DeploymentProjectService deploymentProjectService, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService, EnvironmentTriggerService environmentTriggerService, NotificationManager notificationManager, TaskManager taskManager, TriggerTypeManager triggerTypeManager, VariableConfigurationService variableConfigurationService) -
Uses of VariableConfigurationService in com.atlassian.bamboo.plugins.testutils.rest.resource.plan
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.plan with parameters of type VariableConfigurationService Constructor Description PlanResource(ArtifactDefinitionManager artifactDefinitionManager, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, ChainCreationService chainCreationService, DeletionService deletionService, com.atlassian.event.api.EventPublisher eventPublisher, JobCreationService jobCreationService, JobService jobService, LabelManager labelManager, PlanManager planManager, ProjectManager projectManager, RepositoryDefinitionManager repositoryDefinitionManager, RepositoryTestService repositoryTestService, StageService stageService, TaskConfigurationService taskConfigurationService, TriggerConfigurationService triggerConfigurationService, TriggerTypeManager triggerTypeManager, UIConfigSupport uiConfigSupport, VariableConfigurationService variableConfigurationService) -
Uses of VariableConfigurationService in com.atlassian.bamboo.variable
Classes in com.atlassian.bamboo.variable that implement VariableConfigurationService Modifier and Type Class Description classVariableConfigurationServiceImpl
-