Class StepExecutionsMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="step-executions")
    public class StepExecutionsMojo
    extends BatchEEMojoBase
    Print step executions of a job execution.
    • Field Detail

      • executionId

        @Parameter(required=true,
                   property="batchee.executionId")
        protected long executionId
        the executionId used to find step executions.
    • Constructor Detail

      • StepExecutionsMojo

        public StepExecutionsMojo()
    • 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