Uses of Class
org.jenkinsci.plugins.maveninvoker.results.InvokerResult
-
Packages that use InvokerResult Package Description org.jenkinsci.plugins.maveninvoker org.jenkinsci.plugins.maveninvoker.results -
-
Uses of InvokerResult in org.jenkinsci.plugins.maveninvoker
Methods in org.jenkinsci.plugins.maveninvoker that return InvokerResult Modifier and Type Method Description InvokerResultMavenInvokerBuildAction. getResult(String url) -
Uses of InvokerResult in org.jenkinsci.plugins.maveninvoker.results
Methods in org.jenkinsci.plugins.maveninvoker.results that return types with arguments of type InvokerResult Modifier and Type Method Description List<InvokerResult>MavenInvokerResults. getInvokerResults()Method parameters in org.jenkinsci.plugins.maveninvoker.results with type arguments of type InvokerResult Modifier and Type Method Description voidMavenInvokerResults. setInvokerResults(List<InvokerResult> invokerResults)
-