Class ValidateData
java.lang.Object
com.atlassian.jira.project.template.hook.ValidateData
Request object for the "validate project" hook.
- Since:
- 7.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlead()Returns the project lead, if specified.Returns the project key.Returns the project name.
-
Constructor Details
-
ValidateData
-
-
Method Details
-
projectName
Returns the project name.- Returns:
- project name
-
projectKey
Returns the project key.- Returns:
- project key
-
lead
Returns the project lead, if specified.- Returns:
- an ApplicationUser
-