| Package | Description |
|---|---|
| org.gitlab4j.api | |
| org.gitlab4j.api.models |
| Modifier and Type | Method and Description |
|---|---|
Pager<Deployment> |
DeploymentsApi.getProjectDeployments(Object projectIdOrPath,
DeploymentFilter filter)
Get a Pager of all deployments for the specified project.
|
Pager<Deployment> |
DeploymentsApi.getProjectDeployments(Object projectIdOrPath,
DeploymentFilter filter,
int itemsPerPage)
Get a Pager of all deployments for the specified project.
|
Stream<Deployment> |
DeploymentsApi.getProjectDeploymentsStream(Object projectIdOrPath,
DeploymentFilter filter)
Get a Stream of all deployments for the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentFilter |
DeploymentFilter.withEnvironment(String environment) |
DeploymentFilter |
DeploymentFilter.withFinishedAfter(Date finishedAfter) |
DeploymentFilter |
DeploymentFilter.withFinishedBefore(Date finishedBefore) |
DeploymentFilter |
DeploymentFilter.withOrderBy(Constants.DeploymentOrderBy orderBy) |
DeploymentFilter |
DeploymentFilter.withSortOrder(Constants.SortOrder sortOrder) |
DeploymentFilter |
DeploymentFilter.withStatus(Constants.DeploymentStatus status) |
Copyright © 2021. All rights reserved.