StarTeamTask.

url Property

Summary

One stop to set all parameters needed to connect to a StarTeam server.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.StarTeam
Containing Type
StarTeamTask

Syntax

[TaskAttribute("url", Required = false)]
public virtual string url { get; set; }

Examples

Here is how to configure the url string.

servername:portnum/project/view

You can optionally specify a username and password.

username:password@servername:portnum/project/view

Remarks

If you do not wish to specify a url you can set each parameter individually. You must set all connection parameters for the task to be able to connect to the StarTeam server.

Attributes

Type Description
TaskAttribute

Value

Type Description
string

See Also

  • NAnt.Contrib.Tasks.StarTeam.StarTeamTask.servername
  • NAnt.Contrib.Tasks.StarTeam.StarTeamTask.serverport
  • NAnt.Contrib.Tasks.StarTeam.StarTeamTask.projectname
  • NAnt.Contrib.Tasks.StarTeam.StarTeamTask.viewname
  • NAnt.Contrib.Tasks.StarTeam.StarTeamTask.username
  • NAnt.Contrib.Tasks.StarTeam.StarTeamTask.password