public abstract class GitMonitoringService
extends com.google.common.util.concurrent.AbstractIdleService
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isActive |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addChange(org.eclipse.jgit.diff.DiffEntry change) |
abstract void |
removeChange(org.eclipse.jgit.diff.DiffEntry change) |
void |
setActive(boolean isActive) |
abstract boolean |
shouldPollGit() |
protected void |
shutDown()
Stop the service.
|
protected void |
startUp()
Start the service.
|
public void setActive(boolean isActive)
protected void startUp()
startUp in class com.google.common.util.concurrent.AbstractIdleServiceprotected void shutDown()
throws Exception
shutDown in class com.google.common.util.concurrent.AbstractIdleServiceExceptionpublic abstract boolean shouldPollGit()
public abstract void addChange(org.eclipse.jgit.diff.DiffEntry change)
public abstract void removeChange(org.eclipse.jgit.diff.DiffEntry change)