Show / Hide Table of Contents

Class Repository

Inheritance
object
Repository
Implements
IEquatable<Repository>
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 Repository : IEquatable<Repository>

Constructors

View Source

Repository(string, string, string, string?, string?)

Declaration
public Repository(string Id, string Name, string Type = "git", string? Endpoint = null, string? Ref = null)
Parameters
Type Name Description
string Id
string Name
string Type
string Endpoint
string Ref

Properties

View Source

Endpoint

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

Id

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

Name

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

Ref

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

Type

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

Implements

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