Interface VcsBranches
-
- All Superinterfaces:
Pageable
- All Known Implementing Classes:
GitHubVcsBranches
,GitLabVcsBranches
public interface VcsBranches extends Pageable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<? extends ExternalBranch>
getBranches()
-
Methods inherited from interface jetbrains.buildServer.vcshostings.Pageable
getTotalCount, hasMore, nextPage
-
-
-
-
Method Detail
-
getBranches
@NotNull Collection<? extends ExternalBranch> getBranches()
- Returns:
- resulting branches collection
-
-