Class BuildFactory.PluginManagementNamedValue
java.lang.Object
org.sonatype.maven.polyglot.java.dsl.BuildFactory.PluginManagementNamedValue
- All Implemented Interfaces:
Serializable, Function<String,String>, BuildFactory.BuildComplexTypeNamedValue, BuildFactory.BuildNamedValue, MethodFinder, NamedValue
- Enclosing interface:
BuildFactory
public static class BuildFactory.PluginManagementNamedValue
extends Object
implements BuildFactory.BuildComplexTypeNamedValue
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface MethodFinder
MethodFinder.UnableToGuessMethodException -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate org.apache.maven.model.PluginManagement -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.maven.model.PluginManagementvoidsetPluginManagement(org.apache.maven.model.PluginManagement pluginManagement) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface MethodFinder
defaultValueForParameter, getContainingClass, method, parameter, serializedMethods inherited from interface NamedValue
checkParametersEnabled, name, value
-
Field Details
-
pluginManagement
private org.apache.maven.model.PluginManagement pluginManagement
-
-
Constructor Details
-
PluginManagementNamedValue
public PluginManagementNamedValue()
-
-
Method Details
-
getPluginManagement
public org.apache.maven.model.PluginManagement getPluginManagement() -
setPluginManagement
public void setPluginManagement(org.apache.maven.model.PluginManagement pluginManagement) -
apply
-