@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 CoverageLevel.FULL level
source| Constructor and Description |
|---|
RepositoryOtherWriteEvent(Object source,
Repository repository) |
getRepositorygetDate, getUsergetSource, toStringpublic RepositoryOtherWriteEvent(@Nonnull Object source, @Nonnull Repository repository)
Copyright © 2024 Atlassian. All rights reserved.