public class AgileClient extends Object
| Constructor and Description |
|---|
AgileClient(JiraClient jira)
Creates an Agile client.
|
| Modifier and Type | Method and Description |
|---|---|
Board |
getBoard(long id)
Retrieves the board with the given ID.
|
List<Board> |
getBoards()
Retrieves all boards visible to the session user.
|
Epic |
getEpic(long id)
Retrieves the epic with the given ID.
|
Issue |
getIssue(long id)
Retrieves the issue with the given ID.
|
Issue |
getIssue(String key)
Retrieves the issue with the given Key.
|
RestClient |
getRestclient() |
Sprint |
getSprint(long id)
Retrieves the sprint with the given ID.
|
public AgileClient(JiraClient jira)
jira - JIRA clientpublic Board getBoard(long id) throws JiraException
id - Board IDJiraException - when something goes wrongpublic List<Board> getBoards() throws JiraException
JiraException - when something goes wrongpublic Sprint getSprint(long id) throws JiraException
id - Sprint IDJiraException - when something goes wrongpublic Issue getIssue(long id) throws JiraException
id - Issue IDJiraException - when something goes wrongpublic Issue getIssue(String key) throws JiraException
key - Issue KeyJiraException - when something goes wrongpublic Epic getEpic(long id) throws JiraException
id - Epic IDJiraException - when something goes wrongpublic RestClient getRestclient()
Copyright © 2022. All rights reserved.