Class AsyncEvent
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.events.async.AsyncEvent
-
public class AsyncEvent extends Object
Simple event used byAsyncEventDispatcherto allows listenersAsyncEventListenerhandle it asynchronously
-
-
Constructor Summary
Constructors Constructor Description AsyncEvent(String eventType, Long objectId)AsyncEvent(String eventType, Long objectId, String projectId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEventType()LonggetObjectId()StringgetProjectId()StringtoString()
-