public class

ProjectValidateResource

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.v2.issue.ProjectValidateResource

Summary

Fields
public static final ErrorCollection DOC_EXAMPLE
Public Constructors
ProjectValidateResource(ProjectService projectService, JiraAuthenticationContext authContext)
Public Methods
Response getProject(String key)
Validates a project key.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final ErrorCollection DOC_EXAMPLE

Public Constructors

public ProjectValidateResource (ProjectService projectService, JiraAuthenticationContext authContext)

Public Methods

public Response getProject (String key)

Validates a project key.

Parameters
key the project key
Returns
  • an ErrorCollection containing any errors. If the project key is valid, the ErrorCollection will be empty.