Class DefaultJiraHomeTemplatesRevertService

java.lang.Object
com.atlassian.jira.template.DefaultJiraHomeTemplatesRevertService
All Implemented Interfaces:
JiraHomeTemplatesRevertService

public class DefaultJiraHomeTemplatesRevertService extends Object implements JiraHomeTemplatesRevertService
Since:
v8.14
  • Field Details

    • TEMP_DIR

      protected static final String TEMP_DIR
      See Also:
    • REVERT_TEMP_DIR

      protected static final String REVERT_TEMP_DIR
      See Also:
    • SHARE_PLUGIN_KEY

      protected static final String SHARE_PLUGIN_KEY
      See Also:
    • BATCH_EMAILS_PLUGIN_KEY

      protected static final String BATCH_EMAILS_PLUGIN_KEY
      See Also:
    • BATCH_EMAILS_SOURCE_PATH

      protected static final String BATCH_EMAILS_SOURCE_PATH
      See Also:
    • BATCH_EMAILS_TARGET_PATH

      public static final String BATCH_EMAILS_TARGET_PATH
      See Also:
    • BATCH_EMAILS_TARGET_PATH_TEMP

      protected static final String BATCH_EMAILS_TARGET_PATH_TEMP
      See Also:
    • BATCH_EMAILS_REVERT_TEMP

      protected static final String BATCH_EMAILS_REVERT_TEMP
      See Also:
    • SHARE_PLUGIN_RESOURCES

      protected static final List<String> SHARE_PLUGIN_RESOURCES
    • BATCH_EMAILS_PLUGIN_RESOURCES

      protected static final List<String> BATCH_EMAILS_PLUGIN_RESOURCES
    • templatesTargetLocation

      protected final String templatesTargetLocation
    • batchTemplatesTargetLocation

      protected final String batchTemplatesTargetLocation
    • templatesTargetLocationTemp

      protected final String templatesTargetLocationTemp
    • batchTemplatesTargetLocationTemp

      protected final String batchTemplatesTargetLocationTemp
    • templatesRevertTemp

      protected final String templatesRevertTemp
    • batchTemplatesRevertTemp

      protected final String batchTemplatesRevertTemp
  • Constructor Details

    • DefaultJiraHomeTemplatesRevertService

      public DefaultJiraHomeTemplatesRevertService(FileStores fileStores, com.atlassian.plugin.PluginAccessor pluginAccessor)
  • Method Details