Interface RuntimeRepositoryEventType
- All Known Subinterfaces:
RuntimeRepositoryEventUpdateFailedType,RuntimeRepositoryEventUpdateFinishedType,RuntimeRepositoryEventUpdateRunningType,RuntimeRepositoryEventUpdateStartedType,RuntimeRepositoryEventUpdateType
- All Known Implementing Classes:
RuntimeRepositoryEventUpdateFailed,RuntimeRepositoryEventUpdateFinished,RuntimeRepositoryEventUpdateRunning,RuntimeRepositoryEventUpdateStarted
public interface RuntimeRepositoryEventType
A repository event.
-
Method Summary
Modifier and Type Method Description java.net.URIrepository()
-
Method Details
-
repository
java.net.URI repository()- Returns:
- The URI of the repository provider
-