public class

FinishSetupAction

extends AbstractSetupAction
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.setup.actions.AbstractSetupAction
         ↳ com.atlassian.confluence.setup.actions.FinishSetupAction

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.setup.actions.AbstractSetupAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
FinishSetupAction()
Public Methods
String execute()
String getInstallationMethod()
boolean isDemonstrationContentInstalled()
void setEventPublisher(EventPublisher eventPublisher)
void setInstallationMethod(String installationMethod)
void setLifecycleManager(LifecycleManager lifecycleManager)
void setUpgradeGate(UpgradeGate upgradeGate)
[Expand]
Inherited Methods
From class com.atlassian.confluence.setup.actions.AbstractSetupAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.plugin.descriptor.web.WebInterface
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware

Public Constructors

public FinishSetupAction ()

Public Methods

public String execute ()

Throws
Exception

public String getInstallationMethod ()

public boolean isDemonstrationContentInstalled ()

public void setEventPublisher (EventPublisher eventPublisher)

public void setInstallationMethod (String installationMethod)

public void setLifecycleManager (LifecycleManager lifecycleManager)

public void setUpgradeGate (UpgradeGate upgradeGate)