Uses of Class
jetbrains.buildServer.serverSide.impl.history.HistoryQueryRunner
-
-
Uses of HistoryQueryRunner in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return HistoryQueryRunner Modifier and Type Method Description HistoryQueryRunner
BuildHistoryEx. createHistoryQueryRunner(User user, boolean includePersonalBuildsIfUserNotSpecified, boolean includeCanceled, boolean orderByChanges)
-
Uses of HistoryQueryRunner in jetbrains.buildServer.serverSide.fakes
Methods in jetbrains.buildServer.serverSide.fakes that return HistoryQueryRunner Modifier and Type Method Description HistoryQueryRunner
FakeBuildHistory. createHistoryQueryRunner(User user, boolean includePersonalBuildsIfUserNotSpecified, boolean includeCanceled, boolean orderByChanges)
-
Uses of HistoryQueryRunner in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that return HistoryQueryRunner Modifier and Type Method Description HistoryQueryRunner
SecuredBuildHistory. createHistoryQueryRunner(User user, boolean includePersonalBuildsIfUserNotSpecified, boolean includeCanceled, boolean orderByChanges)
-
Uses of HistoryQueryRunner in jetbrains.buildServer.serverSide.impl.history
Methods in jetbrains.buildServer.serverSide.impl.history that return HistoryQueryRunner Modifier and Type Method Description HistoryQueryRunner
DBBuildHistory. createHistoryQueryRunner(User user, boolean includePersonalBuildsIfNoUser, boolean includeCanceled, boolean orderByChanges)
HistoryQueryRunner
QueryRunnerFactory. createHistoryQueryRunner()
HistoryQueryRunner
QueryRunnerFactory. createHistoryQueryRunner(BuildFactory customBuildFactory)
-