Show / Hide Table of Contents

Class Pipeline

Inheritance
object
Pipeline
Implements
IEquatable<Pipeline>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.NukeExt
Assembly: NukeExt.AzurePipelines.dll
Syntax
public record Pipeline : IEquatable<Pipeline>

Constructors

View Source

Pipeline(string, string, string?, string[]?)

Declaration
public Pipeline(string Id, string Source, string? Project = null, string[]? TriggerBranchesInclude = null)
Parameters
Type Name Description
string Id
string Source
string Project
string[] TriggerBranchesInclude

Properties

View Source

Id

Declaration
public string Id { get; init; }
Property Value
Type Description
string
View Source

Project

Declaration
public string? Project { get; init; }
Property Value
Type Description
string
View Source

Source

Declaration
public string Source { get; init; }
Property Value
Type Description
string
View Source

TriggerBranchesInclude

Declaration
public string[]? TriggerBranchesInclude { get; init; }
Property Value
Type Description
string[]

Implements

IEquatable<T>
  • View Source
In this article
Back to top Generated by DocFX