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

Packages that use Project
com.atlassian.jira.bc.issue.attachment   
com.atlassian.jira.bc.issue.search   
com.atlassian.jira.bc.project   
com.atlassian.jira.bc.project.version   
com.atlassian.jira.bc.projectroles   
com.atlassian.jira.issue   
com.atlassian.jira.issue.changehistory   
com.atlassian.jira.issue.context   
com.atlassian.jira.issue.customfields.converters   
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.fields.config.manager   
com.atlassian.jira.issue.fields.layout.field   
com.atlassian.jira.plugin.webfragment.model   
com.atlassian.jira.project   
com.atlassian.jira.project.browse   
com.atlassian.jira.project.version   
com.atlassian.jira.scheme   
com.atlassian.jira.security   
com.atlassian.jira.security.roles   
com.atlassian.jira.user   
com.atlassian.jira.user.util   
com.atlassian.jira.web.action.util   
com.atlassian.jira.web.bean   
com.atlassian.jira.workflow   
 

Uses of Project in com.atlassian.jira.bc.issue.attachment
 

Methods in com.atlassian.jira.bc.issue.attachment with parameters of type Project
 boolean AttachmentService.canCreateAttachments(JiraServiceContext jiraServiceContext, Project project)
          Determines whether attachments are enabled in JIRA and that the user has the required permission (Permissions.CREATE_ATTACHMENT) to create an attachment for this project.
 

Uses of Project in com.atlassian.jira.bc.issue.search
 

Methods in com.atlassian.jira.bc.issue.search that return Project
 Project IssuePickerSearchService.IssuePickerParameters.getCurrentProject()
           
 

Constructors in com.atlassian.jira.bc.issue.search with parameters of type Project
IssuePickerSearchService.IssuePickerParameters(String query, String currentJQL, Issue currentIssue, Project currentProject, boolean showSubTasks, boolean showSubTaskParent, int limit)
          Constructor that takes all parameters
 

Uses of Project in com.atlassian.jira.bc.project
 

Methods in com.atlassian.jira.bc.project that return Project
 Project ProjectService.createProject(ProjectService.CreateProjectValidationResult createProjectValidationResult)
          Using the validation result from ProjectService.validateCreateProject(User, String, String, String, String, String, Long) a new project will be created.
 Project ProjectService.UpdateProjectValidationResult.getOriginalProject()
           
 Project ProjectService.AbstractProjectResult.getProject()
           
 Project ProjectService.updateProject(ProjectService.UpdateProjectValidationResult updateProjectValidationResult)
          Using the validation result from ProjectService.validateUpdateProject(User, String, String, String, String, String, Long) this method performs the actual update on the project.
 

Methods in com.atlassian.jira.bc.project that return types with arguments of type Project
 ServiceOutcome<List<Project>> ProjectService.getAllProjects(com.atlassian.crowd.embedded.api.User user)
          Used to retrieve a list of Project objects.
 ServiceOutcome<List<Project>> ProjectService.getAllProjectsForAction(com.atlassian.crowd.embedded.api.User user, ProjectAction action)
          Used to retrieve a list of Project objects.
 

Methods in com.atlassian.jira.bc.project with parameters of type Project
 boolean ProjectAction.hasPermission(PermissionManager manager, com.atlassian.crowd.embedded.api.User user, Project project)
           
 void ProjectService.updateProjectSchemes(ProjectService.UpdateProjectSchemesValidationResult result, Project project)
          Updates the project schemes for a particular project, given a validation result and project to update.
 

Constructors in com.atlassian.jira.bc.project with parameters of type Project
ProjectService.AbstractProjectResult(ErrorCollection errorCollection, Project project)
           
ProjectService.CreateProjectResult(ErrorCollection errorCollection, Project project)
           
ProjectService.DeleteProjectValidationResult(ErrorCollection errorCollection, Project project)
           
ProjectService.GetProjectResult(ErrorCollection errorCollection, Project project)
           
ProjectService.UpdateProjectValidationResult(ErrorCollection errorCollection, String name, String key, String description, String lead, String url, Long assigneeType, Long avatarId, Project originalProject)
           
 

Uses of Project in com.atlassian.jira.bc.project.version
 

Methods in com.atlassian.jira.bc.project.version that return Project
 Project VersionService.CreateVersionValidationResult.getProject()
           
 

