Class ArchivedProjectService.ValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.project.ProjectService.AbstractProjectResult
com.atlassian.jira.project.archiving.ArchivedProjectService.ValidationResult
- All Implemented Interfaces:
ServiceOutcome<Project>
,ServiceResult
,Serializable
- Direct Known Subclasses:
ArchivedProjectService.ArchivingResult
- Enclosing interface:
- ArchivedProjectService
public static class ArchivedProjectService.ValidationResult
extends ProjectService.AbstractProjectResult
A simple object that holds the information about validating an archive/restore project operation. This object should not be
constructed directly, you should invoke the
ArchivedProjectService.validateArchiveProject(ApplicationUser, String)
or ArchivedProjectService.validateRestoreProject(ApplicationUser, String)
method
to obtain this.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidationResult
(ErrorCollection errorCollection, Project project) ValidationResult
(ErrorCollection errorCollection, String projectKey) -
Method Summary
Methods inherited from class com.atlassian.jira.bc.project.ProjectService.AbstractProjectResult
get, getProject, getReturnedValue
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.ServiceOutcome
fold
Methods inherited from interface com.atlassian.jira.bc.ServiceResult
getErrorCollection, getWarningCollection, hasWarnings, isValid
-
Constructor Details
-
ValidationResult
-
ValidationResult
-
-
Method Details
-
getProjectKey
-