org.gradle.api.publish.plugins
Class PublishingPlugin

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

@Incubating
public class PublishingPlugin
extends Object
implements Plugin<Project>

Installs a PublishingExtension with name "publishing".

Since:
1.3

Field Summary
static String PUBLISH_LIFECYCLE_TASK_NAME
           
 
Constructor Summary
PublishingPlugin(org.gradle.api.internal.artifacts.ArtifactPublicationServices publicationServices, org.gradle.internal.reflect.Instantiator instantiator)
           
 
Method Summary
 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 Detail

PUBLISH_LIFECYCLE_TASK_NAME

public static final String PUBLISH_LIFECYCLE_TASK_NAME
See Also:
Constant Field Values
Constructor Detail

PublishingPlugin

@Inject
public PublishingPlugin(org.gradle.api.internal.artifacts.ArtifactPublicationServices publicationServices,
                               org.gradle.internal.reflect.Instantiator instantiator)
Method Detail

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