InedoSDK Reference
Version:

GitPullRequest Class

Represents a pull request in a git repository.

Inheritance Hierarchy

  • object
    • Inedo.Extensibility.Git.GitPullRequest

Syntax

public sealed class GitPullRequest : IEquatable<T>

Constructors

Name Description
GitPullRequest(string Id, string BrowseUrl, string Title, bool Closed, string FromBranch, string ToBranch)

Represents a pull request in a git repository.

Properties

Name Description
BrowseUrl

Browse URL of the request.

Closed

Value indicating whether the request is closed.

FromBranch

Name of the source branch.

Id

ID of the request.

Title

Title of the request.

ToBranch

Name of the target branch.