Class CRNantTask
java.lang.Object
com.thoughtworks.go.plugin.configrepo.contract.CRBase
com.thoughtworks.go.plugin.configrepo.contract.tasks.CRTask
com.thoughtworks.go.plugin.configrepo.contract.tasks.CRBuildTask
com.thoughtworks.go.plugin.configrepo.contract.tasks.CRNantTask
- All Implemented Interfaces:
Locatable
public class CRNantTask extends CRBuildTask
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CRNantTask(CRRunIf runIf, CRTask onCancel, java.lang.String buildFile, java.lang.String target, java.lang.String workingDirectory, java.lang.String nantPath) -
Method Summary
Methods inherited from class com.thoughtworks.go.plugin.configrepo.contract.tasks.CRBuildTask
ant, ant, ant, ant, ant, getErrors, getLocation, getType, nant, nant, nant, nant, nant, rake, rake, rake, rake, rakeMethods inherited from class com.thoughtworks.go.plugin.configrepo.contract.CRBase
getErrors, getLocation, setLocationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CRNantTask
-