Class DeploymentConfiguration

java.lang.Object
org.jboss.arquillian.container.test.api.DeploymentConfiguration

public class DeploymentConfiguration extends Object
Model class that represents a deployment configuration. It wraps all possible annotations that can be used in a Deployment method.
Version:
$Revision: $
  • Constructor Details

    • DeploymentConfiguration

      public DeploymentConfiguration()
  • Method Details

    • getTargets

      public TargetsContainer getTargets()
    • getOverProtocol

      public OverProtocol getOverProtocol()
    • getShouldThrowException

      public ShouldThrowException getShouldThrowException()
    • getArchive

      public org.jboss.shrinkwrap.api.Archive getArchive()
    • getDescriptor

      public org.jboss.shrinkwrap.descriptor.api.Descriptor getDescriptor()
    • getDeployment

      public Deployment getDeployment()