| Package | Description |
|---|---|
| org.arquillian.droidium.container.spi | |
| org.arquillian.droidium.container.spi.event |
| Modifier and Type | Method and Description |
|---|---|
AndroidDeployment |
AndroidDeployment.setApplicationBasePackage(String applicationBasePackage) |
AndroidDeployment |
AndroidDeployment.setApplicationMainActivity(String applicationMainActivity) |
AndroidDeployment |
AndroidDeployment.setDeployApk(File deployApk)
Application to deploy before it is resigned.
|
AndroidDeployment |
AndroidDeployment.setDeployment(org.jboss.shrinkwrap.api.Archive<?> archive) |
AndroidDeployment |
AndroidDeployment.setDeploymentName(String deploymentName) |
AndroidDeployment |
AndroidDeployment.setResignedApk(File resignedApk)
Sets the resigned application - this application is meant to be actually installed on the target Android device.
|
| Modifier and Type | Method and Description |
|---|---|
AndroidDeployment |
AfterAndroidDeploymentDeployed.getDeployment() |
AndroidDeployment |
AfterAndroidDeploymentUnDeployed.getUndeployed() |
AndroidDeployment |
BeforeAndroidDeploymentUnDeployed.getUnDeployment() |
| Constructor and Description |
|---|
AfterAndroidDeploymentDeployed(AndroidDeployment deployment) |
AfterAndroidDeploymentUnDeployed(AndroidDeployment androidDeployment) |
BeforeAndroidDeploymentUnDeployed(AndroidDeployment androidDeployment) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.