@AsynchronousPreferred public class RepositoryPullEvent extends RepositoryEvent
RepositoryCloneEvent is raised if the
pull clones the entire repository. This event will be raised directly for incremental pulls, such as when
using git fetch.
This event is internally audited with a LOW priority.
source| Constructor and Description |
|---|
RepositoryPullEvent(Object source,
Repository repository) |
getRepositorygetDate, getUsergetSource, toStringpublic RepositoryPullEvent(@Nonnull Object source, @Nonnull Repository repository)
Copyright © 2019 Atlassian. All rights reserved.