public static class

WatcherService.BulkWatchResult

extends Object
java.lang.Object
   ↳ com.atlassian.jira.bc.issue.watcher.WatcherService.BulkWatchResult

Class Overview

Used to return the result of a Bulk Watch or Bulk Unwatch operation.

Summary

Public Methods
Collection<Pair<IssueString>> getFailedIssues()
Returns the details of the issues that failed the bulk watch or unwatch procedure.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public Collection<Pair<IssueString>> getFailedIssues ()

Returns the details of the issues that failed the bulk watch or unwatch procedure.

Returns
  • a collection of Pair of type <Issue, String> - where each Pair contains the issue that failed the operation, and a user-visible i18ned error string containing the reason for the failure. If no issues failed then this will return an empty collection.