RepositoryRemoteRepositoryConfig

data class RepositoryRemoteRepositoryConfig(val aptRepository: RepositoryRemoteRepositoryConfigAptRepository? = null, val commonRepository: RepositoryRemoteRepositoryConfigCommonRepository? = null, val description: String? = null, val disableUpstreamValidation: Boolean? = null, val dockerRepository: RepositoryRemoteRepositoryConfigDockerRepository? = null, val mavenRepository: RepositoryRemoteRepositoryConfigMavenRepository? = null, val npmRepository: RepositoryRemoteRepositoryConfigNpmRepository? = null, val pythonRepository: RepositoryRemoteRepositoryConfigPythonRepository? = null, val upstreamCredentials: RepositoryRemoteRepositoryConfigUpstreamCredentials? = null, val yumRepository: RepositoryRemoteRepositoryConfigYumRepository? = null)

Constructors

Link copied to clipboard
constructor(aptRepository: RepositoryRemoteRepositoryConfigAptRepository? = null, commonRepository: RepositoryRemoteRepositoryConfigCommonRepository? = null, description: String? = null, disableUpstreamValidation: Boolean? = null, dockerRepository: RepositoryRemoteRepositoryConfigDockerRepository? = null, mavenRepository: RepositoryRemoteRepositoryConfigMavenRepository? = null, npmRepository: RepositoryRemoteRepositoryConfigNpmRepository? = null, pythonRepository: RepositoryRemoteRepositoryConfigPythonRepository? = null, upstreamCredentials: RepositoryRemoteRepositoryConfigUpstreamCredentials? = null, yumRepository: RepositoryRemoteRepositoryConfigYumRepository? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specific settings for an Apt remote repository. Structure is documented below.

Link copied to clipboard

Specific settings for an Artifact Registory remote repository. Structure is documented below.

Link copied to clipboard
val description: String? = null

The description of the remote source.

Link copied to clipboard

If true, the remote repository upstream and upstream credentials will not be validated.

Link copied to clipboard

Specific settings for a Docker remote repository. Structure is documented below.

Link copied to clipboard

Specific settings for a Maven remote repository. Structure is documented below.

Link copied to clipboard

Specific settings for an Npm remote repository. Structure is documented below.

Link copied to clipboard

Specific settings for a Python remote repository. Structure is documented below.

Link copied to clipboard

The credentials used to access the remote repository. Structure is documented below.

Link copied to clipboard

Specific settings for an Yum remote repository. Structure is documented below.