Class DeploymentConfiguration.DeploymentBuilder
- java.lang.Object
-
- org.jboss.arquillian.container.test.api.DeploymentConfiguration.DeploymentBuilder
-
- Enclosing class:
- DeploymentConfiguration
public static class DeploymentConfiguration.DeploymentBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentConfiguration.DeploymentContentBuilderbuild()DeploymentConfiguration.DeploymentBuilderwithManaged(boolean managed)DeploymentConfiguration.DeploymentBuilderwithName(String name)DeploymentConfiguration.DeploymentBuilderwithOrder(int order)DeploymentConfiguration.DeploymentBuilderwithTestable(boolean testable)
-
-
-
Method Detail
-
withTestable
public DeploymentConfiguration.DeploymentBuilder withTestable(boolean testable)
-
withOrder
public DeploymentConfiguration.DeploymentBuilder withOrder(int order)
-
withManaged
public DeploymentConfiguration.DeploymentBuilder withManaged(boolean managed)
-
withName
public DeploymentConfiguration.DeploymentBuilder withName(String name)
-
build
public DeploymentConfiguration.DeploymentContentBuilder build()
-
-