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 String
getFormattedMaxObjectSizeLimit()
long
getMaxObjectSizeLimit()
org.eclipse.jgit.storage.pack.PackConfig
getPackConfig()
int
getTimeout()
boolean
inheritProjectMaxObjectSizeLimit()
-
-
-
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()
-
-