Uses of Class
jetbrains.buildServer.util.Couple
-
Packages that use Couple Package Description jetbrains.buildServer.controllers.admin.backup jetbrains.buildServer.serverSide.db jetbrains.buildServer.serverSide.impl.projects jetbrains.buildServer.util -
-
Uses of Couple in jetbrains.buildServer.controllers.admin.backup
Methods in jetbrains.buildServer.controllers.admin.backup that return types with arguments of type Couple Modifier and Type Method Description List<List<Couple<String>>>BackupCurrentInfo. getExceptions()Method parameters in jetbrains.buildServer.controllers.admin.backup with type arguments of type Couple Modifier and Type Method Description voidBackupCurrentInfo. setExceptions(List<List<Couple<String>>> exceptions) -
Uses of Couple in jetbrains.buildServer.serverSide.db
Methods in jetbrains.buildServer.serverSide.db that return Couple Modifier and Type Method Description Couple<String>SQLDialect. createPermTableHeaderFooter(String tableName, DBFunctions dbf)Couple<String>SQLDialect. createPermTableHeaderFooter(TableDef table, DBFunctions dbf)Couple<String>SQLDialect. createTempTableHeaderFooter(String tableName, DBFunctions dbf)Couple<String>SQLDialect. createTempTableHeaderFooter(TableDef table, DBFunctions dbf)Constructors in jetbrains.buildServer.serverSide.db with parameters of type Couple Constructor Description DBBatchSaver(String tableName, Class<T> itemClass, Couple<List<Couple<String>>> itemSpecification)Constructor parameters in jetbrains.buildServer.serverSide.db with type arguments of type Couple Constructor Description DBBatchSaver(String tableName, Class<T> itemClass, Couple<List<Couple<String>>> itemSpecification) -
Uses of Couple in jetbrains.buildServer.serverSide.impl.projects
Method parameters in jetbrains.buildServer.serverSide.impl.projects with type arguments of type Couple Modifier and Type Method Description static voidConfigFilePersister. collectFilesToMove(File oldConfigDirectory, File newConfigDirectory, String fileName, List<Couple<File>> filesToRename)static voidConfigFilePersister. collectFilesToRenameOnChangeExternalId(File configDirectory, String oldExternalId, String newExternalId, List<Couple<File>> filesToRename) -
Uses of Couple in jetbrains.buildServer.util
Methods in jetbrains.buildServer.util that return Couple Modifier and Type Method Description static <T extends Comparable<T>>
Couple<SortedSet<T>>CollectionTools. diffs(SortedSet<T> set1, SortedSet<T> set2)Makes diffs between two sets, using the fast merge-anti-join algorythm.static <TT> Couple<TT>Couple. of(TT a, TT b)static <K,V>
Couple<com.google.common.collect.ImmutableSortedMap<K,V>>CollectionTools. separateByKeyCondition(SortedMap<K,V> map, com.google.common.base.Predicate<K> predicate)Separates (discriminates) a sorted map onto two maps by key conditions.Methods in jetbrains.buildServer.util with parameters of type Couple Modifier and Type Method Description booleanCouple. equals(Couple<T> that)
-