public static class ConnectivityChecker.ConnectivityCheckInfo extends Object
| Constructor and Description |
|---|
ConnectivityCheckInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<ReceiveCommand> |
getCommands() |
PackParser |
getParser() |
Repository |
getRepository() |
RevWalk |
getWalk() |
boolean |
isCheckObjects() |
void |
setCheckObjects(boolean checkObjects) |
void |
setCommands(List<ReceiveCommand> commands) |
void |
setParser(PackParser parser) |
void |
setRepository(Repository repository) |
void |
setWalk(RevWalk walk) |
public Repository getRepository()
public void setRepository(Repository repository)
repository - set database we write the stored objects into.public PackParser getParser()
public void setParser(PackParser parser)
parser - the parser to setpublic boolean isCheckObjects()
public void setCheckObjects(boolean checkObjects)
checkObjects - set if checker should check referenced objects outside of
the received pack are reachable.public List<ReceiveCommand> getCommands()
public void setCommands(List<ReceiveCommand> commands)
commands - set command received by the current request.public void setWalk(RevWalk walk)
walk - the walk to parse commitspublic RevWalk getWalk()
Copyright © 2021 Eclipse JGit Project. All rights reserved.