@AsynchronousPreferred public class

RepositoryCloneEvent

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

Class Overview

Raised when an SCM client clones a repository.

Differentiating an incremental pull from a full clone is left to the SCM implementation. Some SCMs may not raise this event.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
RepositoryCloneEvent(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 RepositoryCloneEvent (Object source, Repository repository)