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

Field Summary
 List<hudson.FilePath> tempFiles
          list of the temp files to be removed - never null
 
Constructor Summary
CleanTempFilesAction(List<hudson.FilePath> tempFiles)
           
 
Method Summary
 
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
 

Field Detail

tempFiles

public List<hudson.FilePath> tempFiles
list of the temp files to be removed - never null

Constructor Detail

CleanTempFilesAction

public CleanTempFilesAction(List<hudson.FilePath> tempFiles)


Copyright © 2004-2012. All Rights Reserved.