kinta-lib / com.dailymotion.kinta.integration.github / GithubIntegration / BranchInfo
BranchInfo
data class BranchInfo
Parameters
name
- : the name of the branch
pullRequests
- : the pull requests associated with a given branch
Constructors
Name | Summary |
---|---|
<init> | BranchInfo(name: String , pullRequests: List <PullRequestInfo>, dependantPullRequests: List <PullRequestInfo>) |
Properties
Name | Summary |
---|---|
dependantPullRequests | val dependantPullRequests: List <PullRequestInfo> |
name | : the name of the branchval name: String |
pullRequests | : the pull requests associated with a given branchval pullRequests: List <PullRequestInfo> |