Uses of Interface
com.atlassian.bamboo.labels.LabelManager

Packages that use LabelManager
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.predicate   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.labels   
com.atlassian.bamboo.notification   
com.atlassian.bamboo.notification.recipients   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plugins.labeller   
com.atlassian.bamboo.plugins.rest.model.project   
com.atlassian.bamboo.plugins.rest.resource   
com.atlassian.bamboo.plugins.rest.service   
com.atlassian.bamboo.plugins.rest.util   
com.atlassian.bamboo.rest   
com.atlassian.bamboo.upgrade.tasks   
com.atlassian.bamboo.webwork   
com.atlassian.bamboo.ww2.actions.labels   
com.atlassian.bamboo.ww2.actions.project   
com.atlassian.bamboo.xmpp.commands   
 

Uses of LabelManager in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build with parameters of type LabelManager
 void HibernateBuildManager.setLabelManager(LabelManager labelManager)
           
 

Uses of LabelManager in com.atlassian.bamboo.build.predicate
 

Constructors in com.atlassian.bamboo.build.predicate with parameters of type LabelManager
PlanIsFavourite(LabelManager labelManager, com.atlassian.user.User user)
           
 

Uses of LabelManager in com.atlassian.bamboo.chains
 

Constructors in com.atlassian.bamboo.chains with parameters of type LabelManager
ChainConversionServiceImpl(TestsManager testsManager, LabelManager labelManager, AuditLogService auditLogService, CommentManager commentManager, com.atlassian.bandana.BandanaPersister bandanaPersister)
           
 

Uses of LabelManager in com.atlassian.bamboo.labels
 

Classes in com.atlassian.bamboo.labels that implement LabelManager
 class LabelManagerImpl
          This manager is not transactional but is thread safe
 

Methods in com.atlassian.bamboo.labels that return LabelManager
 LabelManager AutoLabelBuildCompleteAction.getLabelManager()
           
 

Methods in com.atlassian.bamboo.labels with parameters of type LabelManager
 void AutoLabelBuildCompleteAction.setLabelManager(LabelManager labelManager)
           
 

Uses of LabelManager in com.atlassian.bamboo.notification
 

Methods in com.atlassian.bamboo.notification with parameters of type LabelManager
 void NotificationManagerImpl.setLabelManager(LabelManager labelManager)
           
 

Uses of LabelManager in com.atlassian.bamboo.notification.recipients
 

Methods in com.atlassian.bamboo.notification.recipients with parameters of type LabelManager
 void WatcherRecipient.setLabelManager(LabelManager labelManager)
           
 

Uses of LabelManager in com.atlassian.bamboo.plan
 

Constructors in com.atlassian.bamboo.plan with parameters of type LabelManager
PlanFavouriteServiceImpl(LabelManager labelManager)
           
 

Uses of LabelManager in com.atlassian.bamboo.plugins.labeller
 

Methods in com.atlassian.bamboo.plugins.labeller that return LabelManager
 LabelManager BuildLabeller.getLabelManager()
           
 

Methods in com.atlassian.bamboo.plugins.labeller with parameters of type LabelManager
 void BuildLabeller.setLabelManager(LabelManager labelManager)
           
 

Uses of LabelManager in com.atlassian.bamboo.plugins.rest.model.project
 

Methods in com.atlassian.bamboo.plugins.rest.model.project with parameters of type LabelManager
 void RestProject.expand(PlanManager planManager, LabelManager labelManager)
           
 

Constructors in com.atlassian.bamboo.plugins.rest.model.project with parameters of type LabelManager
RestProjectExpander(PlanManager planManager, LabelManager labelManager)
           
 

Uses of LabelManager in com.atlassian.bamboo.plugins.rest.resource
 

Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type LabelManager
PlanResource(PlanManager planManager, BambooUserManager bambooUserManager, BambooPermissionManager bambooPermissionManager, LabelManager labelManager)
           
ProjectResource(PlanManager planManager, BambooUserManager bambooUserManager, LabelManager labelManager, ProjectManager projectManager)
           
 

Uses of LabelManager in com.atlassian.bamboo.plugins.rest.service
 

Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type LabelManager
ResultServiceImpl(BuildManager buildManager, BambooUserManager bambooUserManager, ResultsSummaryManager resultsSummaryManager, JiraServerManager jiraServerManager, AdministrationConfigurationManager administrationConfigurationManager, LabelManager labelManager, CommentManager commentManager, com.atlassian.event.EventManager eventManager, ProjectManager projectManager, BuildExecutionManager buildExecutionManager, BuildQueueManager buildQueueManager, PlanManager planManager, PlanExecutionManager planExecutionManager, StageStatusHelper stageStatusHelper, PlanExecutableAgentsHelper planExecutableAgentsHelper)
           
 

Uses of LabelManager in com.atlassian.bamboo.plugins.rest.util
 

Methods in com.atlassian.bamboo.plugins.rest.util with parameters of type LabelManager
static RestPlans RestHelper.createPaginatedPlanResponse(java.util.Collection<Plan> plans, LabelManager labelManager, com.atlassian.user.User user, javax.ws.rs.core.UriInfo uriInfo)
           
 

Uses of LabelManager in com.atlassian.bamboo.rest
 

Methods in com.atlassian.bamboo.rest that return LabelManager
 LabelManager AddLabelToBuildResults.getLabelManager()
           
 

Methods in com.atlassian.bamboo.rest with parameters of type LabelManager
 void GetLatestUserBuilds.setLabelManager(LabelManager labelManager)
           
 void AddLabelToBuildResults.setLabelManager(LabelManager labelManager)
           
 

Uses of LabelManager in com.atlassian.bamboo.upgrade.tasks
 

Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type LabelManager
 void UpgradeTask2025BuildChainConversion.setLabelManager(LabelManager labelManager)
           
 

Uses of LabelManager in com.atlassian.bamboo.webwork
 

Methods in com.atlassian.bamboo.webwork with parameters of type LabelManager
 void StarterAction.setLabelManager(LabelManager labelManager)
           
 

Uses of LabelManager in com.atlassian.bamboo.ww2.actions.labels
 

Methods in com.atlassian.bamboo.ww2.actions.labels with parameters of type LabelManager
 void ViewLabels.setLabelManager(LabelManager labelManager)
           
 void ViewBuildResultsForLabelAction.setLabelManager(LabelManager labelManager)
           
 void EditLabelsAction.setLabelManager(LabelManager labelManager)
           
 

Uses of LabelManager in com.atlassian.bamboo.ww2.actions.project
 

Methods in com.atlassian.bamboo.ww2.actions.project with parameters of type LabelManager
 void ViewProject.setLabelManager(LabelManager labelManager)
           
 

Uses of LabelManager in com.atlassian.bamboo.xmpp.commands
 

Methods in com.atlassian.bamboo.xmpp.commands with parameters of type LabelManager
 void AddLabel.setLabelManager(LabelManager labelManager)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.