Package com.atlassian.bamboo.plugin.web
Class BambooResourceBatchingConfiguration
java.lang.Object
com.atlassian.bamboo.plugin.web.BambooResourceBatchingConfiguration
- All Implemented Interfaces:
com.atlassian.plugin.webresource.ResourceBatchingConfiguration
public class BambooResourceBatchingConfiguration
extends Object
implements com.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBambooResourceBatchingConfiguration(List<String> superBatchModuleCompleteKeys) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanboolean
-
Field Details
-
BAMBOO_CONTEXT_BATCHING_DISABLED
- See Also:
-
-
Constructor Details
-
BambooResourceBatchingConfiguration
-
-
Method Details
-
getSuperBatchModuleCompleteKeys
- Specified by:
getSuperBatchModuleCompleteKeysin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
isSuperBatchingEnabled
public boolean isSuperBatchingEnabled()- Specified by:
isSuperBatchingEnabledin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
isContextBatchingEnabled
public boolean isContextBatchingEnabled()- Specified by:
isContextBatchingEnabledin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
isPluginWebResourceBatchingEnabled
public boolean isPluginWebResourceBatchingEnabled()- Specified by:
isPluginWebResourceBatchingEnabledin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
isJavaScriptTryCatchWrappingEnabled
public boolean isJavaScriptTryCatchWrappingEnabled()- Specified by:
isJavaScriptTryCatchWrappingEnabledin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
isBatchContentTrackingEnabled
public boolean isBatchContentTrackingEnabled()- Specified by:
isBatchContentTrackingEnabledin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
isSourceMapEnabled
public boolean isSourceMapEnabled()- Specified by:
isSourceMapEnabledin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
optimiseSourceMapsForDevelopment
public boolean optimiseSourceMapsForDevelopment()- Specified by:
optimiseSourceMapsForDevelopmentin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-