InedoSDK Reference
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>

Constructors

Name Description
CIBuildInfo(string Id, string Scope, string Number, System.DateTime Date, string Status, string Url)

Represents a build in an external CI system, such as Jenkins or TeamCity

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.

Remarks

The Scope is used to represent a Build Configuration (in TeamCity) or a Branch (in a Jenkins Multibranch Project), where users may think of them like "sub-projects"