Methods in com.atlassian.jira.bc.project.version with parameters of type Project
 VersionService.VersionResult VersionService.getVersionById(User user, Project project, Long versionId)
          Used to retrieve a Version object by version id within project specified by Project object.
 VersionService.VersionResult VersionService.getVersionById(com.atlassian.crowd.embedded.api.User user, Project project, Long versionId)
          Used to retrieve a Version object by version id within project specified by Project object.
 VersionService.VersionResult VersionService.getVersionByProjectAndName(User user, Project project, String versionName)
          Used to retrieve a Version object by version name within project specified by Project object.
 VersionService.VersionResult VersionService.getVersionByProjectAndName(com.atlassian.crowd.embedded.api.User user, Project project, String versionName)
          Used to retrieve a Version object by version name within project specified by Project object.
 VersionService.VersionsResult VersionService.getVersionsByProject(User user, Project project)
          Used to retrieve a Version collection within project specified by Project object.
 VersionService.VersionsResult VersionService.getVersionsByProject(com.atlassian.crowd.embedded.api.User user, Project project)
          Used to retrieve a Version collection within project specified by Project object.
 VersionService.CreateVersionValidationResult VersionService.validateCreateVersion(com.atlassian.crowd.embedded.api.User user, Project project, String versionName, Date releaseDate, String description, Long scheduleAfterVersion)
          This method needs to be called before creating a version to ensure all parameters are correct.
 VersionService.CreateVersionValidationResult VersionService.validateCreateVersion(User user, Project project, String versionName, String releaseDate, String description, Long scheduleAfterVersion)
          This method needs to be called before creating a version to ensure all parameters are correct.
 VersionService.CreateVersionValidationResult VersionService.validateCreateVersion(com.atlassian.crowd.embedded.api.User user, Project project, String versionName, String releaseDate, String description, Long scheduleAfterVersion)
          This method needs to be called before creating a version to ensure all parameters are correct.
 

Constructors in com.atlassian.jira.bc.project.version with parameters of type Project
VersionService.CreateVersionValidationResult(ErrorCollection errorCollection, Project project, String versionName, Date releaseDate, String description, Long scheduleAfterVersion)
           
 

Uses of Project in com.atlassian.jira.bc.projectroles
 

Methods in com.atlassian.jira.bc.projectroles that return types with arguments of type Project
 Collection<Project> ProjectRoleService.getProjectsContainingRoleActorByNameAndType(User currentUser, String name, String type, ErrorCollection errorCollection)
          Returns the Project's which contain a role actor of the specified name and type within any role.
 Collection<Project> ProjectRoleService.getProjectsContainingRoleActorByNameAndType(com.atlassian.crowd.embedded.api.User currentUser, String name, String type, ErrorCollection errorCollection)
          Returns the Project's which contain a role actor of the specified name and type within any role.
 

Methods in com.atlassian.jira.bc.projectroles with parameters of type Project
 void ProjectRoleService.addActorsToProjectRole(User currentUser, Collection<String> actors, ProjectRole projectRole, Project project, String actorType, ErrorCollection errorCollection)
          Will add project role actor associations for the given actors and checking the currentUser has the correct permissions to perform the update operation.
 void ProjectRoleService.addActorsToProjectRole(com.atlassian.crowd.embedded.api.User currentUser, Collection<String> actors, ProjectRole projectRole, Project project, String actorType, ErrorCollection errorCollection)
          Will add project role actor associations for the given actors and checking the currentUser has the correct permissions to perform the update operation.
 ProjectRoleActors ProjectRoleService.getProjectRoleActors(User currentUser, ProjectRole projectRole, Project project, ErrorCollection errorCollection)
          Will return a {@link ProjectRoleActors) for the given projectRole and project checking the currentUser has the correct permissions to perform the get operation.
 ProjectRoleActors ProjectRoleService.getProjectRoleActors(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, Project project, ErrorCollection errorCollection)
          Will return a {@link ProjectRoleActors) for the given projectRole and project checking the currentUser has the correct permissions to perform the get operation.
 boolean ProjectRoleService.hasProjectRolePermission(User currentUser, Project project)
          Will have permission to modify roles if they are a JIRA admin or, if in enterprise, the user is a project administrator.
 boolean ProjectRoleService.hasProjectRolePermission(com.atlassian.crowd.embedded.api.User currentUser, Project project)
          Will have permission to modify roles if they are a JIRA admin or, if in enterprise, the user is a project administrator.
 void ProjectRoleService.removeActorsFromProjectRole(User currentUser, Collection<String> actors, ProjectRole projectRole, Project project, String actorType, ErrorCollection errorCollection)
          Will remove project role actor associations for the given actors and checking the currentUser has the correct permissions to perform the update operation.
 void ProjectRoleService.removeActorsFromProjectRole(com.atlassian.crowd.embedded.api.User currentUser, Collection<String> actors, ProjectRole projectRole, Project project, String actorType, ErrorCollection errorCollection)
          Will remove project role actor associations for the given actors and checking the currentUser has the correct permissions to perform the update operation.
 void ProjectRoleService.removeAllRoleActorsByProject(User currentUser, Project project, ErrorCollection errorCollection)
          Will remove all role actors associated with the specified project.
 void ProjectRoleService.removeAllRoleActorsByProject(com.atlassian.crowd.embedded.api.User currentUser, Project project, ErrorCollection errorCollection)
          Will remove all role actors associated with the specified project.
 void ProjectRoleService.setActorsForProjectRole(com.atlassian.crowd.embedded.api.User currentUser, Map<String,Set<String>> newRoleActors, ProjectRole projectRole, Project project, ErrorCollection errorCollection)
          Will set the project role actor associations for the given newRoleActors and checking the currentUser has the correct permissions to perform the update operation.
 

