java.lang.Object | |||||
↳ | java.util.EventObject | ||||
↳ | com.atlassian.bitbucket.event.ApplicationEvent | ||||
↳ | com.atlassian.bitbucket.event.repository.RepositoryEvent | ||||
↳ | com.atlassian.bitbucket.event.repository.RepositoryCreatedEvent | ||||
↳ | com.atlassian.bitbucket.event.repository.RepositoryForkedEvent |
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 project
s
for the fork and its origin may or may not be the same.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[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
|