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