Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
PipelineSchedule |
PipelineApi.createPipelineSchedule(Object projectIdOrPath,
PipelineSchedule pipelineSchedule)
create a pipeline schedule for a project.
|
PipelineSchedule |
PipelineApi.getPipelineSchedule(Object projectIdOrPath,
Integer pipelineScheduleId)
Get a specific pipeline schedule for project.
|
PipelineSchedule |
PipelineApi.takeOwnershipPipelineSchedule(Object projectIdOrPath,
Integer pipelineScheduleId)
Update the owner of the pipeline schedule of a project.
|
PipelineSchedule |
PipelineApi.updatePipelineSchedule(Object projectIdOrPath,
PipelineSchedule pipelineSchedule)
Modifies a pipeline schedule for project.
|
Modifier and Type | Method and Description |
---|---|
Optional<PipelineSchedule> |
PipelineApi.getOptionalPipelineSchedule(Object projectIdOrPath,
Integer pipelineScheduleId)
Get a specific pipeline schedule for project as an Optional instance.
|
List<PipelineSchedule> |
PipelineApi.getPipelineSchedules(Object projectIdOrPath)
Get a list of the project pipeline_schedules for the specified project.
|
Pager<PipelineSchedule> |
PipelineApi.getPipelineSchedules(Object projectIdOrPath,
int itemsPerPage)
Get Pager of project pipeline schedule.
|
List<PipelineSchedule> |
PipelineApi.getPipelineSchedules(Object projectIdOrPath,
int page,
int perPage)
Get list of project pipeline schedules in the specified page range.
|
Stream<PipelineSchedule> |
PipelineApi.getPipelineSchedulesStream(Object projectIdOrPath)
Get a Stream of the project pipeline schedule for the specified project.
|
Modifier and Type | Method and Description |
---|---|
PipelineSchedule |
PipelineApi.createPipelineSchedule(Object projectIdOrPath,
PipelineSchedule pipelineSchedule)
create a pipeline schedule for a project.
|
PipelineSchedule |
PipelineApi.updatePipelineSchedule(Object projectIdOrPath,
PipelineSchedule pipelineSchedule)
Modifies a pipeline schedule for project.
|
Copyright © 2020. All rights reserved.