Uses of Class
com.circleci.client.v2.model.PipelineLight
-
Packages that use PipelineLight Package Description com.circleci.client.v2.api com.circleci.client.v2.model -
-
Uses of PipelineLight in com.circleci.client.v2.api
Methods in com.circleci.client.v2.api that return PipelineLight Modifier and Type Method Description PipelineLightDefaultApi. triggerPipeline(String projectSlug, String xAttributionLogin, String xAttributionActorId, TriggerPipelineParameters triggerPipelineParameters)Trigger a new pipeline Triggers a new pipeline on the project.Methods in com.circleci.client.v2.api that return types with arguments of type PipelineLight Modifier and Type Method Description ApiResponse<PipelineLight>DefaultApi. triggerPipelineWithHttpInfo(String projectSlug, String xAttributionLogin, String xAttributionActorId, TriggerPipelineParameters triggerPipelineParameters)Trigger a new pipeline Triggers a new pipeline on the project. -
Uses of PipelineLight in com.circleci.client.v2.model
Methods in com.circleci.client.v2.model that return PipelineLight Modifier and Type Method Description PipelineLightPipelineLight. createdAt(OffsetDateTime createdAt)PipelineLightPipelineLight. id(UUID id)PipelineLightPipelineLight. number(Long number)PipelineLightPipelineLight. state(PipelineLight.StateEnum state)
-