Class S3BaseUploadCallable<T>

java.lang.Object
jenkins.MasterToSlaveFileCallable<T>
jenkins.plugins.itemstorage.s3.S3BaseUploadCallable<T>
Type Parameters:
T -
All Implemented Interfaces:
FilePath.FileCallable<T>, Serializable, org.jenkinsci.remoting.RoleSensitive
Direct Known Subclasses:
S3UploadAllCallable, S3UploadCallable

public abstract class S3BaseUploadCallable<T> extends MasterToSlaveFileCallable<T>
From S3 Plugin modified for this purpose This class supports subclasses to create S3 object metadata
See Also: