Uses of Class
org.miaixz.bus.gitlab.models.Deployment
Packages that use Deployment
-
Uses of Deployment in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab 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.miaixz.bus.gitlab 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.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return DeploymentMethods in org.miaixz.bus.gitlab.models with parameters of type Deployment