Class ManipulationPlugin

  • All Implemented Interfaces:
    org.gradle.api.Plugin<org.gradle.api.Project>

    public class ManipulationPlugin
    extends java.lang.Object
    implements org.gradle.api.Plugin<org.gradle.api.Project>
    The manipulation plugin.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String LEGACY_MAVEN_PLUGIN
      The name of the legacy maven plugin, i.e., "maven".
      static java.lang.String MAVEN_PUBLISH_PLUGIN
      The name of the maven publish plugin, i.e., "maven-publish".
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(org.gradle.api.Project project)
      Applies the manipulation plugin to the given project.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LEGACY_MAVEN_PLUGIN

        public static final java.lang.String LEGACY_MAVEN_PLUGIN
        The name of the legacy maven plugin, i.e., "maven".
        See Also:
        Constant Field Values
      • MAVEN_PUBLISH_PLUGIN

        public static final java.lang.String MAVEN_PUBLISH_PLUGIN
        The name of the maven publish plugin, i.e., "maven-publish".
        See Also:
        Constant Field Values
    • Constructor Detail

      • ManipulationPlugin

        public ManipulationPlugin()
    • Method Detail

      • apply

        public void apply​(org.gradle.api.Project project)
        Applies the manipulation plugin to the given project.
        Specified by:
        apply in interface org.gradle.api.Plugin<org.gradle.api.Project>
        Parameters:
        project - the project