
public class SelendroidDeployment
extends org.arquillian.droidium.container.api.DroidiumDeployment
AndroidDeployment.| Constructor and Description |
|---|
SelendroidDeployment() |
public SelendroidDeployment setWorkingCopy(File selendroidWorkingCopy)
selendroidWorkingCopy - IllegalArgumentException - if selendroidWorkingCopy is a null objectpublic File getWorkingCopy()
public SelendroidDeployment setRebuilt(File rebuiltSelendroid)
rebuiltSelendroid - IllegalArgumentException - if rebuiltSelendroid is a null objectpublic File getRebuilt()
public SelendroidDeployment setResigned(File resignedSelendroid)
resignedSelendroid - IllegalArgumentException - if resignedSelendroid is a null objectpublic File getResigned()
public SelendroidDeployment setServerBasePackage(String serverBasePackage)
serverBasePackage - IllegalArgumentException - if serverBasePackage is a null object or an empty stringpublic String getServerBasePackage()
public org.jboss.shrinkwrap.api.Archive<?> getDeployment()
getDeployment in class org.arquillian.droidium.container.api.DroidiumDeploymentpublic SelendroidDeployment setInstrumentedDeployment(AndroidDeployment instrumentedDeployment)
AndroidDeployment meant to be instrumented by this Selendroid server.instrumentedDeployment - IllegalArgumentException - if instrumentedDeployment is a null objectpublic AndroidDeployment getInstrumentedDeployment()
public SelendroidDeployment setInstrumentationConfiguration(InstrumentationConfiguration configuration)
configuration - IllegalArgumentException - if configuration is a null objectpublic InstrumentationConfiguration getInstrumentationConfiguration()
public String getDeploymentName()
getDeploymentName in class org.arquillian.droidium.container.api.DroidiumDeploymentpublic SelendroidDeployment setDeploymentName(String androidDeploymentName)
androidDeploymentName - public SelendroidDeployment setSelendroidPackageName(String selendroidPackageName)
selendroidPackageName - name of the Selendroid package as in its AndroidManifest.xmlpublic String getSelendroidPackageName()
Copyright © 2013 JBoss by Red Hat. All rights reserved.