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 InvokerProperties
AbstractInvokerMojo. 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 int
Selector. getGlobal(InvokerProperties invokerProperties)
Determines whether selector conditions of the specified invoker properties match the current environment.private int
AbstractInvokerMojo. getSelection(InvokerProperties invokerProperties, java.lang.CharSequence actualJreVersion)
Determines whether selector conditions of the specified invoker properties match the current environment.int
Selector. getSelection(InvokerProperties invokerProperties)
private AbstractInvokerMojo.ExecutionResult
AbstractInvokerMojo. runBuild(java.io.File basedir, java.io.File pomFile, java.io.File settingsFile, java.io.File actualJavaHome, InvokerProperties invokerProperties)
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.
-