PagesProjectBuildConfig

data class PagesProjectBuildConfig(val buildCaching: Boolean? = null, val buildCommand: String? = null, val destinationDir: String? = null, val rootDir: String? = null, val webAnalyticsTag: String? = null, val webAnalyticsToken: String? = null)

Constructors

Link copied to clipboard
constructor(buildCaching: Boolean? = null, buildCommand: String? = null, destinationDir: String? = null, rootDir: String? = null, webAnalyticsTag: String? = null, webAnalyticsToken: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val buildCaching: Boolean? = null

Enable build caching for the project.

Link copied to clipboard
val buildCommand: String? = null

Command used to build project.

Link copied to clipboard
val destinationDir: String? = null

Output directory of the build.

Link copied to clipboard
val rootDir: String? = null

Directory to run the command.

Link copied to clipboard
val webAnalyticsTag: String? = null

The classifying tag for analytics.

Link copied to clipboard

The auth token for analytics.