org.jenkinsci.plugins.configfiles.buildwrapper
Class CleanTempFilesAction

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

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