public interface OntrackGitHubClient
| Modifier and Type | Method and Description |
|---|---|
GitHubIssue |
getIssue(java.lang.String repository,
int id)
Gets an issue from a repository.
|
java.util.List<java.lang.String> |
getRepositories()
Gets the list of repositories available using this client.
|
GitHubIssue getIssue(java.lang.String repository, int id)
repository - Repository name, like nemerosa/ontrackid - ID of the issuejava.util.List<java.lang.String> getRepositories()