Repository Remote Repository Config
data class RepositoryRemoteRepositoryConfig(val description: String? = null, val dockerRepository: RepositoryRemoteRepositoryConfigDockerRepository? = null, val mavenRepository: RepositoryRemoteRepositoryConfigMavenRepository? = null, val npmRepository: RepositoryRemoteRepositoryConfigNpmRepository? = null, val pythonRepository: RepositoryRemoteRepositoryConfigPythonRepository? = null)
Constructors
Link copied to clipboard
constructor(description: String? = null, dockerRepository: RepositoryRemoteRepositoryConfigDockerRepository? = null, mavenRepository: RepositoryRemoteRepositoryConfigMavenRepository? = null, npmRepository: RepositoryRemoteRepositoryConfigNpmRepository? = null, pythonRepository: RepositoryRemoteRepositoryConfigPythonRepository? = null)
Properties
Link copied to clipboard
The description of the remote source.
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.