public class GerritIndexStatus
extends java.lang.Object
Constructor and Description |
---|
GerritIndexStatus(SitePaths sitePaths) |
Modifier and Type | Method and Description |
---|---|
boolean |
exists(java.lang.String indexName) |
boolean |
getReady(java.lang.String indexName,
int version) |
void |
save() |
void |
setReady(java.lang.String indexName,
int version,
boolean ready) |
public GerritIndexStatus(SitePaths sitePaths) throws org.eclipse.jgit.errors.ConfigInvalidException, java.io.IOException
org.eclipse.jgit.errors.ConfigInvalidException
java.io.IOException
public void setReady(java.lang.String indexName, int version, boolean ready)
public boolean getReady(java.lang.String indexName, int version)
public boolean exists(java.lang.String indexName)
public void save() throws java.io.IOException
java.io.IOException