Interface RuntimeRepositoryEventUpdateType
- All Superinterfaces:
RuntimeRepositoryEventType
- All Known Subinterfaces:
RuntimeRepositoryEventUpdateFailedType,RuntimeRepositoryEventUpdateFinishedType,RuntimeRepositoryEventUpdateRunningType,RuntimeRepositoryEventUpdateStartedType
- All Known Implementing Classes:
RuntimeRepositoryEventUpdateFailed,RuntimeRepositoryEventUpdateFinished,RuntimeRepositoryEventUpdateRunning,RuntimeRepositoryEventUpdateStarted
public interface RuntimeRepositoryEventUpdateType extends RuntimeRepositoryEventType
A repository update event.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRuntimeRepositoryEventUpdateType.KindThe kind of event. -
Method Summary
Modifier and Type Method Description RuntimeRepositoryEventUpdateType.Kindkind()java.net.URIrepository()
-
Method Details
-
repository
java.net.URI repository()- Specified by:
repositoryin interfaceRuntimeRepositoryEventType- Returns:
- The URI of the repository provider
-
kind
- Returns:
- The kind of event
-