The server object $Server provides access to properties related to the server.
Name | Description | Type | Usage Example | |
---|---|---|---|---|
Hostname | The Continua server hostname | String | $Server.Hostname$ | "SERVERMACHINE" |
InstallPath | The Continua server install path | String | $Server.InstallPath$ | "C:\Program Files\VSoft Technologies\ContinuaCI" |
Now | The current date and time given as local to the server | DateTime | $Server.Now$ | "01/01/2014 5:03:18 PM" |
NowUtc | The date and time given as UTC | DateTime | $Server.NowUtc$ | "01/01/2014 7:04:01 AM" |
Url | The web service URL | String | $Server.Url$ | "http:\SERVERNAME:8080" |