Class JobActionMojoBase

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    Direct Known Subclasses:
    ReStartMojo, StartMojo

    public abstract class JobActionMojoBase
    extends BatchEEMojoBase
    • Field Detail

      • jobParameters

        @Parameter
        protected Map<String,​String> jobParameters
        the job parameters to use.
      • wait

        @Parameter(property="batchee.wait",
                   defaultValue="false")
        protected boolean wait
        wait or not the end of this task before exiting maven plugin execution.
    • Constructor Detail

      • JobActionMojoBase

        public JobActionMojoBase()
    • Method Detail

      • waitEnd

        protected void waitEnd​(javax.batch.operations.JobOperator jobOperator,
                               long id)