Class ArchivedProjectService.ArchivingResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.project.ProjectService.AbstractProjectResult
com.atlassian.jira.project.archiving.ArchivedProjectService.ValidationResult
com.atlassian.jira.project.archiving.ArchivedProjectService.ArchivingResult
- All Implemented Interfaces:
ServiceOutcome<Project>
,ServiceResult
,Serializable
- Enclosing interface:
- ArchivedProjectService
public static class ArchivedProjectService.ArchivingResult
extends ArchivedProjectService.ValidationResult
A simple object that holds the information about an project archive/restore operation. This object should not be constructed
directly.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.jira.project.archiving.ArchivedProjectService.ValidationResult
getProjectKey
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
-
ArchivingResult
-