Package com.google.cloud.tools.jib.event
Class EventHandlers
- java.lang.Object
-
- com.google.cloud.tools.jib.event.EventHandlers
-
public class EventHandlers extends java.lang.Object
Builds a set of event handlers to handleJibEvent
s.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EventHandlers.Builder
Builder forEventHandlers
.
-
Field Summary
Fields Modifier and Type Field Description static EventHandlers
NONE
An emptyEventHandlers
.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EventHandlers.Builder
builder()
Creates a newEventHandlers.Builder
.void
dispatch(JibEvent jibEvent)
DispatchesjibEvent
to all the handlers that can handle it.
-
-
-
Field Detail
-
NONE
public static final EventHandlers NONE
An emptyEventHandlers
.
-
-
Method Detail
-
builder
public static EventHandlers.Builder builder()
Creates a newEventHandlers.Builder
.- Returns:
- the builder
-
-