DevEnvironmentRepository

data class DevEnvironmentRepository(val branchName: String? = null, val repositoryName: String)

Constructors

Link copied to clipboard
constructor(branchName: String? = null, repositoryName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val branchName: String? = null

The name of the branch in a source repository. persistent storage (persistent_storage) supports the following:

Link copied to clipboard

The name of the source repository.