Class PodmanGoal
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.honton.chas.podman.maven.plugin.PodmanGoal
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
PodmanBuild,PodmanLogin,PodmanPush
public abstract class PodmanGoal extends org.apache.maven.plugin.AbstractMojopodman goal base functionality
-
-
Field Summary
Fields Modifier and Type Field Description StringconnectionRemote podman connection nameStringurlUrl of podman remote service
-
Constructor Summary
Constructors Constructor Description PodmanGoal()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voiddoExecute()voidexecute()
-
-
-
Method Detail
-
execute
public final void execute() throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionException
-
doExecute
protected abstract void doExecute() throws org.apache.maven.plugin.MojoExecutionException, IOException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionIOException
-
-