Uses of Class
org.apache.maven.api.model.PluginExecution
-
Uses of PluginExecution in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return PluginExecutionModifier and TypeMethodDescriptionPluginExecution.Builder.build()static PluginExecutionPluginExecution.newInstance()Creates a newPluginExecutioninstance.static PluginExecutionPluginExecution.newInstance(boolean withDefaults) Creates a newPluginExecutioninstance using default values or not.PluginExecution.withConfiguration(XmlNode configuration) Creates a newPluginExecutioninstance using the specified configuration.PluginExecution.withGoals(Collection<String> goals) Creates a newPluginExecutioninstance using the specified goals.Creates a newPluginExecutioninstance using the specified id.PluginExecution.withInherited(String inherited) Creates a newPluginExecutioninstance using the specified inherited.Creates a newPluginExecutioninstance using the specified phase.PluginExecution.withPriority(int priority) Creates a newPluginExecutioninstance using the specified priority.Methods in org.apache.maven.api.model that return types with arguments of type PluginExecutionModifier and TypeMethodDescriptionPlugin.getExecutions()Multiple specifications of a set of goals to execute during the build lifecycle, each having (possibly) a different configuration.Methods in org.apache.maven.api.model with parameters of type PluginExecutionModifier and TypeMethodDescriptionstatic PluginExecution.BuilderPluginExecution.newBuilder(PluginExecution from) Creates a newPluginExecutionbuilder instance using the specified object as a basis.static PluginExecution.BuilderPluginExecution.newBuilder(PluginExecution from, boolean forceCopy) Creates a newPluginExecutionbuilder instance using the specified object as a basis.Method parameters in org.apache.maven.api.model with type arguments of type PluginExecutionModifier and TypeMethodDescriptionPlugin.Builder.executions(Collection<PluginExecution> executions) Plugin.withExecutions(Collection<PluginExecution> executions) Creates a newPlugininstance using the specified executions.