Class JiraQueryResults
- java.lang.Object
-
- org.apache.manifoldcf.crawler.connectors.jira.JiraJSONResponse
-
- org.apache.manifoldcf.crawler.connectors.jira.JiraQueryResults
-
public class JiraQueryResults extends JiraJSONResponse
An instance of this class represents the results of a Jira query, and the ability to parse the corresponding JSON response.
-
-
Field Summary
-
Fields inherited from class org.apache.manifoldcf.crawler.connectors.jira.JiraJSONResponse
object
-
-
Constructor Summary
Constructors Constructor Description JiraQueryResults()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetTotal()voidpushIds(org.apache.manifoldcf.connectorcommon.common.XThreadStringBuffer seedBuffer)-
Methods inherited from class org.apache.manifoldcf.crawler.connectors.jira.JiraJSONResponse
acceptJSONObject
-
-