Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PullRequest

Represents a pull request object. These are retrieved from Source Providers.

Hierarchy

  • PullRequest

Index

Properties

Optional author

author: IdentityRef

Author of the pull request.

Optional currentState

currentState: string

Current state of the pull request, e.g. open, merged, closed, conflicts, etc.

Optional description

description: string

Description for the pull request.

Optional id

id: string

Unique identifier for the pull request

Optional links

The links to other objects related to this object.

Optional providerName

providerName: string

The name of the provider this pull request is associated with.

Optional sourceBranchRef

sourceBranchRef: string

Source branch ref of this pull request

Optional sourceRepositoryOwner

sourceRepositoryOwner: string

Owner of the source repository of this pull request

Optional targetBranchRef

targetBranchRef: string

Target branch ref of this pull request

Optional targetRepositoryOwner

targetRepositoryOwner: string

Owner of the target repository of this pull request

Optional title

title: string

Title of the pull request.

Generated using TypeDoc