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