CodeRepository

Describes a source code repository.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration for building and running the service from a source code repository.

Link copied to clipboard

The location of the repository that contains the source code.

Link copied to clipboard

The version that should be used within the source code repository.

Link copied to clipboard

The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root.

Functions

Link copied to clipboard
inline fun copy(block: CodeRepository.Builder.() -> Unit = {}): CodeRepository
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String