public class JiraWebResourceBatchingConfiguration extends Object implements com.atlassian.plugin.webresource.ResourceBatchingConfiguration
Modifier and Type | Field and Description |
---|---|
static String |
PLUGIN_WEB_RESOURCE_BATCH_CONTENT_TRACKING |
Constructor and Description |
---|
JiraWebResourceBatchingConfiguration(JiraProperties jiraSystemProperties,
InstanceFeatureManager featureManager) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getSuperBatchModuleCompleteKeys() |
boolean |
isBatchContentTrackingEnabled() |
boolean |
isContextBatchingEnabled() |
boolean |
isJavaScriptTryCatchWrappingEnabled() |
boolean |
isPluginWebResourceBatchingEnabled() |
boolean |
isSourceMapEnabled() |
boolean |
isSuperBatchingEnabled() |
boolean |
optimiseSourceMapsForDevelopment() |
boolean |
resplitMergedContextBatchesForThisRequest() |
public static final String PLUGIN_WEB_RESOURCE_BATCH_CONTENT_TRACKING
public JiraWebResourceBatchingConfiguration(JiraProperties jiraSystemProperties, InstanceFeatureManager featureManager)
public boolean isSuperBatchingEnabled()
isSuperBatchingEnabled
in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration
public boolean isContextBatchingEnabled()
isContextBatchingEnabled
in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration
public boolean isPluginWebResourceBatchingEnabled()
isPluginWebResourceBatchingEnabled
in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration
public List<String> getSuperBatchModuleCompleteKeys()
getSuperBatchModuleCompleteKeys
in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration
public boolean isJavaScriptTryCatchWrappingEnabled()
isJavaScriptTryCatchWrappingEnabled
in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration
public boolean isBatchContentTrackingEnabled()
isBatchContentTrackingEnabled
in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration
public boolean resplitMergedContextBatchesForThisRequest()
resplitMergedContextBatchesForThisRequest
in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration
public boolean isSourceMapEnabled()
isSourceMapEnabled
in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration
public boolean optimiseSourceMapsForDevelopment()
optimiseSourceMapsForDevelopment
in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration
Copyright © 2002-2022 Atlassian. All Rights Reserved.