public class ScmSyncConfigurationDataProvider extends Object
Constructor and Description |
---|
ScmSyncConfigurationDataProvider() |
Modifier and Type | Method and Description |
---|---|
protected static javax.servlet.http.HttpServletRequest |
currentRequest() |
static void |
provideBotherTimeout(String type,
int timeoutMinutesFromNow,
String currentUrl) |
static void |
provideComment(String comment) |
static void |
provideRequestDuring(javax.servlet.http.HttpServletRequest request,
Callable<Void> callable) |
protected static void |
purgeOutdatedBotherTimeouts(Map<BotherTimeout,Date> botherTimeouts) |
static Date |
retrieveBotherTimeoutMatchingUrl(String currentURL) |
static String |
retrieveComment(boolean cleanComment) |
protected static Map<BotherTimeout,Date> |
retrievePurgedBotherTimeouts() |
public static void provideBotherTimeout(String type, int timeoutMinutesFromNow, String currentUrl)
public static Date retrieveBotherTimeoutMatchingUrl(String currentURL)
protected static Map<BotherTimeout,Date> retrievePurgedBotherTimeouts()
protected static void purgeOutdatedBotherTimeouts(Map<BotherTimeout,Date> botherTimeouts)
public static void provideComment(String comment)
public static String retrieveComment(boolean cleanComment)
public static void provideRequestDuring(javax.servlet.http.HttpServletRequest request, Callable<Void> callable) throws Exception
Exception
protected static javax.servlet.http.HttpServletRequest currentRequest()
Copyright © 2004-2016. All Rights Reserved.