Class RepositoryOtherReadEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.repository.RepositoryEvent
com.atlassian.bitbucket.event.repository.RepositoryOtherReadEvent
- All Implemented Interfaces:
- Serializable
Raised when a repository is accessed for read but not 
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
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.atlassian.bitbucket.event.repository.RepositoryEventgetRepositoryMethods inherited from class com.atlassian.bitbucket.event.ApplicationEventgetDate, getUserMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
RepositoryOtherReadEvent
 
-