Package com.atlassian.bitbucket.plugin
Interface OptionalPluginInformationProvider
public interface OptionalPluginInformationProvider
Allows stash core to query the state of optional plugins.
- 
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines if the atlassian-analytics plugin is installed and enabled and the privacy policy has been acknowledged. 
- 
Method Details
- 
canCollectAnalytics
boolean canCollectAnalytics()Determines if the atlassian-analytics plugin is installed and enabled and the privacy policy has been acknowledged.- Returns:
 - true if analytics can be collected
 
 
 -