Edit

Share via


GitPullRequestMergeOptions Class

Definition

The options which are used when a pull request merge is created.

[System.Runtime.Serialization.DataContract]
public class GitPullRequestMergeOptions : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type GitPullRequestMergeOptions = class
    inherit VersionControlSecuredObject
Public Class GitPullRequestMergeOptions
Inherits VersionControlSecuredObject
Inheritance
GitPullRequestMergeOptions
Attributes

Constructors

GitPullRequestMergeOptions()

Properties

DetectRenameFalsePositives
DisableRenames

If true, rename detection will not be performed during the merge.

Methods

Equals(Object)
GetHashCode()
SetSecuredObject(ISecuredObject) (Inherited from VersionControlSecuredObject)

Explicit Interface Implementations

ISecuredObject.GetToken() (Inherited from VersionControlSecuredObject)
ISecuredObject.NamespaceId (Inherited from VersionControlSecuredObject)
ISecuredObject.RequiredPermissions (Inherited from VersionControlSecuredObject)

Applies to