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 InvokerPropertiesAbstractInvokerMojo.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 intSelector.getGlobal(InvokerProperties invokerProperties) Determines whether selector conditions of the specified invoker properties match the current environment.private intAbstractInvokerMojo.getSelection(InvokerProperties invokerProperties, CharSequence actualJreVersion) Determines whether selector conditions of the specified invoker properties match the current environment.intSelector.getSelection(InvokerProperties invokerProperties) private booleanAbstractInvokerMojo.runBuild(File basedir, File pomFile, File settingsFile, File actualJavaHome, InvokerProperties invokerProperties, FileLogger logger) Runs the specified project.private voidAbstractInvokerMojo.verify(org.apache.maven.shared.invoker.InvocationResult result, int invocationIndex, InvokerProperties invokerProperties, FileLogger logger) Verifies the invocation result.