Uses of Class
eu.cloudnetservice.driver.service.ServiceDeployment.Builder
Packages that use ServiceDeployment.Builder
-
Uses of ServiceDeployment.Builder in eu.cloudnetservice.driver.service
Methods in eu.cloudnetservice.driver.service that return ServiceDeployment.BuilderModifier and TypeMethodDescriptionServiceDeployment.builder()Creates a new builder for a service deployment.ServiceDeployment.builder(@NonNull ServiceDeployment deployment) Creates a new builder for a service deployment which has the same properties pre-set as the given deployment instance.ServiceDeployment.Builder.excludes(@NonNull Collection<Pattern> excludes) Sets the file names (in a regular expression form) which should be ignored when deploying a service.ServiceDeployment.Builder.includes(@NonNull Collection<Pattern> includes) Sets the file names (in a regular expression form) which should be included when deploying a service.ServiceDeployment.Builder.modifyExcludes(@NonNull Consumer<Collection<Pattern>> modifier) Modifies the file names (in a regular expression form) which should be ignored when deploying a service.ServiceDeployment.Builder.modifyIncludes(@NonNull Consumer<Collection<Pattern>> modifier) Modifies the file names (in a regular expression form) which should be included when deploying a service.ServiceDeployment.Builder.properties(@NonNull Document properties) Sets the properties of the deployment.ServiceDeployment.Builder.template(@NonNull ServiceTemplate template) Sets the target template of the deployment.ServiceDeployment.Builder.withDefaultExclusions()Adds thewrapper.jarfile and the.wrapper/directory to the files which should be ignored when deploying a service into the target template.