rustic / com.osm.gradle.plugins.types.config.options.config / Net

Net

open class Net : RusticConfigurableBase, INet

Constructors

<init>

Net()

Properties

gitFetchWithCli

if true we'll use git-the-CLI to fetch git repos

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?

Functions

gitFetchWithCli

open fun gitFetchWithCli(value: Boolean?): Unit

offline

open fun offline(value: Boolean?): Unit

retry

open fun retry(value: Int?): Unit