Class CleanTempFilesRunListener

java.lang.Object
hudson.model.listeners.RunListener<AbstractBuild<?,?>>
org.jenkinsci.plugins.configfiles.common.CleanTempFilesRunListener
All Implemented Interfaces:
ExtensionPoint

@Extension public class CleanTempFilesRunListener extends RunListener<AbstractBuild<?,?>>
Removes the temporarily created files at 'onComplete()' of each build, doing it at this state, ensures the files are available also for publishers.
Author:
Dominik Bartholdi (imod)