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
Constructors Constructor Description VerboseLoggingAnalyticsServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Long>
getStatsAndReset()
returns counters and resets themvoid
onChainExecuted(boolean isVerboseLogging)
handles situation when chain is executedvoid
onDeploymentExecuted(boolean isVerboseLogging)
handles situation when deployment is executed
-
-
-
Method Detail
-
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
public Map<String,Long> getStatsAndReset()
Description copied from interface:VerboseLoggingAnalyticsService
returns counters and resets them- Specified by:
getStatsAndReset
in interfaceVerboseLoggingAnalyticsService
-
-