public class GitConfigMonitor extends GitMonitoringService
FlowCatalog| Modifier and Type | Field and Description |
|---|---|
static String |
GIT_CONFIG_MONITOR_PREFIX |
isActive| Modifier and Type | Method and Description |
|---|---|
void |
addChange(org.eclipse.jgit.diff.DiffEntry change)
Add a
FlowSpec for an added, updated, or modified flow config |
void |
removeChange(org.eclipse.jgit.diff.DiffEntry change)
remove a
FlowSpec for a deleted or renamed flow config |
boolean |
shouldPollGit() |
setActive, shutDown, startUppublic static final String GIT_CONFIG_MONITOR_PREFIX
public boolean shouldPollGit()
shouldPollGit in class GitMonitoringServicepublic void addChange(org.eclipse.jgit.diff.DiffEntry change)
FlowSpec for an added, updated, or modified flow configaddChange in class GitMonitoringServicechange - public void removeChange(org.eclipse.jgit.diff.DiffEntry change)
FlowSpec for a deleted or renamed flow configremoveChange in class GitMonitoringServicechange -