Class CleanTempFilesAction
java.lang.Object
hudson.model.InvisibleAction
org.jenkinsci.plugins.configfiles.common.CleanTempFilesAction
- All Implemented Interfaces:
Action,EnvironmentContributingAction,ModelObject
Temporal action to transport information about t files to be deleted to the
CleanTempFilesRunListener.- Author:
- Dominik Bartholdi (imod)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCleanTempFilesAction(String tempfile) CleanTempFilesAction(Map<ManagedFile, FilePath> file2Path) -
Method Summary
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlNameMethods inherited from interface hudson.model.EnvironmentContributingAction
buildEnvironment
-
Constructor Details
-
CleanTempFilesAction
-
CleanTempFilesAction
-
-
Method Details
-
buildEnvVars
- Specified by:
buildEnvVarsin interfaceEnvironmentContributingAction
-