Class PublishingPlugin

java.lang.Object
org.gradle.api.publish.plugins.PublishingPlugin
All Implemented Interfaces:
Plugin<Project>

public abstract class PublishingPlugin extends Object implements Plugin<Project>
Installs a PublishingExtension with name "publishing".
Since:
1.3
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    PublishingPlugin(org.gradle.api.internal.artifacts.ArtifactPublicationServices publicationServices, org.gradle.internal.reflect.Instantiator instantiator, org.gradle.api.internal.artifacts.ivyservice.projectmodule.ProjectPublicationRegistry projectPublicationRegistry, org.gradle.api.internal.CollectionCallbackActionDecorator collectionCallbackActionDecorator)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(Project project)
    Apply this plugin to the given target object.

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • PublishingPlugin

      @Inject public PublishingPlugin(org.gradle.api.internal.artifacts.ArtifactPublicationServices publicationServices, org.gradle.internal.reflect.Instantiator instantiator, org.gradle.api.internal.artifacts.ivyservice.projectmodule.ProjectPublicationRegistry projectPublicationRegistry, org.gradle.api.internal.CollectionCallbackActionDecorator collectionCallbackActionDecorator)
  • Method Details

    • apply

      public void apply(Project project)
      Description copied from interface: Plugin
      Apply this plugin to the given target object.
      Specified by:
      apply in interface Plugin<Project>
      Parameters:
      project - The target object