open class Net : RusticConfigurableBase, INet
<init> |
Net() |
gitFetchWithCli |
if open var gitFetchWithCli: Boolean? |
offline |
do not access the network, but otherwise try to proceed if possible open var offline: Boolean? |
retry |
number of times a network call will automatically retried open var retry: Int? |
gitFetchWithCli |
open fun gitFetchWithCli(value: Boolean?): Unit |
offline |
open fun offline(value: Boolean?): Unit |
retry |
open fun retry(value: Int?): Unit |