Package com.google.gerrit.server.git
Class TransferConfig
- java.lang.Object
 - 
- com.google.gerrit.server.git.TransferConfig
 
 
- 
public class TransferConfig extends Object
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFormattedMaxObjectSizeLimit()longgetMaxObjectSizeLimit()org.eclipse.jgit.storage.pack.PackConfiggetPackConfig()intgetTimeout()booleaninheritProjectMaxObjectSizeLimit() 
 - 
 
- 
- 
Method Detail
- 
getTimeout
public int getTimeout()
- Returns:
 - configured timeout, in seconds. 0 if the timeout is infinite.
 
 
- 
getPackConfig
public org.eclipse.jgit.storage.pack.PackConfig getPackConfig()
 
- 
getMaxObjectSizeLimit
public long getMaxObjectSizeLimit()
 
- 
getFormattedMaxObjectSizeLimit
public String getFormattedMaxObjectSizeLimit()
 
- 
inheritProjectMaxObjectSizeLimit
public boolean inheritProjectMaxObjectSizeLimit()
 
 - 
 
 -