org.jenkinsci.plugins.configfiles.common
Class CleanTempFilesAction

java.lang.Object
  extended by hudson.model.InvisibleAction
      extended by 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

Constructor Summary
CleanTempFilesAction(List<String> tempFiles)
           
CleanTempFilesAction(String tempFile)
           
 
Method Summary
 List<String> getTempFiles()
          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
 

Constructor Detail

CleanTempFilesAction

public CleanTempFilesAction(List<String> tempFiles)

CleanTempFilesAction

public CleanTempFilesAction(String tempFile)
Method Detail

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.