BaseTask

[This is preliminary documentation and subject to change.]

The base abstract class for all MKS Tasks.

Provides the core attributes, and functionality for opening an item in a MKS database.

Parameters

AttributeTypeDescriptionRequired
hoststring The name of the host MKS server to connect to True
portstring The port number on which the host server is accepting requests True
passwordstring The password to use to login to the MKS database. False
usernamestring The name of the user needed to access the MKS database. False
failonerrorbool Determines if task failure stops the build, or is just reported. The default is true. False
ifbool If true then the task will be executed; otherwise, skipped. The default is true. False
unlessbool Opposite of if. If false then the task will be executed; otherwise, skipped. The default is false. False
verbosebool Determines whether the task should report detailed build log messages. The default is false. False

Requirements

Assembly: NAnt.Contrib.Tasks (0.92.4524.0)