Uses of Interface
com.atlassian.bamboo.validation.ValidationService
Packages that use ValidationService
Package
Description
-
Uses of ValidationService in com.atlassian.bamboo.build.creation
Constructors in com.atlassian.bamboo.build.creation with parameters of type ValidationServiceModifierConstructorDescriptionPlanValidationServiceImpl
(ValidationService validationService, ProjectManager projectManager, PlanManager planManager, com.opensymphony.xwork2.TextProvider textProvider, ChainBranchManager chainBranchManager, ProjectConfigurationService projectConfigurationService) -
Uses of ValidationService in com.atlassian.bamboo.configuration.external.yaml
Constructors in com.atlassian.bamboo.configuration.external.yaml with parameters of type ValidationServiceModifierConstructorDescriptionBambooYamlValidatorImpl
(PlanManager planManager, ProjectManager projectManager, RssPermissionsService rssPermissionsService, ValidationService validationService, SecretEncryptionService secretEncryptionService, DocumentationLinkProvider documentationLinkProvider) -
Uses of ValidationService in com.atlassian.bamboo.deployments.environments.service
Constructors in com.atlassian.bamboo.deployments.environments.service with parameters of type ValidationServiceModifierConstructorDescriptionEnvironmentServiceImpl
(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 ValidationService in com.atlassian.bamboo.deployments.projects.service
Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type ValidationServiceModifierConstructorDescriptionDeploymentProjectServiceImpl
(ArtifactDefinitionManager artifactDefinitionManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, CachedPlanManager cachedPlanManager, DeploymentProjectDao deploymentProjectDao, DeploymentResultService deploymentResultService, EnvironmentDao environmentDao, EnvironmentService environmentService, InternalEnvironmentService internalEnvironmentService, EnvironmentTaskService environmentTaskService, HibernateMutableAclService aclService, com.opensymphony.xwork2.TextProvider textProvider, ValidationService validationService, VariableDefinitionManager variableDefinitionManager, VersionNamingService versionNamingService, DeploymentVersionService deploymentVersionService, ResultsSummaryManager resultsSummaryManager, com.atlassian.event.api.EventPublisher eventPublisher, TriggerTypeManager triggerTypeManager, PlanScheduler planScheduler, BambooEntityOidService bambooEntityOidService) -
Uses of ValidationService in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type ValidationServiceModifierConstructorDescriptionRepositoryResource
(com.atlassian.sal.api.ApplicationProperties applicationProperties, CachedPlanManager cachedPlanManager, VcsRepositoryManager vcsRepositoryManager, RepositoryDefinitionManager repositoryDefinitionManager, BambooPermissionManager bambooPermissionManager, CustomVariableContext customVariableContext, ValidationService validationService, ValidationFunctionFactory validationFunctionFactory, com.atlassian.sal.api.message.I18nResolver i18nResolver, VcsConfigurationHelper vcsConfigurationHelper, VcsRepositoryConfigurationService vcsRepositoryConfigurationService, RssPermissionManager rssPermissionManager, FeatureManager featureManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, RssDetectionService rssDetectionService, BambooSpecsManager bambooSpecsManager, com.atlassian.event.api.EventPublisher eventPublisher, SpecsConsumerFactory specsConsumerFactory, EnvironmentService environmentService, ProjectManager projectManager, AdministrationConfigurationAccessor administrationConfigurationAccessor) -
Uses of ValidationService in com.atlassian.bamboo.project
Constructors in com.atlassian.bamboo.project with parameters of type ValidationServiceModifierConstructorDescriptionProjectConfigurationServiceImpl
(PlanManager planManager, ProjectManager projectManager, com.atlassian.struts.TextProvider textProvider, ValidationService validationService, AuditLogService auditLogService, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of ValidationService in com.atlassian.bamboo.validation
Classes in com.atlassian.bamboo.validation that implement ValidationService