net.praqma.logging
Class LoggingCallableIntercepter<T>

java.lang.Object
  extended by hudson.FilePath.FileCallableWrapperFactory
      extended by net.praqma.logging.LoggingCallableIntercepter<T>
All Implemented Interfaces:
hudson.ExtensionPoint, Serializable

@Extension
public class LoggingCallableIntercepter<T>
extends hudson.FilePath.FileCallableWrapperFactory
implements Serializable

See Also:
Serialized Form

Nested Class Summary
 class LoggingCallableIntercepter.LoggingWrapper<T1>
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
LoggingCallableIntercepter()
           
 
Method Summary
static void setActionable(hudson.model.Actionable a)
           
<T> hudson.remoting.DelegatingCallable<T,IOException>
wrap(hudson.remoting.DelegatingCallable<T,IOException> callable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingCallableIntercepter

public LoggingCallableIntercepter()
Method Detail

setActionable

public static void setActionable(hudson.model.Actionable a)

wrap

public <T> hudson.remoting.DelegatingCallable<T,IOException> wrap(hudson.remoting.DelegatingCallable<T,IOException> callable)
Specified by:
wrap in class hudson.FilePath.FileCallableWrapperFactory


Copyright © 2004-2013. All Rights Reserved.