Package jetbrains.buildServer.vcs.util
Class DuplicateVcsRootsInfo
- java.lang.Object
-
- jetbrains.buildServer.vcs.util.DuplicateVcsRootsInfo
-
public class DuplicateVcsRootsInfo extends Object
Created by IntelliJ IDEA. User: Evgeniy.Koshkin Date: 15.02.13 Time: 10:03
-
-
Constructor Summary
Constructors Constructor Description DuplicateVcsRootsInfo(Long hash, Collection<SVcsRoot> duplicates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Collection<SVcsRoot>
getDuplicates()
Long
getHash()
int
hashCode()
-
-
-
Constructor Detail
-
DuplicateVcsRootsInfo
public DuplicateVcsRootsInfo(Long hash, Collection<SVcsRoot> duplicates)
-
-