Stay organized with collections
Save and categorize content based on your preferences.
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.
|
Enum Values
Public constructors
Public functions
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# Status\n======\n\n\n```\nenum Status\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\n| **This enum is deprecated.** \n\nThe file changed status for incremental execution.\n\nSummary\n-------\n\n| ### Enum Values ||\n|-------------------------------------------------------------------------------------------------|------------------------------------------------|\n| [ADDED](/reference/tools/gradle-api/8.0/com/android/build/api/transform/Status#ADDED) | The file was added since the last build. |\n| [CHANGED](/reference/tools/gradle-api/8.0/com/android/build/api/transform/Status#CHANGED) | The file was modified since the last build. |\n| [NOTCHANGED](/reference/tools/gradle-api/8.0/com/android/build/api/transform/Status#NOTCHANGED) | The file was not changed since the last build. |\n| [REMOVED](/reference/tools/gradle-api/8.0/com/android/build/api/transform/Status#REMOVED) | The file was removed since the last build. |\n\n| ### Public constructors ||\n|-----------------------------------------------------------------------------------------------|---|\n| [Status](/reference/tools/gradle-api/8.0/com/android/build/api/transform/Status#Status())`()` |\n\n| ### Public functions ||\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `java-static `[Status](/reference/tools/gradle-api/8.0/com/android/build/api/transform/Status)`!` | [valueOf](/reference/tools/gradle-api/8.0/com/android/build/api/transform/Status#valueOf(java.lang.String))`(name: `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`!)` |\n| `java-static `[Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)`\u003c`[Status](/reference/tools/gradle-api/8.0/com/android/build/api/transform/Status)`!\u003e!` | [values](/reference/tools/gradle-api/8.0/com/android/build/api/transform/Status#values())`()` |\n\nEnum Values\n-----------\n\n### ADDED\n\n```\nval Status.ADDED: Status\n```\n\nThe file was added since the last build. \n\n### CHANGED\n\n```\nval Status.CHANGED: Status\n```\n\nThe file was modified since the last build. \n\n### NOTCHANGED\n\n```\nval Status.NOTCHANGED: Status\n```\n\nThe file was not changed since the last build. \n\n### REMOVED\n\n```\nval Status.REMOVED: Status\n```\n\nThe file was removed since the last build.\n\nPublic constructors\n-------------------\n\n### Status\n\n```\nStatus()\n```\n\nPublic functions\n----------------\n\n### valueOf\n\n```\njava-static fun valueOf(name: String!): Status!\n``` \n\n| Throws ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| `java.lang.IllegalArgumentException: `[java.lang.IllegalArgumentException](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/IllegalArgumentException.html) | |\n\n### values\n\n```\njava-static fun values(): Array\u003cStatus!\u003e!\n```"]]