Class PodmanPush
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.honton.chas.podman.maven.plugin.PodmanGoal
-
- org.honton.chas.podman.maven.plugin.push.PodmanPush
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="push", defaultPhase=DEPLOY, threadSafe=true) public class PodmanPush extends PodmanGoal
Push image to registry- Since:
- 0.0.3
-
-
Field Summary
-
Fields inherited from class org.honton.chas.podman.maven.plugin.PodmanGoal
connection, errorOutput, pwd, url
-
-
Constructor Summary
Constructors Constructor Description PodmanPush()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doExecute()
-
Methods inherited from class org.honton.chas.podman.maven.plugin.PodmanGoal
createProcess, createProcess, execute, executeCommand, executeCommand, executeCommand, executeCommand, executeCommand, getExecutor
-
-
-
-
Method Detail
-
doExecute
protected final void doExecute() throws IOException, org.apache.maven.plugin.MojoExecutionException
- Specified by:
doExecute
in classPodmanGoal
- Throws:
IOException
org.apache.maven.plugin.MojoExecutionException
-
-