Class | Description |
---|---|
JiraConfig | |
JiraIssue |
An instance of this class represents a Jira issue, and the parser hooks
needed to extract the data from the JSON event stream we use to parse it.
|
JiraJSONResponse |
An instance of this class represents a Jira JSON object, and the parser hooks
needed to understand it.
|
JiraQueryResults |
An instance of this class represents the results of a Jira query, and
the ability to parse the corresponding JSON response.
|
JiraRepositoryConnector | |
JiraRepositoryConnector.CheckConnectionThread | |
JiraRepositoryConnector.GetIssueThread | |
JiraRepositoryConnector.GetSeedsThread | |
JiraRepositoryConnector.GetUsersThread | |
JiraSession | |
JiraUserQueryResults |
An instance of this class represents the results of a Jira user query, and
the ability to parse the corresponding JSON response.
|
Messages |
Exception | Description |
---|---|
ResponseException |
This exception is thrown when the response from REST is not what
was expected.
|