
public static class DeploymentConfiguration.DeploymentBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
DeploymentConfiguration.DeploymentContentBuilder |
build() |
DeploymentConfiguration.DeploymentBuilder |
withManaged(boolean managed) |
DeploymentConfiguration.DeploymentBuilder |
withName(String name) |
DeploymentConfiguration.DeploymentBuilder |
withOrder(int order) |
DeploymentConfiguration.DeploymentBuilder |
withTestable(boolean testable) |
public DeploymentConfiguration.DeploymentBuilder withTestable(boolean testable)
public DeploymentConfiguration.DeploymentBuilder withOrder(int order)
public DeploymentConfiguration.DeploymentBuilder withManaged(boolean managed)
public DeploymentConfiguration.DeploymentBuilder withName(String name)
public DeploymentConfiguration.DeploymentContentBuilder build()
Copyright © 2018 JBoss by Red Hat. All rights reserved.