public class SetUpTestableTomcatTask extends org.gradle.api.DefaultTask implements JmxRemotePortSpec, ManagerSpec, ModuleFrameworkBaseDirSpec
Constructor and Description |
---|
SetUpTestableTomcatTask() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAspectJAgent() |
java.lang.String |
getAspectJConfiguration() |
java.io.File |
getBinDir() |
java.io.File |
getDir() |
java.lang.String |
getJaCoCoAgentConfiguration() |
java.io.File |
getJaCoCoAgentFile() |
int |
getJmxRemotePort() |
java.lang.String |
getManagerPassword() |
java.lang.String |
getManagerUserName() |
java.io.File |
getModuleFrameworkBaseDir() |
java.lang.String |
getZipUrl() |
boolean |
isDebugLogging() |
boolean |
isJmxRemoteAuthenticate() |
boolean |
isJmxRemoteSsl() |
boolean |
isOverwriteTestModules() |
void |
setAspectJAgent(java.lang.Object aspectJAgent) |
void |
setAspectJConfiguration(java.lang.Object aspectJConfiguration) |
void |
setDebugLogging(boolean debugLogging) |
void |
setDir(java.lang.Object dir) |
void |
setJaCoCoAgentConfiguration(java.lang.Object jaCoCoAgentConfiguration) |
void |
setJaCoCoAgentFile(java.lang.Object jaCoCoAgentFile) |
void |
setJmxRemoteAuthenticate(boolean jmxRemoteAuthenticate) |
void |
setJmxRemotePort(java.lang.Object jmxRemotePort) |
void |
setJmxRemoteSsl(boolean jmxRemoteSsl) |
void |
setManagerPassword(java.lang.Object managerPassword) |
void |
setManagerUserName(java.lang.Object managerUserName) |
void |
setModuleFrameworkBaseDir(java.lang.Object moduleFrameworkBaseDir) |
void |
setOverwriteTestModules(boolean overwriteTestModules) |
void |
setUpTestableTomcat() |
void |
setZipUrl(java.lang.Object zipUrl) |
newInputDirectory, newInputFile, newOutputDirectory, newOutputFile
addValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doFirst, doLast, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, replaceLogger, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString
@Input @Optional public java.lang.String getAspectJAgent()
@Input @Optional public java.lang.String getAspectJConfiguration()
public java.io.File getBinDir()
@Input public java.io.File getDir()
@Input @Optional public java.lang.String getJaCoCoAgentConfiguration()
@Input @Optional public java.io.File getJaCoCoAgentFile()
@Input public int getJmxRemotePort()
getJmxRemotePort
in interface JmxRemotePortSpec
@Input public java.lang.String getManagerPassword()
getManagerPassword
in interface ManagerSpec
@Input public java.lang.String getManagerUserName()
getManagerUserName
in interface ManagerSpec
@Input public java.io.File getModuleFrameworkBaseDir()
getModuleFrameworkBaseDir
in interface ModuleFrameworkBaseDirSpec
@Input public java.lang.String getZipUrl()
@Input public boolean isDebugLogging()
@Input public boolean isJmxRemoteAuthenticate()
@Input public boolean isJmxRemoteSsl()
@Input public boolean isOverwriteTestModules()
public void setAspectJAgent(java.lang.Object aspectJAgent)
public void setAspectJConfiguration(java.lang.Object aspectJConfiguration)
public void setDebugLogging(boolean debugLogging)
public void setDir(java.lang.Object dir)
public void setJaCoCoAgentConfiguration(java.lang.Object jaCoCoAgentConfiguration)
public void setJaCoCoAgentFile(java.lang.Object jaCoCoAgentFile)
public void setJmxRemoteAuthenticate(boolean jmxRemoteAuthenticate)
public void setJmxRemotePort(java.lang.Object jmxRemotePort)
setJmxRemotePort
in interface JmxRemotePortSpec
public void setJmxRemoteSsl(boolean jmxRemoteSsl)
public void setManagerPassword(java.lang.Object managerPassword)
setManagerPassword
in interface ManagerSpec
public void setManagerUserName(java.lang.Object managerUserName)
setManagerUserName
in interface ManagerSpec
public void setModuleFrameworkBaseDir(java.lang.Object moduleFrameworkBaseDir)
setModuleFrameworkBaseDir
in interface ModuleFrameworkBaseDirSpec
public void setOverwriteTestModules(boolean overwriteTestModules)
public void setUpTestableTomcat() throws java.lang.Exception
java.lang.Exception
public void setZipUrl(java.lang.Object zipUrl)