Class AsyncEvent
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.events.async.AsyncEvent
-
public class AsyncEvent extends Object
Simple event used byAsyncEventDispatcher
to allows listenersAsyncEventListener
handle 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 String
getEventType()
Long
getObjectId()
String
getProjectId()
String
toString()
-