Class RepositoryCloneEvent

All Implemented Interfaces:
Serializable

@AsynchronousPreferred public class RepositoryCloneEvent extends RepositoryPullEvent
Raised when an SCM client clones a repository.

Differentiating an incremental pull from a full clone is left to the SCM implementation. Some SCMs may not raise this event.

See Also:
  • Constructor Details

    • RepositoryCloneEvent

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