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 Modifier and Type Field Description static String
BAMBOO_CONTEXT_BATCHING_DISABLED
-
Constructor Summary
Constructors Constructor Description BambooResourceBatchingConfiguration(List<String> superBatchModuleCompleteKeys)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getSuperBatchModuleCompleteKeys()
boolean
isBatchContentTrackingEnabled()
boolean
isContextBatchingEnabled()
boolean
isJavaScriptTryCatchWrappingEnabled()
boolean
isPluginWebResourceBatchingEnabled()
boolean
isSourceMapEnabled()
boolean
isSuperBatchingEnabled()
boolean
optimiseSourceMapsForDevelopment()
boolean
resplitMergedContextBatchesForThisRequest()
-
-
-
Field Detail
-
BAMBOO_CONTEXT_BATCHING_DISABLED
public static final String BAMBOO_CONTEXT_BATCHING_DISABLED
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSuperBatchModuleCompleteKeys
public List<String> getSuperBatchModuleCompleteKeys()
- Specified by:
getSuperBatchModuleCompleteKeys
in interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
isSuperBatchingEnabled
public boolean isSuperBatchingEnabled()
- Specified by:
isSuperBatchingEnabled
in interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
isContextBatchingEnabled
public boolean isContextBatchingEnabled()
- Specified by:
isContextBatchingEnabled
in interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
isPluginWebResourceBatchingEnabled
public boolean isPluginWebResourceBatchingEnabled()
- Specified by:
isPluginWebResourceBatchingEnabled
in interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
isJavaScriptTryCatchWrappingEnabled
public boolean isJavaScriptTryCatchWrappingEnabled()
- Specified by:
isJavaScriptTryCatchWrappingEnabled
in interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
isBatchContentTrackingEnabled
public boolean isBatchContentTrackingEnabled()
- Specified by:
isBatchContentTrackingEnabled
in interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
resplitMergedContextBatchesForThisRequest
public boolean resplitMergedContextBatchesForThisRequest()
- Specified by:
resplitMergedContextBatchesForThisRequest
in interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
isSourceMapEnabled
public boolean isSourceMapEnabled()
- Specified by:
isSourceMapEnabled
in interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
optimiseSourceMapsForDevelopment
public boolean optimiseSourceMapsForDevelopment()
- Specified by:
optimiseSourceMapsForDevelopment
in interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
-