Package com.atlassian.jira.bc.issue
Class IssueService.AsynchronousTaskResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.issue.IssueService.AsynchronousTaskResult
- All Implemented Interfaces:
ServiceResult,Serializable
- Enclosing interface:
IssueService
A simple object that holds the information about an asynchronous issue operation. This object should not be constructed
directly.
- Since:
- 7.1.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAsynchronousTaskResult(Long taskId) AsynchronousTaskResult(Long taskId, ErrorCollection errors) -
Method Summary
Methods 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
-
AsynchronousTaskResult
-
AsynchronousTaskResult
-
-
Method Details
-
getTaskId
-