@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 CoverageLevel.FULL
level
source
Constructor and Description |
---|
RepositoryPullEvent(Object source,
Repository repository) |
getRepository
getDate, getUser
getSource, toString
public RepositoryPullEvent(@Nonnull Object source, @Nonnull Repository repository)
Copyright © 2022 Atlassian. All rights reserved.