Show / Hide Table of Contents

Class GitlabBuildSource

GitLab build source for Build stage.

Inheritance
object
BuildSource
GitlabBuildSource
Inherited Members
BuildSource.Name
BuildSource.RepositoryUrl
BuildSource.Branch
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class GitlabBuildSource : BuildSource

Properties

ConnectionId

Declaration
[Required(ErrorMessage = "ConnectionId is required.")]
[JsonProperty(PropertyName = "connectionId")]
public string ConnectionId { get; set; }
Property Value
Type Description
string

Connection identifier pertinent to GitLab source provider.

Remarks

Required

In this article
Back to top