Groovy Documentation

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

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

class DefaultDeployTaskFactory
extends java.lang.Object

author:
Hans Dockter


Constructor Summary
DefaultDeployTaskFactory()

 
Method Summary
CustomDeployTask createDeployTask()

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

Constructor Detail

DefaultDeployTaskFactory

DefaultDeployTaskFactory()


 
Method Detail

createDeployTask

public CustomDeployTask createDeployTask()


 

Groovy Documentation