Uses of Project in com.atlassian.jira.issue
 

Methods in com.atlassian.jira.issue that return Project
 Project Issue.getProjectObject()
          Gets the Project for this Issue.
 

Uses of Project in com.atlassian.jira.issue.changehistory
 

Method parameters in com.atlassian.jira.issue.changehistory with type arguments of type Project
 Collection<Issue> ChangeHistoryManager.findUserHistory(com.atlassian.crowd.embedded.api.User remoteUser, Collection<String> usernames, Collection<Project> projects, int maxResults)
          Find a list of issues that the given users have acted on with the option to limit the projects included in the search.
 Collection<Issue> ChangeHistoryManager.findUserHistory(User remoteUser, Collection<String> usernames, Collection<Project> projects, int maxResults)
          Deprecated. Please use ChangeHistoryManager.findUserHistory(com.atlassian.crowd.embedded.api.User, java.util.Collection, java.util.Collection, int) instead. Since v4.3
 

Uses of Project in com.atlassian.jira.issue.context
 

Methods in com.atlassian.jira.issue.context that return Project
 Project IssueContext.getProjectObject()
          Gets the Project for this IssueContext.
 

Uses of Project in com.atlassian.jira.issue.customfields.converters
 

Methods in com.atlassian.jira.issue.customfields.converters that return Project
 Project ProjectConverter.getProjectObject(Long projectId)
          Get the Project for the given ID.
 Project ProjectConverter.getProjectObject(String stringValue)
          Get the Project that this String value represents.
 

Methods in com.atlassian.jira.issue.customfields.converters with parameters of type Project
 String ProjectConverter.getString(Project project)
          Get the String value that represents the given Project.
 

Uses of Project in com.atlassian.jira.issue.fields
 

Methods in com.atlassian.jira.issue.fields with parameters of type Project
 boolean CustomField.isInScope(Project project, List<String> issueTypeIds)
          Determines if this custom field is within the scope of the given project, and list of Issue Types.
 

Uses of Project in com.atlassian.jira.issue.fields.config.manager
 

Methods in com.atlassian.jira.issue.fields.config.manager with parameters of type Project
 FieldConfigScheme IssueTypeSchemeManager.getConfigScheme(Project project)
          Returns a config scheme for a given project
 Collection<IssueType> IssueTypeSchemeManager.getIssueTypesForProject(Project project)
          Return the collection of issue types associated with this project
 Collection<IssueType> IssueTypeSchemeManager.getNonSubTaskIssueTypesForProject(Project project)
          Return the collection of issue types other than sub-tasks associated with this project.
 Collection<IssueType> IssueTypeSchemeManager.getSubTaskIssueTypesForProject(Project project)
          Return the collection of sub-task issue types associated with this project Join of the result of this method and IssueTypeSchemeManager.getNonSubTaskIssueTypesForProject(com.atlassian.jira.project.Project) produces the same result as a call to IssueTypeSchemeManager.getIssueTypesForProject(com.atlassian.jira.project.Project).
 

Uses of Project in com.atlassian.jira.issue.fields.layout.field
 

