Uses of Class
org.sourcelab.buildkite.api.client.exception.BuildkiteException
Packages that use BuildkiteException
Package
Description
-
Uses of BuildkiteException in org.sourcelab.buildkite.api.client
Methods in org.sourcelab.buildkite.api.client that throw BuildkiteExceptionModifier and TypeMethodDescriptionbooleanBuildkiteClient.deleteAccessToken()Deletes/Revokes the current AccessToken.<T> TBuildkiteClient.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.BuildkiteClient.getAccessToken()Retrieve details about the current AccessToken.BuildkiteClient.getMeta()Retrieves metadata endpoint.BuildkiteClient.getOrganization(String organizationSlugId) Retrieve specific organization via its Organization slug id.BuildkiteClient.getPipeline(String organizationSlugId, String pipelineSlugId) Retrieve specific pipeline via its Organization and Pipeline Slug Ids.BuildkiteClient.getUser()Retrieves the current user associated with the current access token.BuildkiteClient.listOrganizations()Retrieve all Organizations accessible to the current user/API access token.BuildkiteClient.listOrganizations(OrganizationFilters filters) Retrieve all Organizations accessible to the current user/API access token.BuildkiteClient.listOrganizations(OrganizationFiltersBuilder filters) Retrieve all Organizations accessible to the current user/API access token.BuildkiteClient.listPipelines(String organizationSlugId) Retrieve all Pipelines accessible to the current user/API access token for the given Organization.BuildkiteClient.listPipelines(PipelineFilters filters) Retrieve all Pipelines accessible to the current user/API access token for the given Organization.BuildkiteClient.listPipelines(PipelineFiltersBuilder filters) Retrieve all Pipeline accessible to the current user/API access token for the given Organization.BuildkiteClient.ping()Make a 'test' or 'hello world' request to the Buildkite API. -
Uses of BuildkiteException in org.sourcelab.buildkite.api.client.exception
Subclasses of BuildkiteException in org.sourcelab.buildkite.api.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 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. -
Uses of BuildkiteException in org.sourcelab.buildkite.api.client.response
Methods in org.sourcelab.buildkite.api.client.response that return BuildkiteExceptionModifier and TypeMethodDescriptionMultipleRetriedJobsResults.getErrorByOriginalJobId(String originalJobId) Get the error associated with the original job id.Methods in org.sourcelab.buildkite.api.client.response that return types with arguments of type BuildkiteExceptionModifier and TypeMethodDescriptionMultipleRetriedJobsResults.getErrors()All the errors.MultipleRetriedJobsResults.getOriginalJobIdsMappedToErrors()Original Job Id mapped to the error associated with it.