com.atlassian.studio.confluence.upgrade
Class UT025DisableGZipCompression

java.lang.Object
  extended by com.atlassian.studio.confluence.upgrade.UT025DisableGZipCompression
All Implemented Interfaces:
com.atlassian.sal.api.upgrade.PluginUpgradeTask

public class UT025DisableGZipCompression
extends Object
implements com.atlassian.sal.api.upgrade.PluginUpgradeTask

Globally disables the GZip compression on the application layer ( ConfluenceGzipFilter) for the hosted environment since the GZip compression is always switched on for the container.

See Also:
JST-2583

Constructor Summary
UT025DisableGZipCompression(SettingsManager settingsManager)
           
 
Method Summary
 Collection<com.atlassian.sal.api.message.Message> doUpgrade()
           
 int getBuildNumber()
           
 String getPluginKey()
           
 String getShortDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UT025DisableGZipCompression

public UT025DisableGZipCompression(SettingsManager settingsManager)
Method Detail

doUpgrade

public Collection<com.atlassian.sal.api.message.Message> doUpgrade()
                                                            throws Exception
Specified by:
doUpgrade in interface com.atlassian.sal.api.upgrade.PluginUpgradeTask
Throws:
Exception

getBuildNumber

public int getBuildNumber()
Specified by:
getBuildNumber in interface com.atlassian.sal.api.upgrade.PluginUpgradeTask

getPluginKey

public String getPluginKey()
Specified by:
getPluginKey in interface com.atlassian.sal.api.upgrade.PluginUpgradeTask

getShortDescription

public String getShortDescription()
Specified by:
getShortDescription in interface com.atlassian.sal.api.upgrade.PluginUpgradeTask


Copyright © 2003–2015 Atlassian. All rights reserved.