Methods in com.atlassian.jira.issue.fields.layout.field with parameters of type Project
 FieldConfigurationScheme FieldLayoutManager.getFieldConfigurationScheme(Project project)
          Retrieves the Field Configuration Scheme associated with the supplied project.
 FieldLayout FieldLayoutManager.getFieldLayout(Project project, String issueTypeId)
           
 List<Field> FieldLayout.getHiddenFields(Project project, List<String> issueTypeIds)
           
 List<Field> FieldLayout.getHiddenFields(com.atlassian.crowd.embedded.api.User remoteUser, Project project, List<String> issueTypeIds)
          Deprecated. Use FieldLayout.getHiddenFields(com.atlassian.jira.project.Project, java.util.List). Since v4.3
 List<FieldLayoutItem> FieldLayout.getRequiredFieldLayoutItems(Project project, List<String> issueTypes)
           
 Set<FieldLayout> FieldLayoutManager.getUniqueFieldLayouts(Project project)
          Retrieves all the FieldLayout's for a project.
 List<FieldLayoutItem> FieldLayout.getVisibleCustomFieldLayoutItems(Project project, List<String> issueTypes)
          Returns the list of Custom Fields in this Field Layout that are both visible and applicable to the given context (of project and Issue types).
 List<FieldLayoutItem> FieldLayout.getVisibleLayoutItems(com.atlassian.crowd.embedded.api.User remoteUser, Project project, List<String> issueTypes)
           
 

Uses of Project in com.atlassian.jira.plugin.webfragment.model
 

Methods in com.atlassian.jira.plugin.webfragment.model that return Project
 Project JiraHelper.getProjectObject()
           
 

Constructors in com.atlassian.jira.plugin.webfragment.model with parameters of type Project
JiraHelper(javax.servlet.http.HttpServletRequest request, Project project)
           
JiraHelper(javax.servlet.http.HttpServletRequest request, Project project, Map<String,Object> params)
           
 

Uses of Project in com.atlassian.jira.project
 

Methods in com.atlassian.jira.project that return Project
 Project ProjectManager.createProject(String name, String key, String description, String lead, String url, Long assigneeType)
          Creates the project in the database, and adds default project roles for this project.
 Project ProjectManager.createProject(String name, String key, String description, String lead, String url, Long assigneeType, Long avatarId)
          Creates the project in the database, and adds default project roles for this project.
 Project ProjectFactory.getProject(org.ofbiz.core.entity.GenericValue projectGV)
          Returns a project object that is backed by the given generic value.
 Project ProjectManager.getProjectObj(Long id)
          Retrieves a single Project by its id.
 Project ProjectManager.getProjectObjByKey(String projectKey)
          Returns a Project object based on the passed in project key.
 Project ProjectManager.getProjectObjByKeyIgnoreCase(String projectKey)
          Returns a Project object based ont he passed in project key, not taking into account the case of the project key.
 Project ProjectManager.getProjectObjByName(String projectName)
          Returns a Project object based on the passed in project name.
 Project ProjectManager.updateProject(Project originalProject, String name, String description, String lead, String url, Long assigneeType)
          Updates the project provided with the new attributes passed in.
 Project ProjectManager.updateProject(Project originalProject, String name, String description, String lead, String url, Long assigneeType, Long avatarId)
          Updates the project provided with the new attributes passed in.
 

Methods in com.atlassian.jira.project that return types with arguments of type Project
 List<Project> ProjectManager.convertToProjectObjects(Collection<Long> projectIds)
          Converts a collection of projectIds to a list of projects.
 List<Project> ProjectManager.getProjectObjects()
          Return all Projects ordered by name.
 Collection<Project> ProjectManager.getProjectObjectsFromProjectCategory(Long projectCategoryId)
          Returns a list of projects in a particular category.
 Collection<Project> ProjectManager.getProjectObjectsWithNoCategory()
          Returns a list of projects without project category, sorted by project name
 List<Project> ProjectFactory.getProjects(Collection<org.ofbiz.core.entity.GenericValue> projectGVs)
          Returns the collection of Project objects that are backed by the GenericValue objects in the given collection.
 Collection<Project> ProjectManager.getProjectsFromProjectCategory(ProjectCategory projectCategory)
          Returns a list of projects in a particular category.
 List<Project> ProjectManager.getProjectsLeadBy(com.atlassian.crowd.embedded.api.User leadUser)
          Returns all the projects that leadUser is the project lead for ordered by the name of the Project.
 

