Uses of Class
org.sourcelab.buildkite.api.client.response.Build
Packages that use Build
Package
Description
-
Uses of Build in org.sourcelab.buildkite.api.client
Methods in org.sourcelab.buildkite.api.client that return BuildModifier and TypeMethodDescriptionBuildkiteClient.cancelBuild(String organizationSlugId, String pipelineSlugId, long buildNumber) Cancels the build if its state is either scheduled or running.BuildkiteClient.createBuild(CreateBuildOptions createBuildOptions) Creates a new build to be executed.BuildkiteClient.createBuild(CreateBuildOptionsBuilder createBuildOptions) Creates a new build to be executed.BuildkiteClient.rebuildBuild(String organizationSlugId, String pipelineSlugId, long buildNumber) Retries a build.Methods in org.sourcelab.buildkite.api.client that return types with arguments of type BuildModifier and TypeMethodDescriptionRetrieve a specific build based on the filter criteria.BuildkiteClient.getBuild(GetBuildFilters filters) Retrieve a specific build based on the filter criteria.BuildkiteClient.getBuild(GetBuildFiltersBuilder filters) Retrieve a specific build based on the filter criteria. -
Uses of Build in org.sourcelab.buildkite.api.client.request
Methods in org.sourcelab.buildkite.api.client.request that return types with arguments of type BuildModifier and TypeMethodDescriptionCancelBuildRequest.getResponseParser()CreateBuildRequest.getResponseParser()GetBuildRequest.getResponseParser()RebuildBuildRequest.getResponseParser() -
Uses of Build in org.sourcelab.buildkite.api.client.response
Methods in org.sourcelab.buildkite.api.client.response that return types with arguments of type BuildModifier and TypeMethodDescriptionListBuildsResponse.getBuildById(String buildId) Given a build Id, return the build associated with the Id.ListBuildsResponse.getBuilds()All of the Builds returned from the API response.Constructor parameters in org.sourcelab.buildkite.api.client.response with type arguments of type BuildModifierConstructorDescriptionListBuildsResponse(PagingLinks pagingLinks, List<Build> builds, ListBuildsRequest originalRequest) Constructor. -
Uses of Build in org.sourcelab.buildkite.api.client.response.parser
Methods in org.sourcelab.buildkite.api.client.response.parser that return Build