Class GiteaPropertyPathNotificationExtractor
java.lang.Object
org.springframework.cloud.config.monitor.BasePropertyPathNotificationExtractor
org.springframework.cloud.config.monitor.GiteaPropertyPathNotificationExtractor
- All Implemented Interfaces:
PropertyPathNotificationExtractor
@Order(2147483547)
public class GiteaPropertyPathNotificationExtractor
extends BasePropertyPathNotificationExtractor
- Author:
- Juan Pablo Santos RodrÃguez
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidgitea doesn't return which files have been added/modified/deleted yet.protected booleanrequestBelongsToGitRepoManager(org.springframework.http.HttpHeaders headers) Methods inherited from class BasePropertyPathNotificationExtractor
extractMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PropertyPathNotificationExtractor
extract
-
Constructor Details
-
GiteaPropertyPathNotificationExtractor
public GiteaPropertyPathNotificationExtractor()
-
-
Method Details
-
addPaths
gitea doesn't return which files have been added/modified/deleted yet. related issue: https://github.com/go-gitea/gitea/issues/4313- Overrides:
addPathsin classBasePropertyPathNotificationExtractor
-
requestBelongsToGitRepoManager
protected boolean requestBelongsToGitRepoManager(org.springframework.http.HttpHeaders headers) - Specified by:
requestBelongsToGitRepoManagerin classBasePropertyPathNotificationExtractor
-