Version:
CIBuildInfo Class
Represents a build in an external CI system, such as Jenkins or TeamCity
Inheritance Hierarchy
- object
- Inedo.Extensibility.CIServers.CIBuildInfo
Syntax
public
sealed
class
CIBuildInfo : IEquatable<T>
Properties
|
Name |
Description |
|
Date
|
Date the build was created.
|
|
Id
|
Project-unique identifier of the build.
|
|
Number
|
Build number in the external system.
|
|
Scope
|
Scope within the project, or System.String.Empty for no scope.
|
|
Status
|
Status of the build.
|
|
Url
|
Browse URL of the build.
|