Uses of Class
com.atlassian.bamboo.plugins.github.GitHubException
Packages that use GitHubException
Package
Description
-
Uses of GitHubException in com.atlassian.bamboo.plugins.git.rest.resource
Methods in com.atlassian.bamboo.plugins.git.rest.resource that throw GitHubExceptionModifier and TypeMethodDescriptionprotected @NotNull GitHubAccessorGitHubResource.getGitHubAccessor(GithubAccessCredentials accessCredentials, String apiBaseUrl) protected @NotNull GitHubAccessorGitHubResource.getGitHubAccessor(GithubAccessCredentials accessCredentials, String apiBaseUrl, String owner, String repo) -
Uses of GitHubException in com.atlassian.bamboo.plugins.github.accessor
Methods in com.atlassian.bamboo.plugins.github.accessor that throw GitHubExceptionModifier and TypeMethodDescriptionprotected voidGitHubAccessor.checkIfBaseUrlIsAllowed()booleanGitHubAccessor.commentOnCommit(String commitId, VcsRepositoryData repositoryData, String message) Adds a comment to a commit.GitHubAccessorFactory.create(@NotNull GithubAccessCredentials accessCredentials, @NotNull String apiBaseUrl) Creates a GitHubAccessor instance based on the provided access credentials and API base URL.GitHubAccessorFactory.create(@NotNull GithubAccessCredentials accessCredentials, @NotNull String apiBaseUrl, @NotNull String owner, @NotNull String repo) Creates a GitHubAccessor instance based on the provided access credentials, API base URL, repository owner, and repository name.GitHubAccessor.createWebhook(@NotNull String owner, @NotNull String repo, @NotNull String bambooEntrypoint) Creates a webhook for the specified repository.voidGitHubAccessorWithBasicAuth.deleteComment(String repo, String commentId) voidGitHubAccessor.destroyWebhook(@NotNull String owner, @NotNull String repo, @NotNull String webhookId) Destroys a webhook for the specified repository.GitHubAccessor.foldArrayAndSort(org.json.JSONArray repoJson, String field) GitHubAccessor.foldIntegerArrayAndSort(org.json.JSONArray repoJson, String field) GitHubAccessor.getAccessibleRepositories()Retrieves a list of accessible repositories.GitHubAccessorWithBasicAuth.getAccessibleRepositories()GitHubAccessorWithTokenAuth.getAccessibleRepositories()GitHubAccessorWithBasicAuth.getAccessibleRepositoriesAndBranches()GitHubAccessor.getBranches(String userRepo) Retrieves a list of branches for the specified repository.GitHubAccessorWithBasicAuth.getCommentIds(String repo, String commitId) GitHubAccessor.getCommits(String owner, String repo) GitHubAccessorWithBasicAuth.getCommits(String repo) protected <M extends org.apache.http.client.methods.HttpRequestBase>
Pair<org.json.JSONArray, Multimap<String, String>> GitHubAccessor.getJSONArrayResponseFromUrl(@NotNull String url, @NotNull Consumer<RESTCall<M>> authenticationProvider, @NotNull Optional<String> nestedArrayFieldToAccess) GitHubAccessorWithBasicAuth.getOrganisationRepositories(String org) protected <T,M extends org.apache.http.client.methods.HttpRequestBase>
List<T> GitHubAccessor.getPageableResults(@NotNull GitHubAccessor.ParserFunction<org.json.JSONArray, List<T>> parser, @NotNull String endpoint, @NotNull Consumer<RESTCall<M>> authenticationProvider, @NotNull Optional<String> nestedArrayField) GitHubAccessor.getPullRequests(VcsRepositoryData repositoryData) Retrieves a list of pull requests for the specified repository.GitHubAccessorWithBasicAuth.getUserOrganisations()GitHubAccessorWithBasicAuth.getUserRepositories()GitHubAccessor.getWebhooks(@NotNull String owner, @NotNull String repo) Retrieves a list of webhooks for the specified repository.booleanGitHubAccessor.sendBuildStatus(String commitId, VcsRepositoryData repositoryData, Map<String, String> payload) Sends a build status for a commit.