Methods in com.atlassian.jira.project with parameters of type Project
 com.atlassian.crowd.embedded.api.User ProjectManager.getDefaultAssignee(Project project, Collection<ProjectComponent> components)
          Gets the default assignee for an issue given its project and list of Components.
 com.atlassian.crowd.embedded.api.User ProjectManager.getDefaultAssignee(Project project, ProjectComponent component)
          Deprecated. Use ProjectManager.getDefaultAssignee(Project, java.util.Collection) which allows for multiple components. Since v4.4.
 long ProjectManager.getNextId(Project project)
          Get the next issue ID from this project (transactional).
 ProjectCategory ProjectManager.getProjectCategoryForProject(Project project)
          Returns a project's category.
 void ProjectManager.removeProject(Project project)
          Deletes the provided project from the database.
 void ProjectManager.removeProjectIssues(Project project)
          Removes all issues for a particular project.
 void ProjectManager.setProjectCategory(Project project, ProjectCategory category)
          Sets a project's category.
 Project ProjectManager.updateProject(Project originalProject, String name, String description, String lead, String url, Long assigneeType)
          Updates the project provided with the new attributes passed in.
 Project ProjectManager.updateProject(Project originalProject, String name, String description, String lead, String url, Long assigneeType, Long avatarId)
          Updates the project provided with the new attributes passed in.
 

Uses of Project in com.atlassian.jira.project.browse
 

Methods in com.atlassian.jira.project.browse that return Project
 Project BrowseContext.getProject()
          The current projecet being browsed.
 

Uses of Project in com.atlassian.jira.project.version
 

Methods in com.atlassian.jira.project.version that return Project
 Project Version.getProjectObject()
          Returns project this verion relates to.
 

Uses of Project in com.atlassian.jira.scheme
 

Methods in com.atlassian.jira.scheme that return types with arguments of type Project
 List<Project> SchemeManager.getProjects(Scheme scheme)
           
 

Methods in com.atlassian.jira.scheme with parameters of type Project
 void SchemeManager.addSchemeToProject(Project project, Scheme scheme)
           
 void SchemeManager.removeSchemesFromProject(Project project)
           
 

Uses of Project in com.atlassian.jira.security
 

Methods in com.atlassian.jira.security that return types with arguments of type Project
 Collection<Project> PermissionManager.getProjectObjects(int permissionId, com.atlassian.crowd.embedded.api.User user)
          Retrieve a list of project objects this user has the permission for
 Collection<Project> PermissionManager.getProjectObjects(int permissionId, User user)
          Deprecated. Please use PermissionManager.getProjectObjects(int, com.atlassian.crowd.embedded.api.User). Since v4.3
 

Methods in com.atlassian.jira.security with parameters of type Project
 Collection<com.atlassian.crowd.embedded.api.Group> PermissionManager.getAllGroups(int permissionId, Project project)
          Retrieve all groups that are used in the permission globally and in the project.
 boolean PermissionManager.hasPermission(int permissionsId, Project project, com.atlassian.crowd.embedded.api.User user)
          Checks whether the specified user has a specified permission within the context of a specified project.
 boolean PermissionManager.hasPermission(int permissionsId, Project project, User user)
          Deprecated. Please use PermissionManager.hasPermission(int, com.atlassian.jira.project.Project, com.atlassian.crowd.embedded.api.User). Since v4.3
 boolean PermissionManager.hasPermission(int permissionsId, Project project, com.atlassian.crowd.embedded.api.User user, boolean issueCreation)
          Checks whether the specified user has a specified permission within the context of a specified project.
 boolean PermissionManager.hasPermission(int permissionsId, Project project, User user, boolean issueCreation)
          Deprecated. Please use PermissionManager.hasPermission(int, com.atlassian.jira.project.Project, com.atlassian.crowd.embedded.api.User, boolean). Since v4.3
 

Uses of Project in com.atlassian.jira.security.roles
 

Methods in com.atlassian.jira.security.roles with parameters of type Project
 void ProjectRoleManager.applyDefaultsRolesToProject(Project project)
          This method will insert all the default roles into the role associations for the provided project.
 ProjectRoleActors ProjectRoleManager.getProjectRoleActors(ProjectRole projectRole, Project project)
          This method will retrieve the object that represents the actors associate with the given projectRole and project context
 Collection<ProjectRole> ProjectRoleManager.getProjectRoles(com.atlassian.crowd.embedded.api.User user, Project project)
          This will return all the ProjectRoles that the user is currently a member of for the given project.
 Collection<ProjectRole> ProjectRoleManager.getProjectRoles(User user, Project project)
          Deprecated. Please use ProjectRoleManager.getProjectRoles(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.project.Project). Since v4.3
 boolean ProjectRoleManager.isUserInProjectRole(com.atlassian.crowd.embedded.api.User user, ProjectRole projectRole, Project project)
          Returns true only if the given user is in the given project role for the given project.
 boolean ProjectRoleManager.isUserInProjectRole(User user, ProjectRole projectRole, Project project)
          Deprecated. Please use ProjectRoleManager.isUserInProjectRole(com.atlassian.crowd.embedded.api.User, ProjectRole, com.atlassian.jira.project.Project). Since v4.3
 void ProjectRoleManager.removeAllRoleActorsByProject(Project project)
          Will remove all role actors associated with the specified project.
 

