Version:
CIProjectInfo(string Id, string DisplayName) Constructor
Contains information about a project hosted on a service such as Jenkins or TeamCity to allow
users to select a project
Syntax
public CIProjectInfo(string Id, string DisplayName)
Parameters
- Id
- Type: string
Internal ID of the project.
- DisplayName
- Type: string
Display name of the project.