Package com.rm5248.debianpbuilder
Class PbuilderInterface.CheckIfAbsolutePathExists
java.lang.Object
com.rm5248.debianpbuilder.PbuilderInterface.CheckIfAbsolutePathExists
- All Implemented Interfaces:
FilePath.FileCallable<Boolean>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
- Enclosing class:
- PbuilderInterface
protected static final class PbuilderInterface.CheckIfAbsolutePathExists
extends Object
implements FilePath.FileCallable<Boolean>
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CheckIfAbsolutePathExists
-
-
Method Details
-
invoke
public Boolean invoke(File file, hudson.remoting.VirtualChannel vc) throws IOException, InterruptedException - Specified by:
invoke
in interfaceFilePath.FileCallable<Boolean>
- Throws:
IOException
InterruptedException
-
checkRoles
- Specified by:
checkRoles
in interfaceorg.jenkinsci.remoting.RoleSensitive
- Throws:
SecurityException
-