org.jenkinsci.plugins.configfiles.common
Class CleanTempFilesAction
java.lang.Object
hudson.model.InvisibleAction
org.jenkinsci.plugins.configfiles.common.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
| 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 |
CleanTempFilesAction
public CleanTempFilesAction(List<String> tempFiles)
CleanTempFilesAction
public CleanTempFilesAction(String tempFile)
getTempFiles
public List<String> getTempFiles()
- List of the temp files to be removed - never
null.
- Returns:
- list of temp files
Copyright © 2004-2012. All Rights Reserved.