common-plugin / com.cognifide.gradle.common.build / ProgressIndicator

ProgressIndicator

class ProgressIndicator

Constructors

<init>

ProgressIndicator(project: Project)

Properties

count

var count: Long

message

var message: String

step

var step: String

total

var total: Long

Functions

increment

fun increment(): Unit
fun increment(message: String): Unit
fun <T> increment(message: String, block: () -> T): T

launch

fun <T> launch(block: ProgressIndicator.() -> T): T

reset

fun reset(): Unit

update

fun update(): Unit
fun update(message: String): Unit

updater

fun updater(updater: ProgressIndicator.() -> Unit): Unit