Version:
CIBuildInfo(string Id, string Scope, string Number, System.DateTime Date, string Status, string Url) Constructor
Represents a build in an external CI system, such as Jenkins or TeamCity
Syntax
public CIBuildInfo(string Id, string Scope, string Number, System.DateTime Date, string Status, string Url)
Parameters
- Id
- Type: string
Project-unique identifier of the build.
- Scope
- Type: string
Scope within the project, or System.String.Empty for no scope.
- Number
- Type: string
Build number in the external system.
- Date
- Type: System.DateTime
Date the build was created.
- Status
- Type: string
Status of the build.
- Url
- Type: string
Browse URL of the build.