Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method and Description |
---|---|
List<Pipeline> |
PipelineApi.getPipelines(int projectId,
Constants.PipelineScope scope,
PipelineStatus status,
String ref,
boolean yamlErrors,
String name,
String username,
Constants.PipelineOrderBy orderBy,
Constants.SortOrder sort)
Get a list of pipelines in a project.
|
Modifier and Type | Method and Description |
---|---|
static PipelineStatus |
PipelineStatus.forValue(String value) |
PipelineStatus |
Pipeline.getStatus() |
static PipelineStatus |
PipelineStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipelineStatus[] |
PipelineStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Pipeline.setStatus(PipelineStatus status) |
Copyright © 2017. All rights reserved.