Class DuplicatesQueries
- java.lang.Object
-
- jetbrains.buildServer.serverSide.messages.codeDuplicates.DuplicatesQueries
-
public class DuplicatesQueries extends Object
-
-
Constructor Summary
Constructors Constructor Description DuplicatesQueries()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
countResults(SQLRunnerEx sqlRunner, long buildId)
static int[]
getStatistics(SQLRunnerEx sqlRunner, long buildId)
static List<long[]>
listDuplicates(SQLRunnerEx sqlRunner, long fragmentId)
static Map<Long,String>
listFiles(SQLRunnerEx sqlRunner, long fragmentId)
static List<DuplicateFragment>
listInstances(SQLRunnerEx sqlRunner, long fragmentId)
static Map<String,Object[]>
listPaths(SQLRunnerEx sqlRunner, long buildId)
-
-
-
Method Detail
-
listPaths
public static Map<String,Object[]> listPaths(SQLRunnerEx sqlRunner, long buildId)
-
listInstances
public static List<DuplicateFragment> listInstances(SQLRunnerEx sqlRunner, long fragmentId)
-
listDuplicates
public static List<long[]> listDuplicates(SQLRunnerEx sqlRunner, long fragmentId)
-
listFiles
public static Map<Long,String> listFiles(SQLRunnerEx sqlRunner, long fragmentId)
-
getStatistics
public static int[] getStatistics(SQLRunnerEx sqlRunner, long buildId)
-
countResults
public static long countResults(SQLRunnerEx sqlRunner, long buildId)
-
-