CIProjectInfo Class

Contains information about a project hosted on a service such as Jenkins or TeamCity to allow users to select a project

Inheritance Hierarchy

Syntax

public sealed class CIProjectInfo : IEquatable<T>

Constructors

Name Description
CIProjectInfo(string Id, string DisplayName)

Contains information about a project hosted on a service such as Jenkins or TeamCity to allow users to select a project

CIProjectInfo(string Id)

Properties

Name Description
DisplayName

Display name of the project.

Id

Internal ID of the project.

Methods

Name Description
<Clone>$
Deconstruct(System.String& Id, System.String& DisplayName)
Equals(CIProjectInfo other)
GetHashCode
ToString