@AsynchronousPreferred public class RepositoryOtherReadEvent extends RepositoryEvent
pulling refs
.
Some SCMs may have multi-step processing for pull operations, such as the ref negotiation phase of a
git clone
, git fetch
or git pull
. This event should be raised for preliminary
requests leading up to the pull
. Some SCM implementations may not raise this event.
This event is internally audited with CoverageLevel.FULL
level
source
Constructor and Description |
---|
RepositoryOtherReadEvent(Object source,
Repository repository) |
getRepository
getDate, getUser
getSource, toString
public RepositoryOtherReadEvent(@Nonnull Object source, @Nonnull Repository repository)
Copyright © 2022 Atlassian. All rights reserved.