@AsynchronousPreferred public class RepositoryPushEvent extends AbstractRepositoryRefsChangedEvent
refs to a repository.
 A push does not guarantee that new commits have been added to the repository; it only guarantees at least one
 ref has been changed.
 
 Listeners that are interested in all ref changes, not just those stemming from pushes (such as pull request merges),
 should listen for RepositoryRefsChangedEvents instead.
 
This event is internally audited with a LOW priority.
EMPTY_HASHsource| Constructor and Description | 
|---|
| RepositoryPushEvent(Object source,
                   Repository repository,
                   Collection<RefChange> refChanges) | 
getRefChangesgetRepositorygetDate, getUsergetSource, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetRepository, getUserpublic RepositoryPushEvent(@Nonnull Object source, @Nonnull Repository repository, @Nonnull Collection<RefChange> refChanges)
Copyright © 2019 Atlassian. All rights reserved.