Uses of Interface
com.atlassian.jira.project.ProjectManager

Packages that use ProjectManager
com.atlassian.jira.charts.report   
com.atlassian.jira.component   
com.atlassian.jira.issue.context.manager   
com.atlassian.jira.issue.statistics   
com.atlassian.jira.plugin.componentpanel.impl   
com.atlassian.jira.web.action   
com.atlassian.jira.web.bean   
 

Uses of ProjectManager in com.atlassian.jira.charts.report
 

Constructors in com.atlassian.jira.charts.report with parameters of type ProjectManager
AbstractChartReport(JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, ProjectManager projectManager, SearchRequestService searchRequestService, ChartUtils chartUtils)
           
 

Uses of ProjectManager in com.atlassian.jira.component
 

Methods in com.atlassian.jira.component that return ProjectManager
static ProjectManager ComponentAccessor.getProjectManager()
           
 

Uses of ProjectManager in com.atlassian.jira.issue.context.manager
 

Methods in com.atlassian.jira.issue.context.manager that return ProjectManager
 ProjectManager JiraContextTreeManager.getProjectManager()
           
 

Constructors in com.atlassian.jira.issue.context.manager with parameters of type ProjectManager
JiraContextTreeManager(ProjectManager projectManager, ConstantsManager constantsManager)
           
 

Uses of ProjectManager in com.atlassian.jira.issue.statistics
 

Methods in com.atlassian.jira.issue.statistics that return ProjectManager
protected  ProjectManager ComponentStatisticsMapper.getProjectManager()
           
 

Constructors in com.atlassian.jira.issue.statistics with parameters of type ProjectManager
ProjectStatisticsMapper(ProjectManager projectManager)
           
ProjectStatisticsMapper(ProjectManager projectManager, SimpleFieldSearchConstants searchConstants)
           
ProjectStatisticsMapper(ProjectManager projectManager, String clauseName, String documentConstant)
           
 

Uses of ProjectManager in com.atlassian.jira.plugin.componentpanel.impl
 

Fields in com.atlassian.jira.plugin.componentpanel.impl declared as ProjectManager
protected  ProjectManager GenericTabPanel.projectManager
           
 

Constructors in com.atlassian.jira.plugin.componentpanel.impl with parameters of type ProjectManager
GenericTabPanel(ProjectManager projectManager, JiraAuthenticationContext authenticationContext)
          Deprecated. Use GenericTabPanel.GenericTabPanel(com.atlassian.jira.project.ProjectManager, com.atlassian.jira.security.JiraAuthenticationContext, com.atlassian.jira.web.FieldVisibilityManager) instead. Since v4.4.
GenericTabPanel(ProjectManager projectManager, JiraAuthenticationContext authenticationContext, FieldVisibilityManager fieldVisibilityManager)
           
 

Uses of ProjectManager in com.atlassian.jira.web.action
 

Fields in com.atlassian.jira.web.action declared as ProjectManager
protected  ProjectManager ProjectActionSupport.projectManager
           
 

Methods in com.atlassian.jira.web.action that return ProjectManager
 ProjectManager JiraWebActionSupport.getProjectManager()
           
 

Constructors in com.atlassian.jira.web.action with parameters of type ProjectManager
ProjectActionSupport(ProjectManager projectManager, PermissionManager permissionManager)
           
 

Uses of ProjectManager in com.atlassian.jira.web.bean
 

Constructors in com.atlassian.jira.web.bean with parameters of type ProjectManager
MoveIssueBean(ConstantsManager constantsManager, ProjectManager projectManager)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.