Uses of Class
berlin.yuna.mavendeploy.plugin.PluginExecutor.ExecutionEnvironment
-
Packages that use PluginExecutor.ExecutionEnvironment Package Description berlin.yuna.mavendeploy.plugin -
-
Uses of PluginExecutor.ExecutionEnvironment in berlin.yuna.mavendeploy.plugin
Methods in berlin.yuna.mavendeploy.plugin that return PluginExecutor.ExecutionEnvironment Modifier and Type Method Description static PluginExecutor.ExecutionEnvironmentPluginExecutor. executionEnvironment(org.apache.maven.execution.MavenSession mavenSession, org.apache.maven.plugin.BuildPluginManager pluginManager)Constructs thePluginExecutor.ExecutionEnvironmentinstance fluentlystatic PluginExecutor.ExecutionEnvironmentPluginExecutor. executionEnvironment(org.apache.maven.project.MavenProject mavenProject, org.apache.maven.execution.MavenSession mavenSession, org.apache.maven.plugin.BuildPluginManager pluginManager)Constructs thePluginExecutor.ExecutionEnvironmentinstance fluentlyPluginExecutor.ExecutionEnvironmentPluginSession. getEnvironment()Methods in berlin.yuna.mavendeploy.plugin with parameters of type PluginExecutor.ExecutionEnvironment Modifier and Type Method Description static voidPluginExecutor. executeMojo(org.apache.maven.model.Plugin plugin, java.lang.String goal, org.codehaus.plexus.util.xml.Xpp3Dom configuration, PluginExecutor.ExecutionEnvironment env)Entry point for executing a mojoConstructors in berlin.yuna.mavendeploy.plugin with parameters of type PluginExecutor.ExecutionEnvironment Constructor Description PluginSession(PluginExecutor.ExecutionEnvironment environment)
-