com.atlassian.functest.maven.plugins.config
Class CargoBuildConfig
java.lang.Object
com.atlassian.functest.maven.plugins.config.CargoBuildConfig
- All Implemented Interfaces:
- BuildConfig
public class CargoBuildConfig
- extends java.lang.Object
- implements BuildConfig
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CargoBuildConfig
public CargoBuildConfig()
getContainerId
public java.lang.String getContainerId()
setContainerId
public void setContainerId(java.lang.String value)
getBuildDir
public java.lang.String getBuildDir()
setBuildDir
public void setBuildDir(java.lang.String value)
getHttpPort
public java.lang.String getHttpPort()
setHttpPort
public void setHttpPort(java.lang.String value)
getControllerPort
public java.lang.String getControllerPort()
setControllerPort
public void setControllerPort(java.lang.String value)
getJvmArgs
public java.lang.String getJvmArgs()
setJvmArgs
public void setJvmArgs(java.lang.String value)
getDeployable
public java.util.Map getDeployable()
setDeployable
public void setDeployable(java.util.Map value)
getWebappContext
public java.lang.String getWebappContext()
setWebappContext
public void setWebappContext(java.lang.String value)
getInstallDir
public java.lang.String getInstallDir()
setInstallDir
public void setInstallDir(java.lang.String value)
getCargoWait
public boolean getCargoWait()
isCargoWait
public boolean isCargoWait()
setCargoWait
public void setCargoWait(boolean value)
getZipUrlInstaller
public java.lang.String getZipUrlInstaller()
setZipUrlInstaller
public void setZipUrlInstaller(java.lang.String value)
getSystemProperties
public java.util.Properties getSystemProperties()
setSystemProperties
public void setSystemProperties(java.util.Properties value)
getConfiguration
public org.codehaus.plexus.util.xml.Xpp3Dom getConfiguration()
- Specified by:
getConfiguration in interface BuildConfig
getContainerZipLocation
public java.lang.String getContainerZipLocation(java.lang.String containerId)
getMetaClass
public groovy.lang.MetaClass getMetaClass()
setMetaClass
public void setMetaClass(groovy.lang.MetaClass metaClass)
invokeMethod
public java.lang.Object invokeMethod(java.lang.String name,
java.lang.Object args)
getProperty
public java.lang.Object getProperty(java.lang.String name)
setProperty
public void setProperty(java.lang.String name,
java.lang.Object value)
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.