class HostUpdater
<init> |
HostUpdater(common: CommonExtension) |
common |
val common: CommonExtension |
enabled |
val enabled: Property<Boolean!>! |
force |
val force: Property<Boolean!>! |
interactive |
val interactive: Property<Boolean!>! |
section |
val section: Property<String!>! |
targetFile |
val targetFile: RegularFileProperty! |
workDir |
val workDir: DirectoryProperty! |
update |
fun update(hosts: Collection<Host>): Unitfun update(hostsProvider: () -> Collection<Host>): Unit |