open class ProjectSettings : RusticConfigurableBase
<init> |
ProjectSettings() |
jobs |
open var jobs: Int? |
manifestPath |
open var manifestPath: String? |
projectLocation |
open var projectLocation: String? |
jobs |
open fun jobs(value: Int?): Unit |
manifestPath |
open fun manifestPath(value: String?): Unit |
projectLocation |
open fun projectLocation(value: String?): Unit |