Summary
Base star team task.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .StarTeam - Base Types
-
- Core
.Task
- Core
- Derived Types
graph BT
Type-->Base0["Core.Task"]
Type["StarTeamTask"]
class Type type-node
Derived0["TreeBasedTask"]-->Type
click Derived0 "/api/NAnt.Contrib.Tasks.StarTeam/TreeBasedTask"
Derived1["LabelTask"]-->Type
click Derived1 "/api/NAnt.Contrib.Tasks.StarTeam/LabelTask"
Syntax
public abstract class StarTeamTask : Core.Task
Remarks
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 NAnt.Contrib.Tasks.StarTeam.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.
Fields
Name | Constant Value | Summary |
---|---|---|
_server |
Properties
Name | Value | Summary |
---|---|---|
password | string |
The password used for login.
|
projectname | string |
The name of the StarTeam project to be acted on
|
servername | string |
Name of StarTeamServer.
|
serverport | string |
Port number of the StarTeam connection.
|
url | string |
One stop to set all parameters needed to connect to a StarTeam server.
|
username | string |
The StarTeam user name used for login.
|
viewname | string |
The name of the StarTeam view to be acted on.
|
See Also
- NAnt.Contrib.Tasks.StarTeam.TreeBasedTask