TfsPullRequestVote Enum

Summary

Defines the vote for a Team Foundation Server or Visual Studio Team Services pull request.
Assembly
Cake.Prca.PullRequests.Tfs.dll
Namespace
Cake.Prca.PullRequests.Tfs
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph TD Base0["Enum"]-->Type Base1["ValueType"]-->Base0 Base2["object"]-->Base1 Interface0["IComparable"]-.->Type Interface1["IFormattable"]-.->Type Interface2["IConvertible"]-.->Type Type["TfsPullRequestVote"] class Type type-node

Syntax

public enum TfsPullRequestVote

Fields

Name Constant Value Summary
Approved 10
Approve the changes.
static
ApprovedWithSuggestions 5
Approve the changes but let the author know there are some suggestions.
static
Rejected -10
The changes aren't acceptable.
static
ResetFeedback 0
Reset a previous vote.
static
WaitingForAuthor -5
Do not approve the changes, the author should take some actions.
static
GitHub