public class

RepositoryAccessedEvent

extends RepositoryEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.stash.event.StashEvent
       ↳ com.atlassian.stash.event.RepositoryEvent
         ↳ com.atlassian.stash.event.RepositoryAccessedEvent

Class Overview

Event that is raised when a repository is accessed by a user. Stash currently only fires this event selectively - when users hit a repository page.

Summary

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

Public Constructors

public RepositoryAccessedEvent (Object source, Repository repository)