Uses of Class
io.camunda.client.protocol.rest.DeploymentMetadata
Packages that use DeploymentMetadata
-
Uses of DeploymentMetadata in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return DeploymentMetadataModifier and TypeMethodDescriptionDeploymentMetadata.decisionDefinition(DeploymentDecision decisionDefinition) DeploymentMetadata.decisionRequirements(DeploymentDecisionRequirements decisionRequirements) DeploymentMetadata.form(DeploymentForm form) DeploymentMetadata.processDefinition(DeploymentProcess processDefinition) DeploymentMetadata.resource(DeploymentResource resource) Methods in io.camunda.client.protocol.rest that return types with arguments of type DeploymentMetadataModifier and TypeMethodDescriptionDeploymentResponse.getDeployments()Deprecated.Items deployed by the request.Methods in io.camunda.client.protocol.rest with parameters of type DeploymentMetadataModifier and TypeMethodDescriptionDeploymentResponse.addDeploymentsItem(DeploymentMetadata deploymentsItem) Deprecated.Method parameters in io.camunda.client.protocol.rest with type arguments of type DeploymentMetadataModifier and TypeMethodDescriptionDeploymentResponse.deployments(List<DeploymentMetadata> deployments) Deprecated.voidDeploymentResponse.setDeployments(List<DeploymentMetadata> deployments) Deprecated.