Outcome

The outcome of this artifact transform execution: * failed - Artifact transform execution which failed * success - Artifact transform execution which was successfully executed * from_cache - Artifact transform execution which was taken from cache * up_to_date - Artifact transform execution which was up-to-date * unknown - Artifact transform execution whose outcome is unknown * skipped - Artifact transform execution which was skipped. This is not emitted anymore, replaced by up_to_date.

Values: failed,success,fromCache,upToDate,unknown,skipped

Entries

Link copied to clipboard
@Json(name = "failed")
failed
Link copied to clipboard
@Json(name = "success")
success
Link copied to clipboard
@Json(name = "from_cache")
fromCache
Link copied to clipboard
@Json(name = "up_to_date")
upToDate
Link copied to clipboard
@Json(name = "unknown")
unknown
Link copied to clipboard
@Json(name = "skipped")
skipped

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.