Uses of Class
org.apache.maven.plugins.invoker.InvokerProperties
-
Packages that use InvokerProperties Package Description org.apache.maven.plugins.invoker -
-
Uses of InvokerProperties in org.apache.maven.plugins.invoker
Methods in org.apache.maven.plugins.invoker that return InvokerProperties Modifier and Type Method Description private InvokerPropertiesAbstractInvokerMojo. getInvokerProperties(java.io.File projectDirectory, java.util.Properties globalInvokerProperties)Gets the (interpolated) invoker properties for an integration test.Methods in org.apache.maven.plugins.invoker with parameters of type InvokerProperties Modifier and Type Method Description private intSelector. getGlobal(InvokerProperties invokerProperties)Determines whether selector conditions of the specified invoker properties match the current environment.private intAbstractInvokerMojo. getSelection(InvokerProperties invokerProperties, java.lang.CharSequence actualJreVersion)Determines whether selector conditions of the specified invoker properties match the current environment.intSelector. getSelection(InvokerProperties invokerProperties)private AbstractInvokerMojo.ExecutionResultAbstractInvokerMojo. runBuild(java.io.File basedir, java.io.File pomFile, java.io.File settingsFile, java.io.File actualJavaHome, InvokerProperties invokerProperties)Runs the specified project.private voidAbstractInvokerMojo. verify(org.apache.maven.shared.invoker.InvocationResult result, int invocationIndex, InvokerProperties invokerProperties, FileLogger logger)Verifies the invocation result.
-