Uses of Class
com.atlassian.jira.configurator.config.WebServerProfile

Packages that use WebServerProfile
com.atlassian.jira.configurator.config   
com.atlassian.jira.configurator.gui   
 

Uses of WebServerProfile in com.atlassian.jira.configurator.config
 

Methods in com.atlassian.jira.configurator.config that return WebServerProfile
 WebServerProfile Settings.getWebServerProfile()
           
static WebServerProfile WebServerProfile.retrieveByFlags(boolean httpEnabled, boolean httpsEnabled)
           
static WebServerProfile WebServerProfile.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WebServerProfile[] WebServerProfile.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.jira.configurator.config that return types with arguments of type WebServerProfile
static List<WebServerProfile> WebServerProfile.getUsableProfiles(Settings settings)
           
 

Uses of WebServerProfile in com.atlassian.jira.configurator.gui
 

Constructor parameters in com.atlassian.jira.configurator.gui with type arguments of type WebServerProfile
DisabledComboBoxRenderer(List<WebServerProfile> usableProfiles)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.