Package com.atlassian.bamboo.analytics
Class VerboseLoggingAnalyticsServiceImpl
java.lang.Object
com.atlassian.bamboo.analytics.VerboseLoggingAnalyticsServiceImpl
- All Implemented Interfaces:
VerboseLoggingAnalyticsService
public class VerboseLoggingAnalyticsServiceImpl
extends Object
implements VerboseLoggingAnalyticsService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionreturns counters and resets themvoid
onChainExecuted
(boolean isVerboseLogging) handles situation when chain is executedvoid
onDeploymentExecuted
(boolean isVerboseLogging) handles situation when deployment is executed
-
Constructor Details
-
VerboseLoggingAnalyticsServiceImpl
public VerboseLoggingAnalyticsServiceImpl()
-
-
Method Details
-
onChainExecuted
public void onChainExecuted(boolean isVerboseLogging) Description copied from interface:VerboseLoggingAnalyticsService
handles situation when chain is executed- Specified by:
onChainExecuted
in interfaceVerboseLoggingAnalyticsService
-
onDeploymentExecuted
public void onDeploymentExecuted(boolean isVerboseLogging) Description copied from interface:VerboseLoggingAnalyticsService
handles situation when deployment is executed- Specified by:
onDeploymentExecuted
in interfaceVerboseLoggingAnalyticsService
-
getStatsAndReset
Description copied from interface:VerboseLoggingAnalyticsService
returns counters and resets them- Specified by:
getStatsAndReset
in interfaceVerboseLoggingAnalyticsService
-