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