public class RepositoryEvent extends Event
Modifier and Type | Field and Description |
---|---|
static EventType<RepositoryEvent> |
ANY |
source
Constructor and Description |
---|
RepositoryEvent(EventType<? extends RepositoryEvent> type,
Object origin,
Repository repository) |
Modifier and Type | Method and Description |
---|---|
Repository |
getRepository() |
EventType<? extends RepositoryEvent> |
getType()
Returns the event type that is associated with this event instance.
|
clone, copyFor, getCreateTime, getPreviousEvent, hasPreviousEvent
getSource, toString
public static final EventType<RepositoryEvent> ANY
public RepositoryEvent(EventType<? extends RepositoryEvent> type, Object origin, Repository repository)
public Repository getRepository()
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.