Class 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 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
    • Constructor Detail

      • JobExecutionsMojo

        public JobExecutionsMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException