org.hudsonci.utils.tasks
Class Chmod

java.lang.Object
  extended by org.hudsonci.utils.tasks.Chmod
All Implemented Interfaces:
FilePath.FileCallable<Void>, Serializable

public class Chmod
extends Object
implements FilePath.FileCallable<Void>

Change file(s) permissions on remote node.

Since:
2.1.0
Author:
Jason Dillon
See Also:
Serialized Form

Constructor Summary
Chmod(int mode)
           
 
Method Summary
 Void invoke(File file, VirtualChannel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Chmod

public Chmod(int mode)
Method Detail

invoke

public Void invoke(File file,
                   VirtualChannel channel)
            throws IOException
Specified by:
invoke in interface FilePath.FileCallable<Void>
Throws:
IOException


Copyright © 2004-2011 Hudson. All Rights Reserved.