Class FreezeFileManager

java.lang.Object
com.atlassian.jira.plugin.freeze.FreezeFileManager

public class FreezeFileManager extends Object
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 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

      public boolean isPluginInFreezeFile(Path plugin)