Package | Description |
---|---|
com.atlassian.jira.application |
Package for JIRA Application API.
|
com.atlassian.jira.project.type |
Package containing APIs to access project types.
|
com.atlassian.jira.web.action.browser | |
com.atlassian.jira.web.action.project |
Modifier and Type | Method and Description |
---|---|
Iterable<ProjectType> |
JiraPluginApplicationMetaData.getProjectTypes() |
Iterable<ProjectType> |
JiraApplication.getProjectTypes() |
Constructor and Description |
---|
JiraApplication(com.atlassian.application.api.Application application,
Iterable<ProjectType> projectTypes) |
JiraPluginApplicationMetaData(com.atlassian.application.host.plugin.PluginApplicationMetaData applicationMetaData,
Iterable<ProjectType> projectTypes) |
Modifier and Type | Method and Description |
---|---|
ProjectType |
ProjectTypeManagerImpl.getInaccessibleProjectType() |
ProjectType |
ProjectTypeManager.getInaccessibleProjectType()
Returns a project type with information to be displayed to users when a specific project type is not accessible.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<ProjectType> |
ProjectTypeManagerImpl.getAccessibleProjectType(ApplicationUser user,
ProjectTypeKey key) |
com.atlassian.fugue.Option<ProjectType> |
ProjectTypeManager.getAccessibleProjectType(ApplicationUser user,
ProjectTypeKey key)
Returns the project type with the given key, if it is accessible for the given user.
|
com.atlassian.fugue.Option<ProjectType> |
ProjectTypeManagerImpl.getAccessibleProjectType(ProjectTypeKey key) |
com.atlassian.fugue.Option<ProjectType> |
ProjectTypeManager.getAccessibleProjectType(ProjectTypeKey key)
Returns the project type with the given key, if it is accessible.
|
List<ProjectType> |
ProjectTypeManagerImpl.getAllAccessibleProjectTypes() |
List<ProjectType> |
ProjectTypeManager.getAllAccessibleProjectTypes()
Returns all the accessible project types defined on the JIRA instance sorted by weight.
|
List<ProjectType> |
ProjectTypeManagerImpl.getAllProjectTypes() |
List<ProjectType> |
ProjectTypeManager.getAllProjectTypes()
Returns all the project types defined on the JIRA instance sorted by weight not taking into account whether
the license to use those project types is valid or not.
|
List<ProjectType> |
BrowseProjectTypeManagerImpl.getAllProjectTypes(ApplicationUser user) |
List<ProjectType> |
BrowseProjectTypeManager.getAllProjectTypes(ApplicationUser user) |
com.atlassian.fugue.Option<ProjectType> |
ProjectTypeManagerImpl.getByKey(ProjectTypeKey key) |
com.atlassian.fugue.Option<ProjectType> |
ProjectTypeManager.getByKey(ProjectTypeKey key)
Returns the project type with the given key, if it is present on the JIRA instance.
|
Modifier and Type | Method and Description |
---|---|
static ProjectTypeBean |
ProjectTypeBean.create(ProjectType projectType) |
Modifier and Type | Method and Description |
---|---|
ProjectType |
ViewProjects.getProjectType(ProjectTypeKey projectTypeKey) |
Copyright © 2002-2016 Atlassian. All Rights Reserved.