@AsynchronousPreferred public class RepositoryForkedEvent extends RepositoryCreatedEvent
 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.
source| Constructor and Description | 
|---|
RepositoryForkedEvent(Object source,
                     Repository repository)  | 
getRepositorygetDate, getUsergetSource, toStringpublic RepositoryForkedEvent(@Nonnull Object source, @Nonnull Repository repository)
Copyright © 2019 Atlassian. All rights reserved.