Package com.atlassian.jira.bc.project
Class ProjectService.AbstractProjectValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.project.ProjectService.AbstractProjectValidationResult
- All Implemented Interfaces:
ServiceResult,Serializable
- Direct Known Subclasses:
ProjectService.UpdateProjectValidationResult
- Enclosing interface:
ProjectService
@PublicApi
public abstract static class ProjectService.AbstractProjectValidationResult
extends ServiceResultImpl
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractProjectValidationResult(ErrorCollection errorCollection) AbstractProjectValidationResult(ErrorCollection errorCollection, String name, String key, String description, String leadName, String url, Long assigneeType, Long avatarId, boolean keyChanged, ApplicationUser user) -
Method Summary
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, getWarningCollection, isValidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.bc.ServiceResult
hasWarnings
-
Constructor Details
-
AbstractProjectValidationResult
-
AbstractProjectValidationResult
@Internal public AbstractProjectValidationResult(ErrorCollection errorCollection, String name, String key, String description, String leadName, String url, Long assigneeType, Long avatarId, boolean keyChanged, ApplicationUser user)
-
-
Method Details
-
getName
-
getKey
-
getDescription
-
getLeadUsername
-
getLead
Deprecated.UsegetLeadUsername()instead. Since v6.0.- Returns:
- the username of the requested project lead
-
getUrl
-
getAssigneeType
-
getAvatarId
-
isKeyChanged
@ExperimentalApi public boolean isKeyChanged() -
getUser
- Returns:
- the user that initiated the action
- Since:
- v6.1
-
getLeadUsername()instead.