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 HistoryQueryRunnerBuildHistoryEx. 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 HistoryQueryRunnerFakeBuildHistory. 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 HistoryQueryRunnerSecuredBuildHistory. 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 HistoryQueryRunnerDBBuildHistory. createHistoryQueryRunner(User user, boolean includePersonalBuildsIfNoUser, boolean includeCanceled, boolean orderByChanges)HistoryQueryRunnerQueryRunnerFactory. createHistoryQueryRunner()HistoryQueryRunnerQueryRunnerFactory. createHistoryQueryRunner(BuildFactory customBuildFactory)
-