Class MavenInvokerBuildAction

java.lang.Object
org.jenkinsci.plugins.maveninvoker.MavenInvokerBuildAction
All Implemented Interfaces:
Action, ModelObject, Serializable, RunAction2

public class MavenInvokerBuildAction extends Object implements RunAction2, Serializable
Author:
Olivier Lamy
See Also:
  • Field Details

  • Constructor Details

    • 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 Details

    • addResults

      protected void addResults(MavenInvokerResults mavenInvokerResults)
    • getMavenInvokerResults

      public MavenInvokerResults getMavenInvokerResults()
    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in interface Action
      Specified by:
      getDisplayName in interface ModelObject
    • getUrlName

      public String getUrlName()
      Specified by:
      getUrlName in interface Action
    • getIconFileName

      public String getIconFileName()
      Specified by:
      getIconFileName in interface Action
    • onAttached

      public void onAttached(Run<?,?> r)
      Specified by:
      onAttached in interface RunAction2
    • 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()
    • getPreviousResult

      public MavenInvokerBuildAction getPreviousResult()
    • getResult

      public InvokerResult getResult(String url)
    • initTestCountsFields

      protected void initTestCountsFields(MavenInvokerResults miResults)
    • readResolve

      protected Object readResolve()