public class GzipCompression extends Object
Constructor and Description |
---|
GzipCompression(ApplicationProperties applicationProperties,
FeatureManager featureManager) |
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled()
Returns a boolean indicating whether GZIP compression is enabled in JIRA.
|
boolean |
isSettableBy()
Returns a boolean indicating whether admins can enable or disable GZIP compression in JIRA.
|
void |
set(boolean useGzipCompression)
Enables or disables GZIP compression in JIRA.
|
public GzipCompression(ApplicationProperties applicationProperties, FeatureManager featureManager)
public boolean isEnabled()
public boolean isSettableBy()
public void set(boolean useGzipCompression)
useGzipCompression
- a boolean indicating whether to enable or disableisSettableBy()
Copyright © 2002-2015 Atlassian. All Rights Reserved.