com.atlassian.jira.web.action.setup
Class SetupSharedVariables

java.lang.Object
  extended by com.atlassian.jira.web.action.setup.SetupSharedVariables

public class SetupSharedVariables
extends Object

Stores items shared across setup steps. Future work should make this class vanish.


Field Summary
static String SETUP_CHOOSEN_BUNDLE
           
 
Constructor Summary
SetupSharedVariables(HttpServletVariables servletVariables, ApplicationProperties applicationProperties)
           
 
Method Summary
 String getBaseUrl()
           
 boolean getBundleHasLicenseError()
           
 Set<org.apache.commons.httpclient.Cookie> getBundleLicenseCookies()
           
 String getBundleLicenseKey()
           
 String getSelectedBundle()
           
 String getWebSudoToken()
           
 void removeBundleLicenseCookies()
           
 void setBundleHasLicenseError(boolean hasError)
           
 void setBundleLicenseCookies(Set<org.apache.commons.httpclient.Cookie> cookies)
           
 void setBundleLicenseKey(String licenseKey)
           
 void setSelectedBundle(String selection)
           
 void setWebSudoToken(String token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SETUP_CHOOSEN_BUNDLE

public static final String SETUP_CHOOSEN_BUNDLE
See Also:
Constant Field Values
Constructor Detail

SetupSharedVariables

public SetupSharedVariables(HttpServletVariables servletVariables,
                            ApplicationProperties applicationProperties)
Method Detail

getSelectedBundle

public String getSelectedBundle()

setSelectedBundle

public void setSelectedBundle(String selection)

getBundleLicenseKey

public String getBundleLicenseKey()

setBundleLicenseKey

public void setBundleLicenseKey(String licenseKey)

getBundleLicenseCookies

public Set<org.apache.commons.httpclient.Cookie> getBundleLicenseCookies()

setBundleLicenseCookies

public void setBundleLicenseCookies(Set<org.apache.commons.httpclient.Cookie> cookies)

removeBundleLicenseCookies

public void removeBundleLicenseCookies()

getBaseUrl

public String getBaseUrl()

getBundleHasLicenseError

public boolean getBundleHasLicenseError()

setBundleHasLicenseError

public void setBundleHasLicenseError(boolean hasError)

getWebSudoToken

public String getWebSudoToken()

setWebSudoToken

public void setWebSudoToken(String token)


Copyright © 2002-2014 Atlassian. All Rights Reserved.