com.atlassian.jira.functest.framework
Class WatchdogLoggingCallback
java.lang.Object
com.atlassian.jira.functest.framework.WatchdogLoggingCallback
- All Implemented Interfaces:
- com.google.common.base.Function<WebTestDescription,Void>
public class WatchdogLoggingCallback
- extends Object
- implements com.google.common.base.Function<WebTestDescription,Void>
A callback to the JIRA watchdog listener that logs the frozen test
- Since:
- v4.4
- See Also:
JiraTestWatchDog
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.common.base.Function |
equals |
INSTANCE
public static WatchdogLoggingCallback INSTANCE
WatchdogLoggingCallback
public WatchdogLoggingCallback()
apply
public Void apply(WebTestDescription test)
- Specified by:
apply
in interface com.google.common.base.Function<WebTestDescription,Void>
Copyright © 2002-2012 Atlassian. All Rights Reserved.