public interface BuildProgressListener
Modifier and Type | Field and Description |
---|---|
static java.lang.Object |
UNKNOWN_BUILD_ID
Deprecated.
do not use it, it's only for compatibility reason
|
Modifier and Type | Method and Description |
---|---|
default void |
onEvent(BuildEvent event)
Deprecated.
|
void |
onEvent(java.lang.Object buildId,
BuildEvent event) |
@Deprecated static final java.lang.Object UNKNOWN_BUILD_ID
@Deprecated default void onEvent(BuildEvent event)
onEvent(Object, BuildEvent)
event
- void onEvent(java.lang.Object buildId, BuildEvent event)