Class JiraUserQueryResults


  • public class JiraUserQueryResults
    extends JiraJSONResponse
    An instance of this class represents the results of a Jira user query, and the ability to parse the corresponding JSON response.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void getNames​(java.util.List<java.lang.String> nameBuffer)  
      • Methods inherited from class java.lang.Object

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

      • JiraUserQueryResults

        public JiraUserQueryResults()
    • Method Detail

      • getNames

        public void getNames​(java.util.List<java.lang.String> nameBuffer)