Package com.atlassian.bamboo.analytics
Interface VerboseLoggingAnalyticsService
-
- All Known Implementing Classes:
VerboseLoggingAnalyticsServiceImpl
@Internal public interface VerboseLoggingAnalyticsService
-
-
Method Summary
All Methods Instance Methods Abstract 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
-