Status

enum Status


The file changed status for incremental execution.

Summary

Enum Values

ADDED

The file was added since the last build.

CHANGED

The file was modified since the last build.

NOTCHANGED

The file was not changed since the last build.

REMOVED

The file was removed since the last build.

Public constructors

Public functions

java-static Status!
valueOf(name: String!)
java-static Array<Status!>!

Enum Values

ADDED

val Status.ADDEDStatus

The file was added since the last build.

CHANGED

val Status.CHANGEDStatus

The file was modified since the last build.

NOTCHANGED

val Status.NOTCHANGEDStatus

The file was not changed since the last build.

REMOVED

val Status.REMOVEDStatus

The file was removed since the last build.

Public constructors

Status

Status()

Public functions

valueOf

java-static fun valueOf(name: String!): Status!
Throws
java.lang.IllegalArgumentException: java.lang.IllegalArgumentException

values

java-static fun values(): Array<Status!>!