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 PodmanGoalPush 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 voiddoExecute()-
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:
doExecutein classPodmanGoal- Throws:
IOExceptionorg.apache.maven.plugin.MojoExecutionException
-
-