Class Overview
Raised when a repository is forked successfully.
The
repository attached to the event is the fork that was created. Its
origin provides the repository that was forked to create it. Note that forks can be
created in the same project as their origin or in a different one, so the
projects
for the fork and its origin may or may not be the same.
Summary
|
[Expand]
Inherited Fields |
From class
java.util.EventObject
|
|
[Expand]
Inherited Methods |
From class
com.atlassian.stash.event.RepositoryEvent
|
From class
com.atlassian.stash.event.StashEvent
|
From class
java.util.EventObject
|
Object
|
getSource()
|
|
String
|
toString()
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
RepositoryForkedEvent
(Object source, Repository repository)