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 MavenInvokerResults
MavenInvokerBuildAction. getMavenInvokerResults()
Methods in org.jenkinsci.plugins.maveninvoker with parameters of type MavenInvokerResults Modifier and Type Method Description protected void
MavenInvokerBuildAction. addResults(MavenInvokerResults mavenInvokerResults)
protected void
MavenInvokerBuildAction. initTestCountsFields(MavenInvokerResults miResults)
Constructors in org.jenkinsci.plugins.maveninvoker with parameters of type MavenInvokerResults Constructor Description MavenInvokerBuildAction(Run<?,?> build, MavenInvokerResults mavenInvokerResults)
Deprecated.This is aRunAction2
instance, 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 MavenInvokerResults
MavenInvokerStepExecution. run()
-