public class HelmRepositoryConnectionUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
protected static HttpURLConnection |
getConnectionForUploadToArtifactory(File file,
HelmRepository repository) |
protected static HttpURLConnection |
getConnectionForUploadToChartMuseum(File file,
HelmRepository repository) |
protected static HttpURLConnection |
getConnectionForUploadToNexus(File file,
HelmRepository repository) |
protected static HttpURLConnection getConnectionForUploadToChartMuseum(File file, HelmRepository repository) throws IOException
IOExceptionprotected static HttpURLConnection getConnectionForUploadToArtifactory(File file, HelmRepository repository) throws IOException
IOExceptionprotected static HttpURLConnection getConnectionForUploadToNexus(File file, HelmRepository repository) throws IOException
IOExceptionCopyright © 2024. All rights reserved.