Uses of Class
org.sourcelab.github.client.exception.GithubException
Packages that use GithubException
-
Uses of GithubException in org.sourcelab.github.client
Methods in org.sourcelab.github.client that throw GithubExceptionModifier and TypeMethodDescriptionbooleanGithubClient.cancelWorkflow(CancelWorkflowOptions options) Cancel a Workflow.<T> TGithubClient.executeRequest(Request<T> request) Execute the given request, returning the parsed response, or throwing the appropriate exception if an error was returned from the API.GithubClient.getAuthenticatedUser()Get the currently authenticated user.GithubClient.getJobsForWorkflowRun(WorkflowJobFilterCriteria options) Get runs for a given workflow..GithubClient.getRunsForWorkflow(WorkflowRunFilterCriteria options) Get runs for a given workflow..GithubClient.getWorkflowRunsForRepository(WorkflowRunFilterCriteria options) Get runs for a given repository.GithubClient.getWorkflowsForRepository(WorkflowFilterCriteria options) Get workflows for a given repository.<T> TGithubClient.nextPage(PageableResponse<T> response) Retrieve the next page of results from the previously retrieved request.GithubClient.octoCat()Make a 'test' or 'hello world' request to the Github API.booleanGithubClient.rerunJobFromWorkflow(RerunJobFromWorkflowOptions options) Request a re-run of a specific job Id for a given workflow.GithubClient.rerunJobsFromWorkflow(RerunJobsFromWorkflowOptions options) Request a re-run of a specific job Id for a given workflow.booleanGithubClient.rerunWorkflow(RerunWorkflowOptions options) Re-run a Workflow.GithubClient.userRepos(UserReposFilterCriteria options) Get current authenticated user's repositories. -
Uses of GithubException in org.sourcelab.github.client.exception
Subclasses of GithubException in org.sourcelab.github.client.exceptionModifier and TypeClassDescriptionclassThrown if a builder fails validation or is not complete.classThrown if something goes wrong during the HttpRequest to the Buildkite API.classThrown if the API responds with an invalid access token error.classThrown if the API was requested from an IP address not specifically allowed by the API Token.classThrown if requested to access a page that is not linked.classThrown if the API was requested from an IP address not specifically allowed by the API Token.classThrown if request submitted to API comes back as invalid.classThrown if the API responds with a 404 http code.classThrown if the library is unable to serialize a request body.classThrown if the API responds with content that is unable to be parsed.