Package com.atlassian.jira.bc.project
Class ProjectService.CreateProjectValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.project.ProjectService.CreateProjectValidationResult
- All Implemented Interfaces:
ServiceResult
,Serializable
- Enclosing interface:
- ProjectService
@PublicApi
public static class ProjectService.CreateProjectValidationResult
extends ServiceResultImpl
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreateProjectValidationResult
(ErrorCollection errorCollection) CreateProjectValidationResult
(ErrorCollection errorCollection, ApplicationUser user, ProjectCreationData projectCreationData) CreateProjectValidationResult
(ErrorCollection errorCollection, ApplicationUser user, ProjectCreationData projectCreationData, Optional<Long> existingProjectId) -
Method Summary
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
-
CreateProjectValidationResult
-
CreateProjectValidationResult
@Internal public CreateProjectValidationResult(ErrorCollection errorCollection, ApplicationUser user, ProjectCreationData projectCreationData) -
CreateProjectValidationResult
public CreateProjectValidationResult(ErrorCollection errorCollection, ApplicationUser user, ProjectCreationData projectCreationData, Optional<Long> existingProjectId)
-
-
Method Details
-
getProjectCreationData
-
getUser
-
getExistingProjectId
-