Uses of Class
jetbrains.buildServer.controllers.changes.ChangeStatusesCache
-
Packages that use ChangeStatusesCache Package Description jetbrains.buildServer.controllers.changes -
-
Uses of ChangeStatusesCache in jetbrains.buildServer.controllers.changes
Methods in jetbrains.buildServer.controllers.changes that return ChangeStatusesCache Modifier and Type Method Description static ChangeStatusesCache
ChangeStatusesCache. getStatusCache(javax.servlet.http.HttpServletRequest request, String projectInternalId)
Constructors in jetbrains.buildServer.controllers.changes with parameters of type ChangeStatusesCache Constructor Description ChangesPageBean(List<ChangeStatus> statusList, Filter<SBuildType> buildTypeFilter, boolean haveMoreChanges, TimeZone timezone, Date prevLastDay, ChangeStatusesCache changeStatusesCache, UserEx user, boolean hasSkippedChanges)
-