public class

SetupBonfire

extends JiraWebActionSupport
java.lang.Object
   ↳ webwork.action.ActionSupport
     ↳ com.atlassian.jira.action.JiraActionSupport
       ↳ com.atlassian.jira.web.action.JiraWebActionSupport
         ↳ com.atlassian.jira.web.action.bonfire.SetupBonfire

Summary

[Expand]
Inherited Constants
From class com.atlassian.jira.web.action.JiraWebActionSupport
From interface webwork.action.Action
[Expand]
Inherited Fields
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
Public Constructors
SetupBonfire(ExternalLinkUtil externalLinkUtil, PluginAccessor pluginAccessor, JiraLicenseService licenseService, PluginController pluginController)
Public Methods
String doDefault()
String doFetchLicense()
String doReturnFromMAC()
String getCallbackUrl()
String getLicense()
String getOrganisation()
String getRequestEvaluatorLicenseURL()
boolean isPluginInstalled()
void setLicense(String license)
Protected Methods
String doExecute()
void doValidation()
[Expand]
Inherited Methods
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
From class java.lang.Object
From interface com.atlassian.jira.util.ErrorCollection
From interface com.atlassian.jira.util.I18nHelper
From interface com.atlassian.jira.web.HttpServletVariables
From interface com.atlassian.jira.web.util.AuthorizationSupport
From interface webwork.action.Action
From interface webwork.action.CommandDriven
From interface webwork.action.IllegalArgumentAware

Public Constructors

public SetupBonfire (ExternalLinkUtil externalLinkUtil, PluginAccessor pluginAccessor, JiraLicenseService licenseService, PluginController pluginController)

Public Methods

public String doDefault ()

Throws
Exception

public String doFetchLicense ()

Throws
Exception

public String doReturnFromMAC ()

Throws
Exception

public String getCallbackUrl ()

public String getLicense ()

public String getOrganisation ()

public String getRequestEvaluatorLicenseURL ()

public boolean isPluginInstalled ()

public void setLicense (String license)

Protected Methods

protected String doExecute ()

Throws
Exception

protected void doValidation ()