Interface ForkEvent
-
- All Superinterfaces:
BaseEvent
- All Known Implementing Classes:
ImmutableForkEvent
@Immutable public interface ForkEvent extends BaseEvent
Triggered when a user forks a repository.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Repositoryforkee()TheRepositorythat was created.-
Methods inherited from interface com.spotify.github.v3.activity.events.BaseEvent
eventInstallation, repository, sender
-
-
-
-
Method Detail
-
forkee
@Nullable Repository forkee()
TheRepositorythat was created.
-
-