Class ReadOnlySetupPersister

  • All Implemented Interfaces:
    com.atlassian.config.setup.SetupPersister

    public class ReadOnlySetupPersister
    extends Object
    implements com.atlassian.config.setup.SetupPersister
    Read-only wrapper for SetupPersister
    Since:
    8.5.2
    • Constructor Detail

      • ReadOnlySetupPersister

        public ReadOnlySetupPersister​(com.atlassian.config.setup.SetupPersister delegate)
    • Method Detail

      • getUncompletedSteps

        public List getUncompletedSteps()
        Specified by:
        getUncompletedSteps in interface com.atlassian.config.setup.SetupPersister
      • getCompletedSteps

        public List getCompletedSteps()
        Specified by:
        getCompletedSteps in interface com.atlassian.config.setup.SetupPersister
      • getSetupType

        public String getSetupType()
        Specified by:
        getSetupType in interface com.atlassian.config.setup.SetupPersister
      • setSetupType

        public void setSetupType​(String setupType)
        Specified by:
        setSetupType in interface com.atlassian.config.setup.SetupPersister
      • finishSetup

        public void finishSetup()
                         throws com.atlassian.config.setup.SetupException
        Specified by:
        finishSetup in interface com.atlassian.config.setup.SetupPersister
        Throws:
        com.atlassian.config.setup.SetupException
      • progessSetupStep

        public void progessSetupStep()
        Specified by:
        progessSetupStep in interface com.atlassian.config.setup.SetupPersister
      • getCurrentStep

        public String getCurrentStep()
        Specified by:
        getCurrentStep in interface com.atlassian.config.setup.SetupPersister
      • isDemonstrationContentInstalled

        public boolean isDemonstrationContentInstalled()
        Specified by:
        isDemonstrationContentInstalled in interface com.atlassian.config.setup.SetupPersister
      • setDemonstrationContentInstalled

        public void setDemonstrationContentInstalled()
        Specified by:
        setDemonstrationContentInstalled in interface com.atlassian.config.setup.SetupPersister