Uses of Interface
com.atlassian.bamboo.labels.LabelManager
Package
Description
-
Uses of LabelManager in com.atlassian.bamboo.build.creation
ModifierConstructorDescriptionChainCreationServiceImpl
(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, 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, BranchCreationFacade branchCreationFacade, TriggerConfigurationService triggerConfigurationService, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BuildNumberGeneratorService buildNumberGeneratorService, LabelManager labelManager, TransactionAndHibernateTemplate hibernateTemplate) -
Uses of LabelManager in com.atlassian.bamboo.labels
Modifier and TypeClassDescriptionclass
This manager is not transactional but is thread safe -
Uses of LabelManager in com.atlassian.bamboo.notification.recipients
Modifier and TypeMethodDescriptionvoid
WatcherRecipient.setLabelManager
(LabelManager labelManager) -
Uses of LabelManager in com.atlassian.bamboo.plan
Modifier and TypeMethodDescriptionstatic Predicate<ImmutablePlan>
PlanPredicates.isFavourite
(@NotNull LabelManager labelManager, @NotNull com.atlassian.user.User user) Get a predicate that returns true for Plans that are marked as favourite for a given user.void
AbstractPlan.setLabelManager
(LabelManager labelManager) -
Uses of LabelManager in com.atlassian.bamboo.plugins.labeller
-
Uses of LabelManager in com.atlassian.bamboo.plugins.rest.build
ModifierConstructorDescriptionPlanResource
(BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BranchCreationFacade branchCreationFacade, CachedPlanManager cachedPlanManager, PlanManager planManager, LabelManager labelManager, PlanRestService planRestService, VariableDefinitionManager variableDefinitionManager, JiraIssueManager jiraIssueManager, JiraApplinksService jiraApplinksService, com.atlassian.event.api.EventPublisher eventPublisher, ArtifactDefinitionManager artifactDefinitionManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TestsManager testsManager, TestQuarantineManager testQuarantineManager, VcsRepositoryManager vcsRepositoryManager, DeletionService deletionService, RssDetectionService rssDetectionService, ChainBranchManager chainBranchManager, BuildDefinitionManager buildDefinitionManager, SpecsConsumerFactory specsConsumerFactory, SpecsExporter specsExporter, RestAuthenticationContext restAuthenticationContext) -
Uses of LabelManager in com.atlassian.bamboo.plugins.rest.model.project
-
Uses of LabelManager in com.atlassian.bamboo.plugins.rest.resource
ModifierConstructorDescriptionProjectResource
(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, RestAuthenticationContext restAuthenticationContext) -
Uses of LabelManager in com.atlassian.bamboo.plugins.rest.service
ModifierConstructorDescriptionPlanRestServiceImpl
(BambooCachingPermissionManagerFacadeFactory bambooCachingPermissionManagerFacadeFactory, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, LabelManager labelManager, PlanExecutionManager planExecutionManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager) ResultServiceImpl
(AdministrationConfigurationAccessor administrationConfigurationAccessor, ArtifactLinkManager artifactLinkManager, BambooUserManager bambooUserManager, BuildLogFileAccessorFactory buildLogFileAccessorFactory, BuildLoggerManager buildLoggerManager, BuildQueueManager buildQueueManager, CommentService commentService, ExecutableAgentsHelper executableAgentsHelper, com.atlassian.sal.api.message.I18nResolver i18nResolver, LabelManager labelManager, PlanExecutionManager planExecutionManager, PlanRestService planRestService, ProjectsRestService projectsRestService, ResultsSummaryManager resultsSummaryManager, StageStatusHelper stageStatusHelper, RestAuthenticationContext restAuthenticationContext) -
Uses of LabelManager in com.atlassian.bamboo.plugins.testutils.rest.resource.plan
ModifierConstructorDescriptionPlanResource
(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, RestAuthenticationContext restAuthenticationContext) -
Uses of LabelManager in com.atlassian.bamboo.quickfilter.rule.plugin
ModifierConstructorDescriptionHasLabelRuleType
(@NotNull TemplateRenderer templateRenderer, @NotNull com.atlassian.struts.TextProvider textProvider, @NotNull LabelManager labelManager) -
Uses of LabelManager in com.atlassian.bamboo.webwork
-
Uses of LabelManager in com.atlassian.bamboo.ww2.actions.labels
Modifier and TypeMethodDescriptionvoid
EditLabelsAction.setLabelManager
(LabelManager labelManager) void
ViewBuildResultsForLabelAction.setLabelManager
(LabelManager labelManager) void
ViewLabels.setLabelManager
(LabelManager labelManager) -
Uses of LabelManager in com.atlassian.bamboo.ww2.actions.project
Modifier and TypeMethodDescriptionvoid
ViewProjectPlans.setLabelManager
(LabelManager labelManager) -
Uses of LabelManager in com.atlassian.bamboo.xmpp.commands