@AsynchronousPreferred public class

RepositoryOtherReadEvent

extends RepositoryEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.bitbucket.event.ApplicationEvent
       ↳ com.atlassian.bitbucket.event.repository.RepositoryEvent
         ↳ com.atlassian.bitbucket.event.repository.RepositoryOtherReadEvent

Class Overview

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 a LOW priority.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
RepositoryOtherReadEvent(Object source, Repository repository)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.event.repository.RepositoryEvent
From class com.atlassian.bitbucket.event.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public RepositoryOtherReadEvent (Object source, Repository repository)