Class MavenInvokerBuildAction

    • Constructor Detail

      • MavenInvokerBuildAction

        @Deprecated
        public MavenInvokerBuildAction​(Run<?,​?> build,
                                       MavenInvokerResults mavenInvokerResults)
        Deprecated.
        This is a RunAction2 instance, not need to pass build explicitly
        Constructor.
      • MavenInvokerBuildAction

        public MavenInvokerBuildAction​(MavenInvokerResults mavenInvokerResults)
      • MavenInvokerBuildAction

        protected MavenInvokerBuildAction​(Run<?,​?> build)
    • Method Detail

      • onLoad

        public void onLoad​(Run<?,​?> r)
        Specified by:
        onLoad in interface RunAction2
      • getApi

        public Api getApi()
      • getPassedTestCount

        public int getPassedTestCount()
      • getFailedTestCount

        public int getFailedTestCount()
      • getSkippedTestCount

        public int getSkippedTestCount()
      • getRunTests

        public int getRunTests()
      • getBuild

        public Run<?,​?> getBuild()
      • getFailCount

        public int getFailCount()
      • getSkipCount

        public int getSkipCount()
      • getTotalCount

        public int getTotalCount()
      • initTestCountsFields

        protected void initTestCountsFields​(MavenInvokerResults miResults)
      • readResolve

        protected Object readResolve()