hudson.plugins.testabilityexplorer.helpers
Class BuildProxyCallableHelper

java.lang.Object
  extended by hudson.plugins.testabilityexplorer.helpers.BuildProxyCallableHelper
All Implemented Interfaces:
hudson.remoting.Callable<BuildProxy,java.lang.Exception>, java.io.Serializable

public class BuildProxyCallableHelper
extends java.lang.Object
implements hudson.remoting.Callable<BuildProxy,java.lang.Exception>

A Callable that will delegate parsing of the reports to the ParseDelegate.

Author:
reik.schatz
See Also:
Serialized Form

Constructor Summary
BuildProxyCallableHelper(BuildProxy buildProxy, ParseDelegate parseDelegate, hudson.model.BuildListener listener)
           
 
Method Summary
 BuildProxy call()
          Delegates report parsing to the ParseDelegate.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildProxyCallableHelper

public BuildProxyCallableHelper(BuildProxy buildProxy,
                                ParseDelegate parseDelegate,
                                hudson.model.BuildListener listener)
Method Detail

call

public BuildProxy call()
                throws java.lang.Exception
Delegates report parsing to the ParseDelegate. Might flags the BuildProxy as not being successful.

Specified by:
call in interface hudson.remoting.Callable<BuildProxy,java.lang.Exception>
Returns:
BuildProxy
Throws:
java.lang.Exception


Copyright © 2008. All Rights Reserved.