Class CleanupLockInterceptor
- java.lang.Object
-
- jetbrains.buildServer.controllers.interceptors.SkippableInterceptor
-
- jetbrains.buildServer.controllers.interceptors.CleanupLockInterceptor
-
- All Implemented Interfaces:
org.springframework.web.servlet.AsyncHandlerInterceptor
,org.springframework.web.servlet.HandlerInterceptor
public class CleanupLockInterceptor extends SkippableInterceptor
-
-
Constructor Summary
Constructors Constructor Description CleanupLockInterceptor(SecurityContextEx securityContext, ServerCleanupManager serverCleanupManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPathAccessibleDuringCleanup(String path)
protected boolean
preHandleInternal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object handler)
-
Methods inherited from class jetbrains.buildServer.controllers.interceptors.SkippableInterceptor
afterCompletion, afterCompletionInternal, afterConcurrentHandlingStarted, afterConcurrentHandlingStartedInternal, isInternalInterceptorsDisabledForHandler, postHandle, postHandleInternal, preHandle
-
-
-
-
Constructor Detail
-
CleanupLockInterceptor
public CleanupLockInterceptor(@NotNull SecurityContextEx securityContext, @NotNull ServerCleanupManager serverCleanupManager)
-
-
Method Detail
-
addPathAccessibleDuringCleanup
public void addPathAccessibleDuringCleanup(@NotNull String path)
-
preHandleInternal
protected boolean preHandleInternal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object handler) throws Exception
- Specified by:
preHandleInternal
in classSkippableInterceptor
- Throws:
Exception
-
-