Class DailyBackupAdminAction

    • Constructor Detail

      • DailyBackupAdminAction

        public DailyBackupAdminAction()
    • Method Detail

      • validate

        public void validate()
        Specified by:
        validate in interface MessageHolderAware
        Specified by:
        validate in interface com.opensymphony.xwork2.Validateable
        Overrides:
        validate in class com.opensymphony.xwork2.ActionSupport
      • execute

        public String execute()
                       throws Exception
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Throws:
        Exception
      • isBackupEnabled

        public boolean isBackupEnabled()
      • getDefaultBackupPath

        public String getDefaultBackupPath()
      • doEdit

        public String doEdit()
                      throws com.atlassian.config.ConfigurationException
        Throws:
        com.atlassian.config.ConfigurationException
      • isCustomLocationAllowed

        public boolean isCustomLocationAllowed()
      • getExampleOfDatePattern

        public String getExampleOfDatePattern()
      • getDailyBackupFilePrefixWithDatePattern

        public String getDailyBackupFilePrefixWithDatePattern()
      • getBackupPath

        public String getBackupPath()
      • setBackupPath

        public void setBackupPath​(String backupPath)
      • isBackupAttachments

        public boolean isBackupAttachments()
      • setBackupAttachments

        public void setBackupAttachments​(boolean backupAttachments)
      • getBackupOption

        public String getBackupOption()
      • setBackupOption

        public void setBackupOption​(String backupOption)
      • getBackupOptions

        public List<com.atlassian.core.util.PairType> getBackupOptions()
      • getDailyBackupFilePrefix

        public String getDailyBackupFilePrefix()
      • setDailyBackupFilePrefix

        public void setDailyBackupFilePrefix​(String dailyBackupFilePrefix)
      • getDailyBackupDateFormatPattern

        public String getDailyBackupDateFormatPattern()
      • setDailyBackupDateFormatPattern

        public void setDailyBackupDateFormatPattern​(String dailyBackupDateFormatPattern)
      • setAdminUiProperties

        public void setAdminUiProperties​(AdminUiProperties adminUiProperties)
      • setScheduledJobManager

        public void setScheduledJobManager​(ScheduledJobManager scheduledJobManager)
      • getEditMode

        public boolean getEditMode()
      • setConfluenceHome

        public void setConfluenceHome​(com.atlassian.dc.filestore.api.compat.FilesystemPath confluenceHome)