org.jenkinsci.plugins.configfiles.buildwrapper
Class CleanTempFilesAction
java.lang.Object
hudson.model.InvisibleAction
org.jenkinsci.plugins.configfiles.buildwrapper.CleanTempFilesAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject
public class CleanTempFilesAction
- extends hudson.model.InvisibleAction
Temporal action to transport information about t files to be deleted to the CleanTempFilesRunListener.
- Author:
- Dominik Bartholdi (imod)
- See Also:
CleanTempFilesRunListener
|
Field Summary |
List<hudson.FilePath> |
tempFiles
list of the temp files to be removed - never null |
| Methods inherited from class hudson.model.InvisibleAction |
getDisplayName, getIconFileName, getUrlName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tempFiles
public List<hudson.FilePath> tempFiles
- list of the temp files to be removed - never
null
CleanTempFilesAction
public CleanTempFilesAction(List<hudson.FilePath> tempFiles)
Copyright © 2004-2012. All Rights Reserved.