Uses of Project in com.atlassian.jira.user
 

Methods in com.atlassian.jira.user that return Project
 Project UserProjectHistoryManager.getCurrentProject(int permission, com.atlassian.crowd.embedded.api.User user)
          Gets the last viewed project that the user visted and still has permission to see.
 Project UserProjectHistoryManager.getCurrentProject(int permission, User user)
          Gets the last viewed project that the user visted and still has permission to see.
 

Methods in com.atlassian.jira.user that return types with arguments of type Project
 List<Project> UserProjectHistoryManager.getProjectHistoryWithPermissionChecks(int permission, com.atlassian.crowd.embedded.api.User user)
          Deprecated. since 4.4, use {#getProjectHistoryWithPermissionChecks(ProjectAction, User)}
 List<Project> UserProjectHistoryManager.getProjectHistoryWithPermissionChecks(int permission, User user)
          Deprecated. since 4.4, use {#getProjectHistoryWithPermissionChecks(ProjectAction, User)}
 List<Project> UserProjectHistoryManager.getProjectHistoryWithPermissionChecks(ProjectAction projectAction, com.atlassian.crowd.embedded.api.User user)
          Retreive the user's project history queue.
 

Methods in com.atlassian.jira.user with parameters of type Project
 void UserProjectHistoryManager.addProjectToHistory(com.atlassian.crowd.embedded.api.User user, Project project)
          Add a Project to the user hsitory list.
 void UserProjectHistoryManager.addProjectToHistory(User user, Project project)
          Add a Project to the user hsitory list.
 

Uses of Project in com.atlassian.jira.user.util
 

Methods in com.atlassian.jira.user.util that return types with arguments of type Project
 Collection<Project> UserUtil.getProjectsLeadBy(com.atlassian.crowd.embedded.api.User user)
          Returns all the projects that leadUser is the project lead for.
 

Uses of Project in com.atlassian.jira.web.action.util
 

Methods in com.atlassian.jira.web.action.util with parameters of type Project
 List<IssueType> PopularIssueTypesUtil.getOtherIssueTypesForProject(Project project, com.atlassian.crowd.embedded.api.User user)
          Returns the set difference between all available issue types for a project, and the popular issue types for a project/user context.
 List<IssueType> PopularIssueTypesUtil.getOtherIssueTypesForProject(Project project, User user)
          Returns the set difference between all available issue types for a project, and the popular issue types for a project/user context.
 PopularIssueTypesUtil.PopularIssueTypesHolder PopularIssueTypesUtil.getPopularAndOtherIssueTypesForProject(Project project, com.atlassian.crowd.embedded.api.User user)
          Returns a holder that contains both - popular and other issue Types.
 PopularIssueTypesUtil.PopularIssueTypesHolder PopularIssueTypesUtil.getPopularAndOtherIssueTypesForProject(Project project, User user)
          Returns a holder that contains both - popular and other issue Types.
 List<IssueType> PopularIssueTypesUtil.getPopularIssueTypesForProject(Project project, com.atlassian.crowd.embedded.api.User user)
          Returns the most popular non-subtask issue types used for issue creation in the specified project and by the specified user, within a designated time frame.
 List<IssueType> PopularIssueTypesUtil.getPopularIssueTypesForProject(Project project, User user)
          Returns the most popular non-subtask issue types used for issue creation in the specified project and by the specified user, within a designated time frame.
 

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

Methods in com.atlassian.jira.web.bean that return Project
abstract  Project BulkEditBean.getTargetProject()
           
 

Uses of Project in com.atlassian.jira.workflow
 

Methods in com.atlassian.jira.workflow with parameters of type Project
 Map<String,String> WorkflowSchemeManager.getWorkflowMap(Project project)
          Returns a map representation of a workflow scheme for a passed project.
 String WorkflowSchemeManager.getWorkflowName(Project project, String issueType)
          Get the name of the workflow associated with the passed project and issue type.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.