Uses of Enum
org.gitlab4j.api.Constants.DeploymentStatus
Packages that use Constants.DeploymentStatus
-
Uses of Constants.DeploymentStatus in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.DeploymentStatusModifier and TypeMethodDescriptionstatic Constants.DeploymentStatus
static Constants.DeploymentStatus
Returns the enum constant of this type with the specified name.static Constants.DeploymentStatus[]
Constants.DeploymentStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gitlab4j.api with parameters of type Constants.DeploymentStatusModifier and TypeMethodDescriptionDeploymentsApi.addDeployment
(Object projectIdOrPath, String environment, String sha, String ref, Boolean tag, Constants.DeploymentStatus status) Creates a new deployment for a project.DeploymentsApi.updateDeployment
(Object projectIdOrPath, Long deploymentId, Constants.DeploymentStatus status) Updates an existing project deploy key. -
Uses of Constants.DeploymentStatus in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return Constants.DeploymentStatusModifier and TypeMethodDescriptionDeployable.getStatus()
Deployment.getStatus()
DeploymentFilter.getStatus()
Methods in org.gitlab4j.api.models with parameters of type Constants.DeploymentStatusModifier and TypeMethodDescriptionvoid
Deployable.setStatus
(Constants.DeploymentStatus status) void
Deployment.setStatus
(Constants.DeploymentStatus status) void
DeploymentFilter.setStatus
(Constants.DeploymentStatus status) DeploymentFilter.withStatus
(Constants.DeploymentStatus status)