Class RepositoryOtherWriteEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.repository.RepositoryEvent
com.atlassian.bitbucket.event.repository.RepositoryOtherWriteEvent
- All Implemented Interfaces:
Serializable
Raised when a repository is accessed for write but not
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
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.bitbucket.event.repository.RepositoryEvent
getRepositoryMethods inherited from class com.atlassian.bitbucket.event.ApplicationEvent
getDate, getUserMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
RepositoryOtherWriteEvent
-