Class CleanCallable
- java.lang.Object
-
- de.dagere.peass.ci.clean.callables.CleanCallable
-
- All Implemented Interfaces:
FilePath.FileCallable<Boolean>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
- Direct Known Subclasses:
CleanMeasurementCallable
,CleanRCACallable
,CleanRTSCallable
public abstract class CleanCallable extends Object implements FilePath.FileCallable<Boolean>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CleanCallable(TaskListener listener)
-
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)
-
-
-
Constructor Detail
-
CleanCallable
public CleanCallable(TaskListener listener)
-
-
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) throws IOException, InterruptedException
- Specified by:
invoke
in interfaceFilePath.FileCallable<Boolean>
- Throws:
IOException
InterruptedException
-
-