kinta-lib / com.dailymotion.kinta.integration.git.model / BranchInfo
BranchInfo
data class BranchInfo
Parameters
name - : the name of the branch
pullRequests - : the pull requests that have name as HEAD
dependentPullRequests - : the pull requests that have name as BASE
Constructors
| Name | Summary |
|---|---|
| <init> | BranchInfo(name:String, pullRequests:List<PullRequestInfo>, dependentPullRequests:List<PullRequestInfo>) |
Properties
| Name | Summary |
|---|---|
| dependentPullRequests | : the pull requests that have name as BASEval dependentPullRequests:List<PullRequestInfo> |
| name | : the name of the branchval name:String |
| pullRequests | : the pull requests that have name as HEADval pullRequests:List<PullRequestInfo> |