Interface BuildTypeBranches.BuildTypeVcsBranchesInfo
-
- Enclosing class:
- BuildTypeBranches
public static interface BuildTypeBranches.BuildTypeVcsBranchesInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Long
getBranchTimestamp(String branch)
Map<String,Long>
getBranchTimestamps()
Set<String>
getVcsBranchNames()
Collection<VcsRootInstance>
getVcsRootInstances()
-
-
-
Method Detail
-
getVcsRootInstances
@NotNull Collection<VcsRootInstance> getVcsRootInstances()
-
-