Stay organized with collections
Save and categorize content based on your preferences.
Status
class Status
The file changed status for incremental execution.
Summary
Enum values
|
The file was added since the last build.
|
The file was modified since the last build.
|
The file was not changed since the last build.
|
The file was removed since the last build.
|
Enum values
ADDED
enum val ADDED : Status
The file was added since the last build.
CHANGED
enum val CHANGED : Status
The file was modified since the last build.
NOTCHANGED
enum val NOTCHANGED : Status
The file was not changed since the last build.
REMOVED
enum val REMOVED : Status
The file was removed since the last build.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# Status\n======\n\n```\nclass Status\n```\n\n|---|---|---------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |||\n| ↳ | [kotlin.Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)\\\u003c[com.android.build.api.transform.Status](#)\\\u003e ||\n| | ↳ | [com.android.build.api.transform.Status](#) |\n\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [Status.ADDED](#ENUM_VALUE:ADDED), [Status.CHANGED](#ENUM_VALUE:CHANGED), [Status.NOTCHANGED](#ENUM_VALUE:NOTCHANGED), [Status.REMOVED](#ENUM_VALUE:REMOVED) |---------------------------------------------|------------------------------------------------| | [Status.ADDED](#ENUM_VALUE:ADDED) | The file was added since the last build. | | [Status.CHANGED](#ENUM_VALUE:CHANGED) | The file was modified since the last build. | | [Status.NOTCHANGED](#ENUM_VALUE:NOTCHANGED) | The file was not changed since the last build. | | [Status.REMOVED](#ENUM_VALUE:REMOVED) | The file was removed since the last build. | |\n\nThe file changed status for incremental execution.\n\nSummary\n-------\n\n| ### Enum values ||\n|-------------------------------------------------------------------------------------|---|\n| [ADDED](#ENUM_VALUE:ADDED) The file was added since the last build. |\n| [CHANGED](#ENUM_VALUE:CHANGED) The file was modified since the last build. |\n| [NOTCHANGED](#ENUM_VALUE:NOTCHANGED) The file was not changed since the last build. |\n| [REMOVED](#ENUM_VALUE:REMOVED) The file was removed since the last build. |\n\nEnum values\n-----------\n\n### ADDED\n\n```\nenum val ADDED : Status\n```\n\nThe file was added since the last build. \n\n### CHANGED\n\n```\nenum val CHANGED : Status\n```\n\nThe file was modified since the last build. \n\n### NOTCHANGED\n\n```\nenum val NOTCHANGED : Status\n```\n\nThe file was not changed since the last build. \n\n### REMOVED\n\n```\nenum val REMOVED : Status\n```\n\nThe file was removed since the last build."]]