|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ScopedExclusionService in com.atlassian.bamboo.build.creation |
|---|
| Constructors in com.atlassian.bamboo.build.creation with parameters of type ScopedExclusionService | |
|---|---|
ChainBranchCreationServiceImpl(PlanManager planManager,
ProjectManager projectManager,
BambooAclUpdateHelper aclUpdateHelper,
BambooAuthenticationContext authenticationContext,
BambooLicenseManager bambooLicenseManager,
HibernateMutableAclService aclService,
PlanScheduler planScheduler,
RepositoryConfigHelper repositoryConfigHelper,
BuildStrategyConfigHelper buildStrategyConfigHelper,
WebRepositoryConfigHelper webRepositoryConfigHelper,
com.atlassian.event.api.EventPublisher eventPublisher,
PlanValidationService planValidationService,
AuditLogService auditLogService,
BuildDefinitionConverter buildDefinitionConverter,
NotificationManager notificationManager,
JobCreationService jobCreationService,
ArtifactDefinitionManager artifactDefinitionManager,
ArtifactSubscriptionManager artifactSubscriptionManager,
VariableDefinitionManager variableDefinitionManager,
RepositoryDefinitionManager repositoryDefinitionManager,
TaskConfigurationService taskConfigurationService,
ScopedExclusionService exclusionService,
ChainBranchManager chainBranchManager,
BranchCommitInformationManager branchCommitInformationManager,
VcsBranchManager vcsBranchManager,
BuildStrategyConfigurationService buildStrategyConfigurationService,
JiraBranchLinkingService jiraBranchLinkingService,
TestQuarantineManager testQuarantineManager,
TestsManager testsManager)
|
|
ChainCreationServiceImpl(PlanManager planManager,
ProjectManager projectManager,
BambooAclUpdateHelper aclUpdateHelper,
BambooAuthenticationContext authenticationContext,
BambooLicenseManager bambooLicenseManager,
HibernateMutableAclService aclService,
PlanScheduler planScheduler,
RepositoryConfigHelper repositoryConfigHelper,
BuildStrategyConfigHelper buildStrategyConfigHelper,
WebRepositoryConfigHelper webRepositoryConfigHelper,
com.atlassian.event.api.EventPublisher eventPublisher,
PlanValidationService planValidationService,
AuditLogService auditLogService,
BuildDefinitionConverter buildDefinitionConverter,
NotificationManager notificationManager,
JobCreationService jobCreationService,
ArtifactDefinitionManager artifactDefinitionManager,
ArtifactSubscriptionManager artifactSubscriptionManager,
VariableDefinitionManager variableDefinitionManager,
RepositoryDefinitionManager repositoryDefinitionManager,
TaskConfigurationService taskConfigurationService,
ScopedExclusionService scopedExclusionService,
BranchCommitInformationManager branchCommitInformationManager,
VcsBranchManager vcsBranchManager,
BranchDetectionService branchDetectionService,
BuildStrategyConfigurationService buildStrategyConfigurationService)
|
|
| Uses of ScopedExclusionService in com.atlassian.bamboo.build.strategy |
|---|
| Constructors in com.atlassian.bamboo.build.strategy with parameters of type ScopedExclusionService | |
|---|---|
BuildStrategyConfigurationServiceImpl(BuildDefinitionManager buildDefinitionManager,
BuildStrategyManager buildStrategyManager,
com.opensymphony.xwork2.TextProvider textProvider,
PlanManager planManager,
AuditLogService auditLogService,
ScopedExclusionService scopedExclusionService)
|
|
| Uses of ScopedExclusionService in com.atlassian.bamboo.core |
|---|
| Classes in com.atlassian.bamboo.core that implement ScopedExclusionService | |
|---|---|
class |
ScopedExclusionServiceImpl
|
| Methods in com.atlassian.bamboo.core with parameters of type ScopedExclusionService | ||
|---|---|---|
static
|
ScopedExclusionServiceHelper.withLockedChain(ScopedExclusionService exclusionService,
PlanKey planKey,
ScopedExclusionService.ExclusiveFunction<PlanKey,V,E> functor)
Executes the function while holding an exclusive lock on planKey interpreted as chain key. |
|
static
|
ScopedExclusionServiceHelper.withLockedIdIdentifiedEntity(ScopedExclusionService exclusionService,
long id,
ScopedExclusionService.ExclusiveFunction<java.lang.Long,V,E> functor)
|
|
static
|
ScopedExclusionServiceHelper.withLockedJob(ScopedExclusionService exclusionService,
PlanKey planKey,
ScopedExclusionService.ExclusiveFunction<PlanKey,V,E> functor)
Executes the function while holding an exclusive lock on planKey interpreted as job key. |
|
static
|
ScopedExclusionServiceHelper.withLockedKeyIdentifiedEntity(ScopedExclusionService exclusionService,
Key key,
ScopedExclusionService.ExclusiveFunction<Key,V,E> functor)
|
|
| Uses of ScopedExclusionService in com.atlassian.bamboo.deployments.environments.service |
|---|
| Constructors in com.atlassian.bamboo.deployments.environments.service with parameters of type ScopedExclusionService | |
|---|---|
EnvironmentDeletionServiceImpl(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate,
DeploymentResultDeletionService deploymentResultDeletionService,
EnvironmentDao environmentDao,
EnvironmentRepositoryLinkDao environmentRepositoryLinkDao,
HibernateMutableAclService aclService,
VariableDefinitionDao variableDefinitionDao,
AgentAssignmentService agentAssignmentService,
EnvironmentService environmentService,
com.atlassian.event.api.EventPublisher eventPublisher,
ScopedExclusionService scopedExclusionService,
DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService)
|
|
EnvironmentServiceImpl(BambooAclUpdateHelper aclUpdateHelper,
HibernateMutableAclService aclService,
BambooAuthenticationContext authenticationContext,
BambooPermissionManager bambooPermissionManager,
BuildStrategyManager buildStrategyManager,
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)
|
|
EnvironmentTaskServiceImpl(ScopedExclusionService scopedExclusionService,
AuditLogService auditLogService,
com.opensymphony.xwork2.TextProvider textProvider,
EnvironmentDao environmentDao,
TaskManager taskManager,
PlanScheduler planScheduler,
EnvironmentRepositoryLinkDao environmentRepositoryLinkDao,
RepositoryDefinitionManager repositoryDefinitionManager)
|
|
EnvironmentTriggerServiceImpl(BuildStrategyManager buildStrategyManager,
DeploymentProjectService deploymentProjectService,
EnvironmentDao environmentDao,
PlanScheduler planScheduler,
ScopedExclusionService scopedExclusionService,
com.opensymphony.xwork2.TextProvider textProvider)
|
|
| Uses of ScopedExclusionService in com.atlassian.bamboo.deployments.versions.service |
|---|
| Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type ScopedExclusionService | |
|---|---|
DeploymentVersionServiceImpl(DeploymentProjectDao deploymentProjectDao,
DeploymentVersionDao deploymentVersionDao,
ResultsSummaryManager resultsSummaryManager,
DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector,
com.opensymphony.xwork2.TextProvider textProvider,
DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao,
DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao,
VersionNamingService versionNamingService,
EnvironmentService environmentService,
BambooPermissionManager bambooPermissionManager,
GravatarService gravatarService,
BambooUserManager bambooUserService,
VariableDefinitionManager variableDefinitionManager,
VariableDefinitionFactory variableDefinitionFactory,
CustomVariableContext customVariableContext,
com.atlassian.event.api.EventPublisher eventPublisher,
CachedPlanManager cachedPlanManager,
ScopedExclusionService scopedExclusionService)
|
|
VersionNamingServiceImpl(DeploymentProjectDao deploymentProjectDao,
DeploymentResultDao deploymentResultDao,
ScopedExclusionService exclusionService,
DeploymentVersionDao deploymentVersionDao,
VariableDefinitionManager variableDefinitionManager,
VariableConfigurationService variableConfigurationService,
CustomVariableContext customVariableContext)
|
|
| Uses of ScopedExclusionService in com.atlassian.bamboo.plan.branch |
|---|
| Constructors in com.atlassian.bamboo.plan.branch with parameters of type ScopedExclusionService | |
|---|---|
BranchDetectionServiceImpl(PlanManager planManager,
ChainBranchCreationService chainBranchCreationService,
RepositoryManager repositoryManager,
VcsBranchManager vcsBranchManager,
RepositoryCachingFacade repositoryCachingFacade,
ErrorHandler errorHandler,
ScopedExclusionService scopedExclusionService,
com.atlassian.event.api.EventPublisher eventPublisher,
JiraBranchLinkingService jiraBranchLinkingService,
VariableDefinitionManager variableDefinitionManager,
CustomVariableContext customVariableContext,
org.springframework.orm.hibernate.HibernateTemplate hibernateTemplate,
CachedPlanManager cachedPlanManager)
|
|
| Uses of ScopedExclusionService in com.atlassian.bamboo.plugins.hg |
|---|
| Methods in com.atlassian.bamboo.plugins.hg with parameters of type ScopedExclusionService | |
|---|---|
void |
HgRepository.setScopedExclusionService(ScopedExclusionService scopedExclusionService)
|
| Constructors in com.atlassian.bamboo.plugins.hg with parameters of type ScopedExclusionService | |
|---|---|
HgRepositoryAccessImpl(com.atlassian.sal.api.message.I18nResolver i18nResolver,
BuildLogger buildLogger,
SshProxyService sshProxyService,
HgRepository repository,
ScopedExclusionService exclusionService)
|
|
| Uses of ScopedExclusionService in com.atlassian.bamboo.repository |
|---|
| Constructors in com.atlassian.bamboo.repository with parameters of type ScopedExclusionService | |
|---|---|
RepositoryConfigurationServiceImpl(PlanManager planManager,
RepositoryManager repositoryManager,
WebRepositoryViewerManager webRepositoryViewerManager,
RepositoryDefinitionManager repositoryDefinitionManager,
AuditLogService auditLogService,
TaskConfigurationService taskConfigurationService,
BuildDefinitionManager buildDefinitionManager,
ChainBranchManager chainBranchManager,
BranchDetectionService branchDetectionService,
ScopedExclusionService scopedExclusionService,
com.atlassian.event.api.EventPublisher eventPublisher,
HibernateMutableAclService aclService,
BuildStrategyConfigurationService buildStrategyConfigurationService,
EnvironmentService environmentService,
EnvironmentTaskService environmentTaskService,
ImmutablePlanCacheService immutablePlanCacheService)
|
|
| Uses of ScopedExclusionService in com.atlassian.bamboo.task |
|---|
| Constructors in com.atlassian.bamboo.task with parameters of type ScopedExclusionService | |
|---|---|
TaskConfigurationServiceImpl(BuildDefinitionManager buildDefinitionManager,
TaskManager taskManager,
BuildDefinitionConverter buildDefinitionConverter,
com.opensymphony.xwork2.TextProvider textProvider,
PlanManager planManager,
AuditLogService auditLogService,
ScopedExclusionService scopedExclusionService)
|
|
| Uses of ScopedExclusionService in com.atlassian.bamboo.variable |
|---|
| Constructors in com.atlassian.bamboo.variable with parameters of type ScopedExclusionService | |
|---|---|
VariableConfigurationServiceImpl(ScopedExclusionService scopedExclusionService,
VariableDefinitionManager variableDefinitionManager,
VariableDefinitionFactory variableDefinitionFactory)
|
|
| Uses of ScopedExclusionService in com.atlassian.bamboo.ww2.actions.branch |
|---|
| Methods in com.atlassian.bamboo.ww2.actions.branch with parameters of type ScopedExclusionService | |
|---|---|
void |
ConfigureBranches.setScopedExclusionService(ScopedExclusionService scopedExclusionService)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||