Class 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getTotal()  
      void pushIds​(org.apache.manifoldcf.connectorcommon.common.XThreadStringBuffer seedBuffer)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JiraQueryResults

        public JiraQueryResults()
    • Method Detail

      • getTotal

        public java.lang.Long getTotal()
      • pushIds

        public void pushIds​(org.apache.manifoldcf.connectorcommon.common.XThreadStringBuffer seedBuffer)
                     throws java.io.IOException,
                            java.lang.InterruptedException
        Throws:
        java.io.IOException
        java.lang.InterruptedException