Uses of Class
org.gitlab4j.api.models.Deployment
Packages that use Deployment
-
Uses of Deployment in org.gitlab4j.api
Methods in org.gitlab4j.api that return DeploymentModifier and TypeMethodDescriptionDeploymentsApi.addDeployment
(Object projectIdOrPath, String environment, String sha, String ref, Boolean tag, Constants.DeploymentStatus status) Creates a new deployment for a project.DeploymentsApi.getDeployment
(Object projectIdOrPath, Long deploymentId) Get a specific deployment.DeploymentsApi.updateDeployment
(Object projectIdOrPath, Long deploymentId, Constants.DeploymentStatus status) Updates an existing project deploy key.Methods in org.gitlab4j.api that return types with arguments of type DeploymentModifier and TypeMethodDescriptionDeploymentsApi.getOptionalDeployment
(Object projectIdOrPath, Long deploymentId) Get a specific deployment as an Optional instance.DeploymentsApi.getProjectDeployments
(Object projectIdOrPath) Get a list of deployments for the specified project.DeploymentsApi.getProjectDeployments
(Object projectIdOrPath, int itemsPerPage) Get a Pager of all deployments for the specified project.DeploymentsApi.getProjectDeployments
(Object projectIdOrPath, DeploymentFilter filter) Get a Pager of all deployments for the specified project.DeploymentsApi.getProjectDeployments
(Object projectIdOrPath, DeploymentFilter filter, int itemsPerPage) Get a Pager of all deployments for the specified project.DeploymentsApi.getProjectDeploymentsStream
(Object projectIdOrPath) Get a Stream of all deployments for the specified project.DeploymentsApi.getProjectDeploymentsStream
(Object projectIdOrPath, DeploymentFilter filter) Get a Stream of all deployments for the specified project. -
Uses of Deployment in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return DeploymentMethods in org.gitlab4j.api.models with parameters of type Deployment