Interface MasterSlaveCallable<T>

All Superinterfaces:
FilePath.FileCallable<T>, org.jenkinsci.remoting.RoleSensitive, Serializable
All Known Implementing Classes:
S3CleanupUploadCallable, S3GzipCallable, S3UploadCallable, S3WaitUploadCallable

public interface MasterSlaveCallable<T> extends FilePath.FileCallable<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    Stream from slave to master, then upload from master
    invoke(File file, hudson.remoting.VirtualChannel channel)
    Upload from slave directly

    Methods inherited from interface org.jenkinsci.remoting.RoleSensitive

    checkRoles