|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 |
---|
Methods in com.atlassian.bamboo.plan with parameters of type LabelManager | |
---|---|
static com.google.common.base.Predicate<ImmutablePlan> |
PlanPredicates.isFavourite(LabelManager labelManager,
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)
|
Constructors in com.atlassian.bamboo.plan with parameters of type LabelManager | |
---|---|
PlanFavouriteServiceImpl(LabelManager labelManager)
|
Uses of LabelManager in com.atlassian.bamboo.plan.branch.cache |
---|
Constructors in com.atlassian.bamboo.plan.branch.cache with parameters of type LabelManager | |
---|---|
ImmutableChainBranchImpl(ChainBranch chainBranch,
BuildLoggerManager buildLoggerManager,
ImmutablePlanManager immutablePlanManager,
LabelManager labelManager,
ResultsSummaryManager resultsSummaryManager,
RepositoryDefinitionManager repositoryDefinitionManager,
VariableDefinitionManager variableDefinitionManager,
BuildDefinitionManager buildDefinitionManager)
|
Uses of LabelManager in com.atlassian.bamboo.plan.cache |
---|
Constructors in com.atlassian.bamboo.plan.cache with parameters of type LabelManager | |
---|---|
AbstractImmutableChain(Chain chain,
BuildLoggerManager buildLoggerManager,
ImmutablePlanManager immutablePlanManager,
LabelManager labelManager,
ResultsSummaryManager resultsSummaryManager,
RepositoryDefinitionManager repositoryDefinitionManager,
VariableDefinitionManager variableDefinitionManager,
BuildDefinitionManager buildDefinitionManager)
|
|
AbstractImmutablePlan(ImmutablePlan plan,
BuildLoggerManager buildLoggerManager,
LabelManager labelManager,
VariableDefinitionManager variableDefinitionManager,
BuildDefinitionManager buildDefinitionManager,
ResultsSummaryManager resultsSummaryManager)
|
|
ImmutableChainImpl(Chain chain,
BuildLoggerManager buildLoggerManager,
ImmutablePlanManager immutablePlanManager,
LabelManager labelManager,
ResultsSummaryManager resultsSummaryManager,
RepositoryDefinitionManager repositoryDefinitionManager,
VariableDefinitionManager variableDefinitionManager,
BuildDefinitionManager buildDefinitionManager)
|
|
ImmutableJobImpl(Chain parent,
ChainStage stage,
Job job,
ArtifactDefinitionManager artifactDefinitionManager,
ArtifactSubscriptionManager artifactSubscriptionManager,
BuildLoggerManager buildLoggerManager,
LabelManager labelManager,
VariableDefinitionManager variableDefinitionManager,
TaskManager taskManager,
BuildExecutionManager buildExecutionManager,
ResultsSummaryManager resultsSummaryManager,
BuildDefinitionManager buildDefinitionManager)
|
|
ImmutablePlanManagerImpl(PlanManager planManager,
ResultsSummaryManager resultsSummaryManager,
ArtifactDefinitionManager artifactDefinitionManager,
ArtifactSubscriptionManager artifactSubscriptionManager,
BuildDefinitionManager buildDefinitionManager,
BuildLoggerManager buildLoggerManager,
CommentManager commentManager,
LabelManager labelManager,
RepositoryDefinitionManager repositoryDefinitionManager,
TaskManager taskManager,
TriggerManager triggerManager,
VariableDefinitionManager variableDefinitionManager,
BuildExecutionManager buildExecutionManager,
org.springframework.orm.hibernate.HibernateTemplate hibernateTemplate)
|
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(FilteringPlanManager planManager,
LabelManager labelManager)
|
Constructors in com.atlassian.bamboo.plugins.rest.model.project with parameters of type LabelManager | |
---|---|
RestProjectExpander(FilteringPlanManager 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(BambooPermissionManager bambooPermissionManager,
BambooUserManager bambooUserManager,
LabelManager labelManager,
PlanManager planManager,
VariableDefinitionManager variableDefinitionManager,
BranchDetectionService branchDetectionService,
PlanService planService)
|
|
ProjectResource(FilteringPlanManager planManager,
BambooUserManager bambooUserManager,
LabelManager labelManager,
ProjectManager projectManager,
PlanService planService)
|
Uses of LabelManager in com.atlassian.bamboo.plugins.rest.service |
---|
Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type LabelManager | |
---|---|
PlanServiceImpl(ChainBranchManager chainBranchManager,
DashboardCachingManager dashboardCachingManager,
LabelManager labelManager,
PlanExecutionManager planExecutionManager,
ResultsSummaryManager resultsSummaryManager)
|
|
ResultServiceImpl(BambooUserManager bambooUserManager,
ResultsSummaryManager resultsSummaryManager,
AdministrationConfigurationManager administrationConfigurationManager,
LabelManager labelManager,
CommentService commentService,
ProjectManager projectManager,
BuildExecutionManager buildExecutionManager,
BuildQueueManager buildQueueManager,
PlanManager planManager,
PlanExecutionManager planExecutionManager,
StageStatusHelper stageStatusHelper,
PlanExecutableAgentsHelper planExecutableAgentsHelper,
BuildLogFileAccessorFactory buildLogFileAccessorFactory,
ChainBranchManager chainBranchManager,
DashboardCachingManager dashboardCachingManager,
PlanService planService)
|
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.branch |
---|
Methods in com.atlassian.bamboo.ww2.actions.branch with parameters of type LabelManager | |
---|---|
void |
ViewChainBranches.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |