org.jenkinsci.plugins.graniteclient
Class AbstractClientFileCallable<T>
java.lang.Object
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
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 |
clientConfig
protected final GraniteClientConfig clientConfig
- Deprecated.
listener
protected final hudson.model.TaskListener listener
- Deprecated.
AbstractClientFileCallable
protected AbstractClientFileCallable(GraniteClientConfig clientConfig,
hudson.model.TaskListener listener)
- Deprecated.
Copyright © 2013-2014. All Rights Reserved.