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
ConstructorDescriptionCleanTempFilesAction
(String tempfile) CleanTempFilesAction
(Map<ManagedFile, FilePath> file2Path) -
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
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
Methods inherited from interface hudson.model.EnvironmentContributingAction
buildEnvironment
-
Constructor Details
-
CleanTempFilesAction
-
CleanTempFilesAction
-
-
Method Details
-
buildEnvVars
- Specified by:
buildEnvVars
in interfaceEnvironmentContributingAction
-