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