Class CleanMeasurementCallable
- java.lang.Object
-
- de.dagere.peass.ci.clean.callables.CleanCallable
-
- de.dagere.peass.ci.clean.callables.CleanMeasurementCallable
-
- All Implemented Interfaces:
FilePath.FileCallable<Boolean>,Serializable,org.jenkinsci.remoting.RoleSensitive
public class CleanMeasurementCallable extends CleanCallable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CleanMeasurementCallable(TaskListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanFolder(de.dagere.peass.folders.ResultsFolders resultsFolders)Booleaninvoke(File workspaceFolder, hudson.remoting.VirtualChannel channel)-
Methods inherited from class de.dagere.peass.ci.clean.callables.CleanCallable
checkRoles
-
-
-
-
Constructor Detail
-
CleanMeasurementCallable
public CleanMeasurementCallable(TaskListener listener)
-
-
Method Detail
-
invoke
public Boolean invoke(File workspaceFolder, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
- Specified by:
invokein interfaceFilePath.FileCallable<Boolean>- Overrides:
invokein classCleanCallable- Throws:
IOExceptionInterruptedException
-
cleanFolder
public void cleanFolder(de.dagere.peass.folders.ResultsFolders resultsFolders) throws IOException- Throws:
IOException
-
-