Uses of Class
org.gitlab4j.api.models.PipelineSchedule
Packages that use PipelineSchedule
-
Uses of PipelineSchedule in org.gitlab4j.api
Methods in org.gitlab4j.api that return PipelineScheduleModifier and TypeMethodDescriptionPipelineApi.createPipelineSchedule
(Object projectIdOrPath, PipelineSchedule pipelineSchedule) create a pipeline schedule for a project.PipelineApi.getPipelineSchedule
(Object projectIdOrPath, Long pipelineScheduleId) Get a specific pipeline schedule for project.PipelineApi.takeOwnershipPipelineSchedule
(Object projectIdOrPath, Long pipelineScheduleId) Update the owner of the pipeline schedule of a project.PipelineApi.updatePipelineSchedule
(Object projectIdOrPath, PipelineSchedule pipelineSchedule) Modifies a pipeline schedule for project.Methods in org.gitlab4j.api that return types with arguments of type PipelineScheduleModifier and TypeMethodDescriptionPipelineApi.getOptionalPipelineSchedule
(Object projectIdOrPath, Long pipelineScheduleId) Get a specific pipeline schedule for project as an Optional instance.PipelineApi.getPipelineSchedules
(Object projectIdOrPath) Get a list of the project pipeline_schedules for the specified project.PipelineApi.getPipelineSchedules
(Object projectIdOrPath, int itemsPerPage) Get Pager of project pipeline schedule.PipelineApi.getPipelineSchedules
(Object projectIdOrPath, int page, int perPage) Get list of project pipeline schedules in the specified page range.PipelineApi.getPipelineSchedulesStream
(Object projectIdOrPath) Get a Stream of the project pipeline schedule for the specified project.Methods in org.gitlab4j.api with parameters of type PipelineScheduleModifier and TypeMethodDescriptionPipelineApi.createPipelineSchedule
(Object projectIdOrPath, PipelineSchedule pipelineSchedule) create a pipeline schedule for a project.PipelineApi.updatePipelineSchedule
(Object projectIdOrPath, PipelineSchedule pipelineSchedule) Modifies a pipeline schedule for project.