|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.setting.GzipCompression
public class GzipCompression
The "Use GZip compression" option.
Constructor Summary | |
---|---|
GzipCompression(ApplicationProperties applicationProperties,
FeatureManager featureManager)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GzipCompression(ApplicationProperties applicationProperties, FeatureManager featureManager)
Method Detail |
---|
public boolean isEnabled()
public boolean isSettableBy()
public void set(boolean useGzipCompression)
useGzipCompression
- a boolean indicating whether to enable or disableisSettableBy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |