Class ServerGroupDeploymentObserver


  • public class ServerGroupDeploymentObserver
    extends Object
    Watches for events to determine the target server group(s) for deployments.

    Note that if any other Arquillian extensions also wrap the testable archive this maybe break deployments.

    Author:
    James R. Perkins
    • Constructor Detail

      • ServerGroupDeploymentObserver

        public ServerGroupDeploymentObserver()
    • Method Detail

      • setTargetServerGroups

        public void setTargetServerGroups​(@Observes
                                          org.jboss.arquillian.container.spi.event.container.BeforeDeploy event)
      • findTargetServerGroups

        public void findTargetServerGroups​(@Observes(precedence=100)
                                           org.jboss.arquillian.test.spi.event.suite.BeforeClass event)
      • removeTargertServerGroups

        public void removeTargertServerGroups​(@Observes
                                              org.jboss.arquillian.test.spi.event.suite.AfterClass event)