ReleaseType

enum ReleaseType : Enum<ReleaseType> , ConvertibleToJava<ReleaseType>

Explains the reason for the release. Specify a value for this field only when creating a SITE_DISABLE type release.

Entries

Link copied to clipboard

An unspecified type. Indicates that a version was released. This is the default value when no other type is explicitly specified.

Link copied to clipboard

A version was uploaded to Firebase Hosting and released.

Link copied to clipboard

The release points back to a previously deployed version.

Link copied to clipboard

The release prevents the site from serving content. Firebase Hosting acts as if the site never existed.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): ReleaseType
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.

Properties

Link copied to clipboard
val javaValue: ReleaseType
Link copied to clipboard
Link copied to clipboard