org.jenkinsci.plugins.graniteclient
Class AbstractClientFileCallable<T>

java.lang.Object
  extended by org.jenkinsci.plugins.graniteclient.AbstractClientFileCallable<T>
All Implemented Interfaces:
hudson.FilePath.FileCallable<T>, Serializable

Deprecated.

@Deprecated
public abstract class AbstractClientFileCallable<T>
extends Object
implements hudson.FilePath.FileCallable<T>

Simple abstract class which can probably be eliminated since it doesn't provide much benefit TODO remove

See Also:
Serialized Form

Field Summary
protected  GraniteClientConfig clientConfig
          Deprecated.  
protected  hudson.model.TaskListener listener
          Deprecated.  
 
Constructor Summary
protected AbstractClientFileCallable(GraniteClientConfig clientConfig, hudson.model.TaskListener listener)
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hudson.FilePath.FileCallable
invoke
 

Field Detail

clientConfig

protected final GraniteClientConfig clientConfig
Deprecated. 

listener

protected final hudson.model.TaskListener listener
Deprecated. 
Constructor Detail

AbstractClientFileCallable

protected AbstractClientFileCallable(GraniteClientConfig clientConfig,
                                     hudson.model.TaskListener listener)
Deprecated. 


Copyright © 2013-2014. All Rights Reserved.