Uses of Class
org.sourcelab.buildkite.api.client.response.Pipeline
Packages that use Pipeline
Package
Description
-
Uses of Pipeline in org.sourcelab.buildkite.api.client
Methods in org.sourcelab.buildkite.api.client that return types with arguments of type PipelineModifier and TypeMethodDescriptionBuildkiteClient.getPipeline(String organizationSlugId, String pipelineSlugId) Retrieve specific pipeline via its Organization and Pipeline Slug Ids. -
Uses of Pipeline in org.sourcelab.buildkite.api.client.request
Methods in org.sourcelab.buildkite.api.client.request that return types with arguments of type Pipeline -
Uses of Pipeline in org.sourcelab.buildkite.api.client.response
Methods in org.sourcelab.buildkite.api.client.response that return PipelineMethods in org.sourcelab.buildkite.api.client.response that return types with arguments of type PipelineModifier and TypeMethodDescriptionListPipelinesResponse.getPipelineById(String pipelineId) Given an pipeline Id, return the pipeline associated with the Id.ListPipelinesResponse.getPipelineByName(String pipelineName) Given an pipeline name, return the pipeline associated with the Name.ListPipelinesResponse.getPipelineBySlug(String slug) Given an organization slug, return the organization associated with the slug.ListPipelinesResponse.getPipelines()All of the Pipelines returned from the API response.Constructors in org.sourcelab.buildkite.api.client.response with parameters of type PipelineModifierConstructorDescriptionBuild(String id, String graphqlId, String url, String webUrl, long number, String state, boolean blocked, String message, String commit, String branch, String source, ZonedDateTime createdAt, ZonedDateTime scheduledAt, ZonedDateTime startedAt, ZonedDateTime finishedAt, Author author, Creator creator, Pipeline pipeline, List<Job> jobs, RebuiltFrom rebuiltFrom, PullRequest pullRequest) Constructor.Constructor parameters in org.sourcelab.buildkite.api.client.response with type arguments of type PipelineModifierConstructorDescriptionListPipelinesResponse(PagingLinks pagingLinks, List<Pipeline> pipelines, ListPipelinesRequest originalRequest) Constructor. -
Uses of Pipeline in org.sourcelab.buildkite.api.client.response.parser
Methods in org.sourcelab.buildkite.api.client.response.parser that return Pipeline