NAntContrib
![]() ![]() ![]() |
v0.93-nightly-2015-01-05 |
[This is preliminary documentation and subject to change.]
Base star team task.
Common super class for all StarTeam tasks. At this level of the hierarchy we are concerned only with obtaining a connection to the StarTeam server. The subclass TreeBasedTask, abstracts tree-walking behavior common to many subtasks.
This class ported from the Ant task http://jakarta.apache.org/ant/manual/OptionalTasks/starteam.html
You need to have the StarTeam SDK installed for StarTeam tasks to function correctly.
Attribute | Type | Description | Required |
---|---|---|---|
password | string | The password used for login. | False |
projectname | string | The name of the StarTeam project to be acted on | False |
servername | string | Name of StarTeamServer. | False |
serverport | string | Port number of the StarTeam connection. | False |
url | string | One stop to set all parameters needed to connect to a StarTeam server. | False |
username | string | The StarTeam user name used for login. | False |
viewname | string | The name of the StarTeam view to be acted on. | False |
failonerror | bool | Determines if task failure stops the build, or is just reported. The default is true. | False |
if | bool | If true then the task will be executed; otherwise, skipped. The default is true. | False |
unless | bool | Opposite of if . If false then the task will be executed; otherwise, skipped. The default is false. |
False |
verbose | bool | Determines whether the task should report detailed build log messages. The default is false. | False |