@Mojo(name="upload",
defaultPhase=DEPLOY)
public class UploadMojo
extends AbstractHelmMojo
skip| Constructor and Description |
|---|
UploadMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected HttpURLConnection |
getConnectionForUploadToArtifactory(File file,
boolean useGroupId) |
protected HttpURLConnection |
getConnectionForUploadToChartmuseum() |
protected HttpURLConnection |
getConnectionForUploadToNexus(File file) |
protected void |
uploadSingle(String file) |
formatIfValueIsNotEmpty, getChartVersionWithProcessing, getHelmVersion, getSecDispatcher, setLogpublic void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected void uploadSingle(String file) throws IOException, BadUploadException, org.apache.maven.plugin.MojoExecutionException
IOExceptionBadUploadExceptionorg.apache.maven.plugin.MojoExecutionExceptionprotected HttpURLConnection getConnectionForUploadToChartmuseum() throws IOException, org.apache.maven.plugin.MojoExecutionException
IOExceptionorg.apache.maven.plugin.MojoExecutionExceptionprotected HttpURLConnection getConnectionForUploadToArtifactory(File file, boolean useGroupId) throws IOException, org.apache.maven.plugin.MojoExecutionException
IOExceptionorg.apache.maven.plugin.MojoExecutionExceptionprotected HttpURLConnection getConnectionForUploadToNexus(File file) throws IOException, org.apache.maven.plugin.MojoExecutionException
IOExceptionorg.apache.maven.plugin.MojoExecutionExceptionCopyright © 2017–2022 Kokuwa.io. All rights reserved.