Package com.atlassian.jira.plugin.freeze
Class FreezeFileManager
java.lang.Object
com.atlassian.jira.plugin.freeze.FreezeFileManager
This manager handles the creation and deletion of the
RosterFileScanner
file as well as deletion of plugins
that are not listed in this file.- Since:
- v7.3
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
freeze()
boolean
isPluginInFreezeFile
(Path plugin) void
void
unfreeze()
-
Method Details
-
freeze
public void freeze()- Throws:
RuntimeException
- when creation of the freeze file fails
-
unfreeze
public void unfreeze()- Throws:
RuntimeException
- when the deletion of the freeze file fails
-
removeUnfrozenPlugins
public void removeUnfrozenPlugins()- Throws:
RuntimeException
- when the deletion of the freeze file fails
-
isPluginInFreezeFile
-