Uses of Class
org.jenkinsci.plugins.maveninvoker.results.MavenInvokerResults
-
Packages that use MavenInvokerResults Package Description org.jenkinsci.plugins.maveninvoker org.jenkinsci.plugins.maveninvoker.pipeline -
-
Uses of MavenInvokerResults in org.jenkinsci.plugins.maveninvoker
Methods in org.jenkinsci.plugins.maveninvoker that return MavenInvokerResults Modifier and Type Method Description MavenInvokerResultsMavenInvokerBuildAction. getMavenInvokerResults()Methods in org.jenkinsci.plugins.maveninvoker with parameters of type MavenInvokerResults Modifier and Type Method Description protected voidMavenInvokerBuildAction. addResults(MavenInvokerResults mavenInvokerResults)protected voidMavenInvokerBuildAction. initTestCountsFields(MavenInvokerResults miResults)Constructors in org.jenkinsci.plugins.maveninvoker with parameters of type MavenInvokerResults Constructor Description MavenInvokerBuildAction(Run<?,?> build, MavenInvokerResults mavenInvokerResults)Deprecated.This is aRunAction2instance, not need to pass build explicitlyMavenInvokerBuildAction(MavenInvokerResults mavenInvokerResults) -
Uses of MavenInvokerResults in org.jenkinsci.plugins.maveninvoker.pipeline
Methods in org.jenkinsci.plugins.maveninvoker.pipeline that return MavenInvokerResults Modifier and Type Method Description protected MavenInvokerResultsMavenInvokerStepExecution. run()
-