Class QaJGivenReporterMojo

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

    @Mojo(name="report",
          defaultPhase=VERIFY)
    public class QaJGivenReporterMojo
    extends AbstractQaJgivenReporterMojo
    Generates JGiven report in QA format.
    • Field Detail

      • templateResource

        @Parameter(defaultValue="/qa-jgiven-reporter.html")
        protected String templateResource
      • productName

        @Parameter(defaultValue="A Product")
        protected String productName
        The product name.
      • productVersion

        @Parameter(defaultValue="A Product Version")
        protected String productVersion
        The product version.
      • testDocumentId

        @Parameter(defaultValue="ttttt")
        protected String testDocumentId
        The test document identifier in document control.
      • testDocumentRev

        @Parameter(defaultValue="ttttt")
        protected String testDocumentRev
        The test document identifier in document control.
      • specDocumentId

        @Parameter(defaultValue="ttttt")
        protected String specDocumentId
        The test document identifier in document control.
      • specDocumentRev

        @Parameter(defaultValue="ttttt")
        protected String specDocumentRev
        The test document identifier in document control.
      • planDocumentId

        @Parameter(defaultValue="ttttt")
        protected String planDocumentId
        The test document identifier in document control.
      • planDocumentRev

        @Parameter(defaultValue="ttttt")
        protected String planDocumentRev
        The test document identifier in document control.
      • traceabilityDocumentId

        @Parameter(defaultValue="ttttt")
        protected String traceabilityDocumentId
        The test document identifier in document control.
      • traceabilityDocumentRev

        @Parameter(defaultValue="ttttt")
        protected String traceabilityDocumentRev
        The test document identifier in document control.
    • Constructor Detail

      • QaJGivenReporterMojo

        public QaJGivenReporterMojo()
    • Method Detail

      • execute

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