Groovy Documentation

org.gradle.api.internal.artifacts.publish.maven.deploy
Class DefaultInstallTaskFactory

java.lang.Object
  org.gradle.api.internal.artifacts.publish.maven.deploy.DefaultInstallTaskFactory
All Implemented Interfaces:
InstallTaskFactory

class DefaultInstallTaskFactory
extends java.lang.Object

author:
Hans Dockter


Constructor Summary
DefaultInstallTaskFactory()

 
Method Summary
CustomInstallTask createInstallTask()

 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

DefaultInstallTaskFactory

DefaultInstallTaskFactory()


 
Method Detail

createInstallTask

public CustomInstallTask createInstallTask()


 

Groovy Documentation