ServiceSyncConfig

Detailed data of the service sync configuration.

Types

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

Properties

Link copied to clipboard

The name of the code repository branch that holds the service code Proton will sync with.

Link copied to clipboard

The file path to the service sync configuration file.

Link copied to clipboard

The name of the code repository that holds the service code Proton will sync with.

Link copied to clipboard

The name of the repository provider that holds the repository Proton will sync with.

Link copied to clipboard

The name of the service that the service instance is added to.

Functions

Link copied to clipboard
inline fun copy(block: ServiceSyncConfig.Builder.() -> Unit = {}): ServiceSyncConfig
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