Modifier and Type | Method and Description |
---|---|
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.deployFailure(Container container,
DeploymentDescription deployment,
Throwable exception) |
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.deploySuccess(Container container,
DeploymentDescription deployment) |
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.unDeployFailure(Container container,
DeploymentDescription deployment,
Throwable exception) |
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.unDeploySuccess(Container container,
DeploymentDescription deployment) |
Modifier and Type | Method and Description |
---|---|
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.deployFailure(Container container,
DeploymentDescription deployment,
Throwable exception) |
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.deploySuccess(Container container,
DeploymentDescription deployment) |
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.unDeployFailure(Container container,
DeploymentDescription deployment,
Throwable exception) |
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.unDeploySuccess(Container container,
DeploymentDescription deployment) |
Modifier and Type | Method and Description |
---|---|
DeploymentDescription |
Deployment.getDescription() |
DeploymentDescription |
DeploymentDescription.setExpectedException(Class<? extends Exception> expectedException) |
DeploymentDescription |
DeploymentDescription.setOrder(int order) |
DeploymentDescription |
DeploymentDescription.setProtocol(ProtocolDescription protocol) |
DeploymentDescription |
DeploymentDescription.setTarget(TargetDescription target) |
DeploymentDescription |
DeploymentDescription.setTestableArchive(org.jboss.shrinkwrap.api.Archive<?> testableArchive) |
DeploymentDescription |
DeploymentDescription.shouldBeManaged(boolean startup) |
DeploymentDescription |
DeploymentDescription.shouldBeTestable(boolean testable) |
Modifier and Type | Method and Description |
---|---|
DeploymentScenario |
DeploymentScenario.addDeployment(DeploymentDescription deployment) |
Constructor and Description |
---|
Deployment(DeploymentDescription description) |
Modifier and Type | Method and Description |
---|---|
DeploymentDescription |
DeployerEvent.getDeployment() |
Constructor and Description |
---|
AfterDeploy(DeployableContainer<?> deployableContainer,
DeploymentDescription deployment) |
AfterUnDeploy(DeployableContainer<?> deployableContainer,
DeploymentDescription deployment) |
BeforeDeploy(DeployableContainer<?> deployableContainer,
DeploymentDescription deployment) |
BeforeUnDeploy(DeployableContainer<?> deployableContainer,
DeploymentDescription deployment) |
DeployerEvent(DeployableContainer<?> deployableContainer,
DeploymentDescription deployment) |
Modifier and Type | Method and Description |
---|---|
List<DeploymentDescription> |
AnnotationDeploymentScenarioGenerator.generate(TestClass testClass) |
Constructor and Description |
---|
TestDeployment(DeploymentDescription deploymentDescription,
org.jboss.shrinkwrap.api.Archive<?> applicationArchive,
Collection<org.jboss.shrinkwrap.api.Archive<?>> auxiliaryArchives) |
Modifier and Type | Method and Description |
---|---|
List<DeploymentDescription> |
DeploymentScenarioGenerator.generate(TestClass testClass)
Extract all meta data related to a
TestClass . |
Copyright © 2017 JBoss by Red Hat. All rights reserved.