Package org.apache.batchee.tools.maven
Class ReStartMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.batchee.tools.maven.BatchEEMojoBase
-
- org.apache.batchee.tools.maven.JobActionMojoBase
-
- org.apache.batchee.tools.maven.ReStartMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="restart") public class ReStartMojo extends JobActionMojoBase
Restart a job.
-
-
Field Summary
Fields Modifier and Type Field Description protected long
executionId
the executionId representing the execution to restart-
Fields inherited from class org.apache.batchee.tools.maven.JobActionMojoBase
jobParameters, wait
-
Fields inherited from class org.apache.batchee.tools.maven.BatchEEMojoBase
operator, properties
-
-
Constructor Summary
Constructors Constructor Description ReStartMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
Methods inherited from class org.apache.batchee.tools.maven.JobActionMojoBase
toProperties, waitEnd
-
Methods inherited from class org.apache.batchee.tools.maven.BatchEEMojoBase
getOrCreateOperator
-
-