TFBuildPullRequestInfo Class

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
TFBuildPullRequestInfo(ICakeContext) 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