com.atlassian.bamboo.v2.build.timing
Interface TimingPointService

All Known Implementing Classes:
RemoteTimingPointServiceImpl, TimingPointServiceImpl

public interface TimingPointService

Service providing means for sending timing point events between agent and server. Plugins called during execution can use this service to report to the server components. TimingPoint published through this service will be redistributed on server as an event. In order to receive it, an event handler need to be registered for a concrete class implementing TimingPoint interface.


Method Summary
 void publish(TimingPoint timingPoint)
           
 

Method Detail

publish

void publish(@NotNull
             TimingPoint timingPoint)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.