Interface CurrentBranches.BranchesProvider
-
- Enclosing class:
- CurrentBranches
public static interface CurrentBranches.BranchesProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<BranchEx>
get(BuildTypeEx buildType, String branchGroupId)
-
-
-
Method Detail
-
get
Stream<BranchEx> get(@NotNull BuildTypeEx buildType, @NotNull String branchGroupId)
-
-