Summary
Settings for
TfsPullRequestSystem
.
- Assembly
- Cake
.Prca .PullRequests .Tfs .dll - Namespace
- Cake
.Prca .PullRequests .Tfs - Base Types
-
- object
graph TD
Base0["object"]-->Type
Type["TfsPullRequestSettings"]
class Type type-node
Syntax
public class TfsPullRequestSettings
Constructors
Name | Summary |
---|---|
Tfs |
Initializes a new instance of the TfsPullRequestSettings class.
|
Tfs |
Initializes a new instance of the TfsPullRequestSettings class.
|
Properties
Name | Value | Summary |
---|---|---|
Credentials | IPrcaCredentials |
Gets the credentials used to authenticate against Team Foundation Server or
Visual Studio Team Services.
|
PullRequestId | Nullable |
Gets the ID of the pull request.
|
RepositoryUrl | Uri |
Gets the full URL of the Git repository, eg.
.
|
SourceBranch | string |
Gets the branch for which the pull request is made.
|
Throw |
bool |
Gets or sets a value indicating whether an exception should be thrown if no
pull request exists or not.
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From PrcaArgumentChecks
|