Uses of Class
com.pyxis.greenhopper.jira.configurations.ProjectConfiguration

Packages that use ProjectConfiguration
com.atlassian.greenhopper.service.configuration   
com.atlassian.greenhopper.service.issue   
com.pyxis.greenhopper   
com.pyxis.greenhopper.jira.actions   
com.pyxis.greenhopper.jira.boards.context   
com.pyxis.greenhopper.jira.configurations   
com.pyxis.greenhopper.jira.configurations.context   
 

Uses of ProjectConfiguration in com.atlassian.greenhopper.service.configuration
 

Methods in com.atlassian.greenhopper.service.configuration that return ProjectConfiguration
 ProjectConfiguration ConfigurationService.getConfiguration(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.project.Project project)
          Get a Configuration object for a given project.
 ProjectConfiguration ConfigurationServiceImpl.getConfiguration(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.project.Project project)
           
 

Uses of ProjectConfiguration in com.atlassian.greenhopper.service.issue
 

Methods in com.atlassian.greenhopper.service.issue with parameters of type ProjectConfiguration
 IssueField IssueFieldServiceImpl.getDefaultSortField(com.atlassian.crowd.embedded.api.User user, ProjectConfiguration projectConfiguration)
          Get the default sort field for a project.
 IssueField IssueFieldService.getDefaultSortField(com.atlassian.crowd.embedded.api.User user, ProjectConfiguration projectConfiguration)
          Returns the default sort field for a project.
 FlagField IssueFieldServiceImpl.getFlagField(com.atlassian.crowd.embedded.api.User user, ProjectConfiguration projectConfiguration)
           
 FlagField IssueFieldService.getFlagField(com.atlassian.crowd.embedded.api.User user, ProjectConfiguration projectConfiguration)
          Gets the flagged field for an XProject
 java.util.Set<IssueField> IssueFieldServiceImpl.getRankingFields(com.atlassian.crowd.embedded.api.User user, ProjectConfiguration projectConfiguration)
          Get all ranking fields.
 java.util.Set<IssueField> IssueFieldService.getRankingFields(com.atlassian.crowd.embedded.api.User user, ProjectConfiguration projectConfiguration)
          Get all ranking fields for a project.
 IssueField IssueFieldServiceImpl.getSortField(com.atlassian.crowd.embedded.api.User user, ProjectConfiguration projectConfiguration, java.lang.String fieldId)
          Get the sort field for a given fieldId.
 IssueField IssueFieldService.getSortField(com.atlassian.crowd.embedded.api.User user, ProjectConfiguration projectConfiguration, java.lang.String fieldId)
          Get the sort field for a given fieldId.
 java.util.Set<IssueField> IssueFieldServiceImpl.getSortFields(com.atlassian.crowd.embedded.api.User user, ProjectConfiguration projectConfiguration)
          Get all sortable fields
 java.util.Set<IssueField> IssueFieldService.getSortFields(com.atlassian.crowd.embedded.api.User user, ProjectConfiguration projectConfiguration)
          Returns all fields that are sortable - thus which can be used in jql to sort the results.
 

Uses of ProjectConfiguration in com.pyxis.greenhopper
 

Methods in com.pyxis.greenhopper that return ProjectConfiguration
 ProjectConfiguration GreenHopperImpl.getConfiguration(com.atlassian.jira.project.Project project)
           
 ProjectConfiguration GreenHopper.getConfiguration(com.atlassian.jira.project.Project project)
           
 

Uses of ProjectConfiguration in com.pyxis.greenhopper.jira.actions
 

Methods in com.pyxis.greenhopper.jira.actions that return ProjectConfiguration
 ProjectConfiguration BoardAction.getConfigFor(java.lang.Long projectId)
           
 ProjectConfiguration BoardAction.getProjectConfig()
           
 

Uses of ProjectConfiguration in com.pyxis.greenhopper.jira.boards.context
 

Methods in com.pyxis.greenhopper.jira.boards.context that return ProjectConfiguration
 ProjectConfiguration DefaultBoardContext.getConfiguration()
           
 ProjectConfiguration BoardContext.getConfiguration()
          Retrieves the project configuration
 

Uses of ProjectConfiguration in com.pyxis.greenhopper.jira.configurations
 

Constructors in com.pyxis.greenhopper.jira.configurations with parameters of type ProjectConfiguration
ComponentAssociations(com.atlassian.crowd.embedded.api.User user, ProjectConfiguration projectConfiguration, com.atlassian.jira.project.Project project)
           
 

Uses of ProjectConfiguration in com.pyxis.greenhopper.jira.configurations.context
 

Constructors in com.pyxis.greenhopper.jira.configurations.context with parameters of type ProjectConfiguration
FilterOption(Context context, java.lang.String option, UserBoardsPreferences contextOwnerPreferences, ProjectConfiguration projectConfiguration)
           
 



Copyright © 2007-2014 Atlassian. All Rights Reserved.