Package org.apache.batchee.tools.maven
Class JobExecutionsMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.batchee.tools.maven.BatchEEMojoBase
-
- org.apache.batchee.tools.maven.JobExecutionMojoBase
-
- org.apache.batchee.tools.maven.JobExecutionsMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="executions") public class JobExecutionsMojo extends JobExecutionMojoBase
Print job instance executions.
-
-
Field Summary
Fields Modifier and Type Field Description protected long
instanceId
the instanceId to use to query job executionsprotected String
jobName
the job name to use to query job executions-
Fields inherited from class org.apache.batchee.tools.maven.BatchEEMojoBase
operator, properties
-
-
Constructor Summary
Constructors Constructor Description JobExecutionsMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
Methods inherited from class org.apache.batchee.tools.maven.JobExecutionMojoBase
toStr
-
Methods inherited from class org.apache.batchee.tools.maven.BatchEEMojoBase
getOrCreateOperator
-
-
-
-
Field Detail
-
jobName
@Parameter(required=true, property="batchee.job") protected String jobName
the job name to use to query job executions
-
instanceId
@Parameter(required=true, property="batchee.instance") protected long instanceId
the instanceId to use to query job executions
-
-