RemoteRepositoryConfig constructor
RemoteRepositoryConfig({
- AptRepository? aptRepository,
- String? description,
- bool? disableUpstreamValidation,
- DockerRepository? dockerRepository,
- MavenRepository? mavenRepository,
- NpmRepository? npmRepository,
- PythonRepository? pythonRepository,
- UpstreamCredentials? upstreamCredentials,
- YumRepository? yumRepository,
Implementation
RemoteRepositoryConfig({
this.aptRepository,
this.description,
this.disableUpstreamValidation,
this.dockerRepository,
this.mavenRepository,
this.npmRepository,
this.pythonRepository,
this.upstreamCredentials,
this.yumRepository,
});