Class BuildEvent

java.lang.Object
org.miaixz.bus.gitlab.hooks.web.AbstractEvent
org.miaixz.bus.gitlab.hooks.web.BuildEvent
All Implemented Interfaces:
Serializable, Event

public class BuildEvent extends AbstractEvent
The documentation at: Job Events is incorrect, this class represents the actual content of the Job Hook event.
See Also: