Class DeploymentConfiguration.DeploymentContentBuilder
java.lang.Object
org.jboss.arquillian.container.test.api.DeploymentConfiguration.DeploymentContentBuilder
- Enclosing class:
DeploymentConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionDeploymentContentBuilder(org.jboss.shrinkwrap.api.Archive<?> archive) DeploymentContentBuilder(org.jboss.shrinkwrap.descriptor.api.Descriptor descriptor) -
Method Summary
Modifier and TypeMethodDescriptionget()withOverProtocol(String overProtocol) withShouldThrowException(Class<? extends Exception> exception) withShouldThrowException(Class<? extends Exception> exception, boolean testeable) withTargetsContainer(String targetsContainer)
-
Constructor Details
-
DeploymentContentBuilder
public DeploymentContentBuilder(org.jboss.shrinkwrap.api.Archive<?> archive) -
DeploymentContentBuilder
public DeploymentContentBuilder(org.jboss.shrinkwrap.descriptor.api.Descriptor descriptor)
-
-
Method Details
-
withTargetsContainer
public DeploymentConfiguration.DeploymentContentBuilder withTargetsContainer(String targetsContainer) -
withOverProtocol
-
withShouldThrowException
public DeploymentConfiguration.DeploymentContentBuilder withShouldThrowException(Class<? extends Exception> exception, boolean testeable) -
withShouldThrowException
public DeploymentConfiguration.DeploymentContentBuilder withShouldThrowException(Class<? extends Exception> exception) -
withDeployment
-
get
-