public class TestGarminAppTask extends BaseTestTask
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
outName |
protected java.io.File |
outputDirectory |
errorStream, infoStream, isWindows, sdkDirectory, SEPARATOR| Constructor and Description |
|---|
TestGarminAppTask() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getArgs()
List of String arguments to pass to the executable
|
java.lang.String |
getDevice() |
java.lang.String |
getExecName()
The name of the executable to be run
|
java.lang.String |
getOutName() |
java.io.File |
getOutputDirectory() |
void |
setDevice(java.lang.String device) |
void |
setOutName(java.lang.String outName) |
void |
setOutputDirectory(java.io.File outputDirectory) |
flushing, runbuildExecPath, execTask, getAppDirectory, getBinDirectory, getSdkDirectory, logError, logException, setAppDirectory, setSdkDirectorynewInputDirectory, newInputFile, newOutputDirectory, newOutputFileappendParallelSafeAction, compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getTimeout, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, replaceLogger, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString@OutputDirectory protected java.io.File outputDirectory
@Input protected java.lang.String outName
public java.lang.String getExecName()
IExecutablepublic java.util.List<java.lang.String> getArgs()
IExecutableList of String argumentspublic java.io.File getOutputDirectory()
public void setOutputDirectory(java.io.File outputDirectory)
public java.lang.String getOutName()
public void setOutName(java.lang.String outName)
public java.lang.String getDevice()
public void setDevice(java.lang.String device)