Uses of Class
org.codehaus.cargo.container.installer.Proxy
-
Packages that use Proxy Package Description org.codehaus.cargo.ant org.codehaus.cargo.container.installer org.codehaus.cargo.maven3.configuration org.codehaus.cargo.sample.java -
-
Uses of Proxy in org.codehaus.cargo.ant
Methods in org.codehaus.cargo.ant that return Proxy Modifier and Type Method Description Proxy
ZipURLInstallerElement. createProxy()
Proxy
ZipURLInstallerElement. getProxy()
-
Uses of Proxy in org.codehaus.cargo.container.installer
Methods in org.codehaus.cargo.container.installer with parameters of type Proxy Modifier and Type Method Description void
ZipURLInstaller. setProxy(Proxy proxy)
Sets proxy details. -
Uses of Proxy in org.codehaus.cargo.maven3.configuration
Methods in org.codehaus.cargo.maven3.configuration that return Proxy Modifier and Type Method Description Proxy
ZipUrlInstaller. createProxy()
Proxy
ZipUrlInstaller. getProxy()
-
Uses of Proxy in org.codehaus.cargo.sample.java
Fields in org.codehaus.cargo.sample.java declared as Proxy Modifier and Type Field Description Proxy
EnvironmentTestData. proxy
Proxy properties if defined (can be null).
-