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

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

public class SetupProductBundleHelper
extends Object


Constructor Summary
SetupProductBundleHelper(SetupSharedVariables sharedVariables)
           
 
Method Summary
 void authenticateUser(String username, String password)
           
 void cleanLicenseError()
           
 void destroySession()
           
 void enableWebSudo()
           
 boolean hasLicenseError()
           
 boolean isDevelopmentBundleSelected()
           
 boolean isNoBundleSelected()
           
 boolean isServiceDeskBundleSelected()
           
 boolean saveLicense()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetupProductBundleHelper

public SetupProductBundleHelper(SetupSharedVariables sharedVariables)
Method Detail

authenticateUser

public void authenticateUser(String username,
                             String password)

enableWebSudo

public void enableWebSudo()

saveLicense

public boolean saveLicense()

destroySession

public void destroySession()

isDevelopmentBundleSelected

public boolean isDevelopmentBundleSelected()

isServiceDeskBundleSelected

public boolean isServiceDeskBundleSelected()

isNoBundleSelected

public boolean isNoBundleSelected()

hasLicenseError

public boolean hasLicenseError()

cleanLicenseError

public void cleanLicenseError()


Copyright © 2002-2014 Atlassian. All Rights Reserved.