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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuntimeRepositoryEventUpdateType.Kindkind()java.net.URIrepository()
-
-
-
Method Detail
-
repository
java.net.URI repository()
- Specified by:
repositoryin interfaceRuntimeRepositoryEventType- Returns:
- The URI of the repository provider
-
kind
RuntimeRepositoryEventUpdateType.Kind kind()
- Returns:
- The kind of event
-
-