Class RepositoryForkFailedEvent

All Implemented Interfaces:
Serializable

@AsynchronousPreferred public class RepositoryForkFailedEvent extends RepositoryCreationFailedEvent
Raised when an attempt to fork a repository fails.

If forking was canceled, this event will not be raised, as forking did not fail--it was never attempted.

See Also:
  • Constructor Details

    • RepositoryForkFailedEvent

      public RepositoryForkFailedEvent(@Nonnull Object source, @Nonnull Repository repository)