Uses of Interface
com.atlassian.bamboo.v2.build.timing.TimingPointService
-
Packages that use TimingPointService Package Description com.atlassian.bamboo.execution com.atlassian.bamboo.spring com.atlassian.bamboo.v2.build.agent.remote com.atlassian.bamboo.v2.build.timing -
-
Uses of TimingPointService in com.atlassian.bamboo.execution
Constructors in com.atlassian.bamboo.execution with parameters of type TimingPointService Constructor Description ExecutionPhaseServiceImpl(TimingPointService timingPointService)
-
Uses of TimingPointService in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type TimingPointService Modifier and Type Field Description static Supplier<TimingPointService>
ComponentAccessor. TIMING_POINT_SERVICE
Deprecated. -
Uses of TimingPointService in com.atlassian.bamboo.v2.build.agent.remote
Classes in com.atlassian.bamboo.v2.build.agent.remote that implement TimingPointService Modifier and Type Class Description class
RemoteTimingPointServiceImpl
Constructors in com.atlassian.bamboo.v2.build.agent.remote with parameters of type TimingPointService Constructor Description RemoteExecutionPhaseServiceImpl(BambooAgentMessageSender sender, TimingPointService timingPointService)
-
Uses of TimingPointService in com.atlassian.bamboo.v2.build.timing
Classes in com.atlassian.bamboo.v2.build.timing that implement TimingPointService Modifier and Type Class Description class
TimingPointServiceImpl
-