Summary
Derived classes must override this method to define tests for any preconditons required by the task.
This method is called at the beginning of the ExecuteTask method.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .StarTeam - Containing Type
- TreeBasedTask
Syntax
protected abstract void testPreconditions()
Return Value
Type | Description |
---|---|
void |
See Also
- NAnt.Contrib.Tasks.StarTeam.TreeBasedTask.ExecuteTask