Package com.atlassian.bamboo.analytics
Interface VerboseLoggingAnalyticsService
- All Known Implementing Classes:
VerboseLoggingAnalyticsServiceImpl
@Internal
public interface VerboseLoggingAnalyticsService
-
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
-
Method Details
-
onChainExecuted
void onChainExecuted(boolean isVerboseLogging) handles situation when chain is executed -
onDeploymentExecuted
void onDeploymentExecuted(boolean isVerboseLogging) handles situation when deployment is executed -
getStatsAndReset
returns counters and resets them
-