public class AntRunAction extends AbstractTestAction
description| Constructor and Description |
|---|
AntRunAction()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doExecute(TestContext context)
Subclasses may add custom execution logic here.
|
String |
getBuildFilePath()
Gets the buildFilePath.
|
org.apache.tools.ant.BuildListener |
getBuildListener()
Gets the buildListener.
|
Properties |
getProperties()
Gets the properties.
|
String |
getPropertyFilePath()
Gets the propertyFilePath.
|
String |
getTarget()
Gets the target.
|
String |
getTargets()
Gets the targets.
|
AntRunAction |
setBuildFilePath(String buildFilePath)
Sets the buildFilePath.
|
AntRunAction |
setBuildListener(org.apache.tools.ant.BuildListener buildListener)
Sets the buildListener.
|
AntRunAction |
setProperties(Properties properties)
Sets the properties.
|
AntRunAction |
setPropertyFilePath(String propertyFilePath)
Sets the propertyFilePath.
|
AntRunAction |
setTarget(String target)
Sets the target.
|
AntRunAction |
setTargets(String targets)
Sets the targets.
|
execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setNamepublic void doExecute(TestContext context)
AbstractTestActiondoExecute in class AbstractTestActionpublic String getBuildFilePath()
public AntRunAction setBuildFilePath(String buildFilePath)
buildFilePath - the buildFilePath to setpublic String getTarget()
public AntRunAction setTarget(String target)
target - the target to setpublic String getTargets()
public AntRunAction setTargets(String targets)
targets - the targets to setpublic Properties getProperties()
public AntRunAction setProperties(Properties properties)
properties - the properties to setpublic String getPropertyFilePath()
public AntRunAction setPropertyFilePath(String propertyFilePath)
propertyFilePath - the propertyFilePath to setpublic org.apache.tools.ant.BuildListener getBuildListener()
public AntRunAction setBuildListener(org.apache.tools.ant.BuildListener buildListener)
buildListener - the buildListener to setCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.