public class ProjectTypeResource extends Object
Constructor and Description |
---|
ProjectTypeResource(ProjectTypeManager projectTypeManager,
JiraAuthenticationContext authenticationContext) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getAccessibleProjectTypeByKey(String projectTypeKey)
Returns the project type with the given key, if it is accessible to the logged in user.
|
javax.ws.rs.core.Response |
getAllProjectTypes()
Returns all the project types defined on the Jira instance, not taking into account whether
the license to use those project types is valid or not.
|
javax.ws.rs.core.Response |
getProjectTypeByKey(String projectTypeKey)
Returns the project type with the given key.
|
public ProjectTypeResource(ProjectTypeManager projectTypeManager, JiraAuthenticationContext authenticationContext)
public javax.ws.rs.core.Response getAllProjectTypes()
public javax.ws.rs.core.Response getProjectTypeByKey(String projectTypeKey)
public javax.ws.rs.core.Response getAccessibleProjectTypeByKey(String projectTypeKey)
Copyright © 2002-2023 Atlassian. All Rights Reserved.