Interface PullRequestManager.TargetBranchesInfo
-
- Enclosing interface:
- PullRequestManager
public static interface PullRequestManager.TargetBranchesInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>
getBranches()
boolean
isRecentlyRetrieved()
-
-
-
Method Detail
-
getBranches
Collection<String> getBranches()
-
isRecentlyRetrieved
boolean isRecentlyRetrieved()
-
-