Name | Description | |
---|---|---|
CIBuildInfo |
Represents a build in an external CI system, such as Jenkins or TeamCity |
|
CIProject |
Represents a project or application accessible on a CIService |
|
CIProject<TServiceCredentials> |
An implementor-friendly version of CIProject |
|
CIProjectInfo |
Contains information about a project hosted on a service such as Jenkins or TeamCity to allow users to select a project |
|
CIService |
Provides information and utility methods for a CI Server, such as Jenkins or TeamCity |
|
CIService<TProject, TCredential, TImport> |
Inheritor-friendly version of CIService |
|
CIServiceCredentials |
Represents the account and server information used access a CIService like Jenkins or TeamCity |
|
CIServiceCredentials<TService> |
A CIServiceCredentials for the <typeparamref name="TService" />-based CI services |