Uses of Class
org.apache.maven.plugins.invoker.InvokerProperties
Packages that use InvokerProperties
-
Uses of InvokerProperties in org.apache.maven.plugins.invoker
Methods in org.apache.maven.plugins.invoker that return InvokerPropertiesModifier and TypeMethodDescriptionprivate InvokerProperties
AbstractInvokerMojo.getInvokerProperties
(File projectDirectory, Properties globalInvokerProperties) Gets the (interpolated) invoker properties for an integration test.Methods in org.apache.maven.plugins.invoker with parameters of type InvokerPropertiesModifier and TypeMethodDescriptionprivate int
Selector.getGlobal
(InvokerProperties invokerProperties) Determines whether selector conditions of the specified invoker properties match the current environment.private int
AbstractInvokerMojo.getSelection
(InvokerProperties invokerProperties, CharSequence actualJreVersion) Determines whether selector conditions of the specified invoker properties match the current environment.int
Selector.getSelection
(InvokerProperties invokerProperties) private boolean
AbstractInvokerMojo.runBuild
(File basedir, File pomFile, File settingsFile, File actualJavaHome, InvokerProperties invokerProperties, FileLogger logger) Runs the specified project.private void
AbstractInvokerMojo.verify
(org.apache.maven.shared.invoker.InvocationResult result, int invocationIndex, InvokerProperties invokerProperties, FileLogger logger) Verifies the invocation result.