org.hudsonci.utils.tasks
Class Chmod
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Chmod
public Chmod(int mode)
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.