Summary
TFBuildPullRequestInfo.
- Assembly
- Rocket
.Surgery .Cake .dll - Namespace
- Rocket
.Surgery .Cake - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["TFBuildPullRequestInfo"]
class Type type-node
Syntax
public class TFBuildPullRequestInfo
Constructors
Name | Summary |
---|---|
T |
Initializes a new instance of the TFBuildPullRequestInfo class.
|
Properties
Name | Value | Summary |
---|---|---|
IsPullRequest | bool |
Gets a value indicating whether this instance is pull request.
|
SourceBranch | string |
Gets the source branch.
|
TargetBranch | string |
Gets the target branch.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|