Class OSArchTask

  • All Implemented Interfaces:
    hudson.FilePath.FileCallable<java.lang.String>, java.io.Serializable, org.jenkinsci.remoting.RoleSensitive

    public class OSArchTask
    extends jenkins.MasterToSlaveFileCallable<java.lang.String>
    implements hudson.FilePath.FileCallable<java.lang.String>
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      OSArchTask()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String invoke​(java.io.File workspace, hudson.remoting.VirtualChannel channel)  
      • Methods inherited from class jenkins.MasterToSlaveFileCallable

        checkRoles
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.jenkinsci.remoting.RoleSensitive

        checkRoles
    • Constructor Detail

      • OSArchTask

        public OSArchTask()
    • Method Detail

      • invoke

        public java.lang.String invoke​(java.io.File workspace,
                                       hudson.remoting.VirtualChannel channel)
        Specified by:
        invoke in interface hudson.FilePath.FileCallable<java.lang.String>