Package com.atlassian.jira.bc.project
Class ProjectService.UpdateProjectValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.project.ProjectService.AbstractProjectValidationResult
com.atlassian.jira.bc.project.ProjectService.UpdateProjectValidationResult
- All Implemented Interfaces:
ServiceResult
,Serializable
- Enclosing interface:
- ProjectService
@PublicApi
public static class ProjectService.UpdateProjectValidationResult
extends ProjectService.AbstractProjectValidationResult
- See Also:
-
Constructor Summary
ConstructorDescriptionUpdateProjectValidationResult
(ErrorCollection errorCollection) UpdateProjectValidationResult
(ErrorCollection errorCollection, String name, String key, String description, String lead, String url, Long assigneeType, Long avatarId, Project originalProject) Deprecated.UpdateProjectValidationResult
(ErrorCollection errorCollection, String name, String key, String description, String leadUsername, String url, Long assigneeType, Long avatarId, Project originalProject, boolean keyChanged, ApplicationUser user) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.atlassian.jira.bc.project.ProjectService.AbstractProjectValidationResult
getAssigneeType, getAvatarId, getDescription, getKey, getLead, getLeadUsername, getName, getUrl, getUser, isKeyChanged
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, getWarningCollection, isValid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.bc.ServiceResult
hasWarnings
-
Constructor Details
-
UpdateProjectValidationResult
-
UpdateProjectValidationResult
@Deprecated @Internal public UpdateProjectValidationResult(ErrorCollection errorCollection, String name, String key, String description, String lead, String url, Long assigneeType, Long avatarId, Project originalProject) Deprecated. -
UpdateProjectValidationResult
@Deprecated @Internal public UpdateProjectValidationResult(ErrorCollection errorCollection, String name, String key, String description, String leadUsername, String url, Long assigneeType, Long avatarId, Project originalProject, boolean keyChanged, ApplicationUser user) Deprecated.
-
-
Method Details
-
getOriginalProject
-
getUpdateProjectRequest
-