com.atlassian.jira.functest.framework
Class WatchdogLoggingCallback

java.lang.Object
  extended by 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

Field Summary
static WatchdogLoggingCallback INSTANCE
           
 
Constructor Summary
WatchdogLoggingCallback()
           
 
Method Summary
 Void apply(WebTestDescription test)
           
 
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
 

Field Detail

INSTANCE

public static WatchdogLoggingCallback INSTANCE
Constructor Detail

WatchdogLoggingCallback

public WatchdogLoggingCallback()
Method Detail

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.