Package de.dagere.peass.ci.clean
Class CleanAllCallable
- java.lang.Object
-
- de.dagere.peass.ci.clean.CleanAllCallable
-
- All Implemented Interfaces:
FilePath.FileCallable<Boolean>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
public class CleanAllCallable extends Object implements FilePath.FileCallable<Boolean>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CleanAllCallable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkRoles(org.jenkinsci.remoting.RoleChecker checker)
Boolean
invoke(File potentialSlaveWorkspace, hudson.remoting.VirtualChannel channel)
-
-
-
Method Detail
-
checkRoles
public void checkRoles(org.jenkinsci.remoting.RoleChecker checker) throws SecurityException
- Specified by:
checkRoles
in interfaceorg.jenkinsci.remoting.RoleSensitive
- Throws:
SecurityException
-
invoke
public Boolean invoke(File potentialSlaveWorkspace, hudson.remoting.VirtualChannel channel)
- Specified by:
invoke
in interfaceFilePath.FileCallable<Boolean>
-
-