Class ActivePlansDeploymentsAnalyticsServiceImpl
- java.lang.Object
-
- com.atlassian.bamboo.plan.analytics.ActivePlansDeploymentsAnalyticsServiceImpl
-
- All Implemented Interfaces:
ActivePlansDeploymentsAnalyticsService
public class ActivePlansDeploymentsAnalyticsServiceImpl extends Object implements ActivePlansDeploymentsAnalyticsService
-
-
Constructor Summary
Constructors Constructor Description ActivePlansDeploymentsAnalyticsServiceImpl(ImmutablePlanCacheService immutablePlanCacheService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActivePlansDeploymentsStatistics
getStatsAndReset()
returns counters and resets themvoid
onChainExecuted(PlanResultKey planResultKey)
handles situation when chain is executedvoid
onDeploymentExecuted(long deploymentResultId)
handles situation when deployment is executed
-
-
-
Constructor Detail
-
ActivePlansDeploymentsAnalyticsServiceImpl
@Inject public ActivePlansDeploymentsAnalyticsServiceImpl(ImmutablePlanCacheService immutablePlanCacheService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService)
-
-
Method Detail
-
onChainExecuted
public void onChainExecuted(PlanResultKey planResultKey)
Description copied from interface:ActivePlansDeploymentsAnalyticsService
handles situation when chain is executed- Specified by:
onChainExecuted
in interfaceActivePlansDeploymentsAnalyticsService
-
onDeploymentExecuted
public void onDeploymentExecuted(long deploymentResultId)
Description copied from interface:ActivePlansDeploymentsAnalyticsService
handles situation when deployment is executed- Specified by:
onDeploymentExecuted
in interfaceActivePlansDeploymentsAnalyticsService
-
getStatsAndReset
public ActivePlansDeploymentsStatistics getStatsAndReset()
Description copied from interface:ActivePlansDeploymentsAnalyticsService
returns counters and resets them- Specified by:
getStatsAndReset
in interfaceActivePlansDeploymentsAnalyticsService
-
-