Modifier and Type | Method and Description |
---|---|
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.deployFailure(Container container,
DeploymentDescription deployment,
java.lang.Throwable exception) |
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.deploySuccess(Container container,
DeploymentDescription deployment) |
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.unDeployFailure(Container container,
DeploymentDescription deployment,
java.lang.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,
java.lang.Throwable exception) |
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.deploySuccess(Container container,
DeploymentDescription deployment) |
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.unDeployFailure(Container container,
DeploymentDescription deployment,
java.lang.Throwable exception) |
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.unDeploySuccess(Container container,
DeploymentDescription deployment) |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
ArchiveDeploymentExporter.createFileName(DeploymentDescription deployment,
org.jboss.shrinkwrap.api.Archive<?> archive) |
Modifier and Type | Field and Description |
---|---|
private DeploymentDescription |
Deployment.description |
Modifier and Type | Method and Description |
---|---|
DeploymentDescription |
Deployment.getDescription() |
DeploymentDescription |
DeploymentDescription.setExpectedException(java.lang.Class<? extends java.lang.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) |
private void |
DeploymentScenario.validateNotSameArchiveAndSameTarget(DeploymentDescription deployment)
Validate that a deployment with a archive of the same name does not have the same taget
|
private void |
DeploymentScenario.validateNotSameNameAndTypeOfDeployment(DeploymentDescription deployment)
Validate that a deployment of same type is not already added
|
Constructor and Description |
---|
Deployment(DeploymentDescription description) |
Modifier and Type | Field and Description |
---|---|
private DeploymentDescription |
DeployerEvent.deployment |
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 |
---|---|
private DeploymentDescription |
AnnotationDeploymentScenarioGenerator.generateDeployment(java.lang.reflect.Method deploymentMethod) |
Modifier and Type | Method and Description |
---|---|
java.util.List<DeploymentDescription> |
AnnotationDeploymentScenarioGenerator.generate(TestClass testClass) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<org.jboss.shrinkwrap.api.Archive<?>> |
DeploymentGenerator.loadAuxiliaryArchives(DeploymentDescription deployment) |
private void |
AnnotationDeploymentScenarioGenerator.logWarningIfArchiveHasUnexpectedFileExtension(DeploymentDescription deployment) |
Modifier and Type | Method and Description |
---|---|
private void |
AnnotationDeploymentScenarioGenerator.sortByDeploymentOrder(java.util.List<DeploymentDescription> deploymentDescriptions) |
Modifier and Type | Field and Description |
---|---|
private Instance<DeploymentDescription> |
RemoteTestExecuter.deployment |
Modifier and Type | Field and Description |
---|---|
private DeploymentDescription |
TestDeployment.deploymentDescription |
Constructor and Description |
---|
TestDeployment(DeploymentDescription deploymentDescription,
org.jboss.shrinkwrap.api.Archive<?> applicationArchive,
java.util.Collection<org.jboss.shrinkwrap.api.Archive<?>> auxiliaryArchives) |
Modifier and Type | Method and Description |
---|---|
java.util.List<DeploymentDescription> |
DeploymentScenarioGenerator.generate(TestClass testClass)
Extract all meta data related to a
TestClass . |