Class DeploymentConfiguration.DeploymentContentBuilder
- java.lang.Object
-
- org.jboss.arquillian.container.test.api.DeploymentConfiguration.DeploymentContentBuilder
-
- Enclosing class:
- DeploymentConfiguration
public static class DeploymentConfiguration.DeploymentContentBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description DeploymentContentBuilder(org.jboss.shrinkwrap.api.Archive<?> archive)DeploymentContentBuilder(org.jboss.shrinkwrap.descriptor.api.Descriptor descriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentConfigurationget()DeploymentConfiguration.DeploymentBuilderwithDeployment()DeploymentConfiguration.DeploymentContentBuilderwithOverProtocol(String overProtocol)DeploymentConfiguration.DeploymentContentBuilderwithShouldThrowException(Class<? extends Exception> exception)DeploymentConfiguration.DeploymentContentBuilderwithShouldThrowException(Class<? extends Exception> exception, boolean testeable)DeploymentConfiguration.DeploymentContentBuilderwithTargetsContainer(String targetsContainer)
-
-
-
Method Detail
-
withTargetsContainer
public DeploymentConfiguration.DeploymentContentBuilder withTargetsContainer(String targetsContainer)
-
withOverProtocol
public DeploymentConfiguration.DeploymentContentBuilder withOverProtocol(String overProtocol)
-
withShouldThrowException
public DeploymentConfiguration.DeploymentContentBuilder withShouldThrowException(Class<? extends Exception> exception, boolean testeable)
-
withShouldThrowException
public DeploymentConfiguration.DeploymentContentBuilder withShouldThrowException(Class<? extends Exception> exception)
-
withDeployment
public DeploymentConfiguration.DeploymentBuilder withDeployment()
-
get
public DeploymentConfiguration get()
-
-