public class DroneLifecycleManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DroneLifecycleManager.GlobalDroneConfiguration
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS_SCAN_PRECEDENCE |
| Constructor and Description |
|---|
DroneLifecycleManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
after(org.jboss.arquillian.test.spi.event.suite.After event) |
void |
afterClass(org.jboss.arquillian.test.spi.event.suite.AfterClass event) |
void |
afterDeploy(org.jboss.arquillian.container.spi.event.container.AfterDeploy afterDeploy) |
void |
before(org.jboss.arquillian.test.spi.event.suite.Before event) |
void |
beforeClass(org.jboss.arquillian.test.spi.event.suite.BeforeClass event) |
void |
beforeUndeploy(org.jboss.arquillian.container.spi.event.container.BeforeUnDeploy event) |
void |
configureDroneExtension(org.jboss.arquillian.test.spi.event.suite.BeforeSuite event) |
void |
managerStarted(org.jboss.arquillian.core.api.event.ManagerStarted event) |
public static final int CLASS_SCAN_PRECEDENCE
public void managerStarted(@Observes
org.jboss.arquillian.core.api.event.ManagerStarted event)
public void configureDroneExtension(@Observes
org.jboss.arquillian.test.spi.event.suite.BeforeSuite event)
public void beforeClass(@Observes(precedence=75)
org.jboss.arquillian.test.spi.event.suite.BeforeClass event)
public void before(@Observes
org.jboss.arquillian.test.spi.event.suite.Before event)
public void afterDeploy(@Observes
org.jboss.arquillian.container.spi.event.container.AfterDeploy afterDeploy)
public void after(@Observes
org.jboss.arquillian.test.spi.event.suite.After event)
public void beforeUndeploy(@Observes
org.jboss.arquillian.container.spi.event.container.BeforeUnDeploy event)
public void afterClass(@Observes
org.jboss.arquillian.test.spi.event.suite.AfterClass event)
Copyright © 2017 JBoss by Red Hat. All rights reserved.