Groovy Documentation

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

java.lang.Object
  org.apache.tools.ant.ProjectComponent
      org.apache.tools.ant.Task
          org.apache.maven.artifact.ant.AbstractArtifactTask
              org.apache.maven.artifact.ant.InstallDeployTaskSupport
                  org.apache.maven.artifact.ant.InstallTask
                      org.gradle.api.internal.artifacts.publish.maven.deploy.CustomInstallTask
All Implemented Interfaces:
CustomInstallDeployTaskSupport

class CustomInstallTask
extends org.apache.maven.artifact.ant.InstallTask

author:
Hans Dockter


Constructor Summary
CustomInstallTask()

 
Method Summary
void doExecute()

Settings getSettings()

 
Methods inherited from class org.apache.maven.artifact.ant.InstallTask
setFile, buildPom, createAttach, getFile, setSettingsFile, getSupportedProtocols, getSupportedProtocolsAsString, diagnoseError, addPom, getPomRefId, setPomRefId, getLocalRepository, addLocalRepository, setProfiles, execute, getOwningTarget, getTaskName, getTaskType, setTaskType, setTaskName, setOwningTarget, getRuntimeConfigurableWrapper, setRuntimeConfigurableWrapper, maybeConfigure, perform, reconfigure, bindToOwner, init, log, log, log, log, getProject, setProject, clone, getLocation, setLocation, getDescription, setDescription, hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 
Methods inherited from class org.apache.maven.artifact.ant.InstallDeployTaskSupport
setFile, buildPom, createAttach, getFile, setSettingsFile, getSupportedProtocols, getSupportedProtocolsAsString, diagnoseError, addPom, getPomRefId, setPomRefId, getLocalRepository, addLocalRepository, setProfiles, execute, getOwningTarget, getTaskName, getTaskType, setTaskType, setTaskName, setOwningTarget, getRuntimeConfigurableWrapper, setRuntimeConfigurableWrapper, maybeConfigure, perform, reconfigure, bindToOwner, init, log, log, log, log, getProject, setProject, clone, getLocation, setLocation, getDescription, setDescription, hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 
Methods inherited from class org.apache.maven.artifact.ant.AbstractArtifactTask
setSettingsFile, buildPom, getSupportedProtocols, getSupportedProtocolsAsString, diagnoseError, addPom, getPomRefId, setPomRefId, getLocalRepository, addLocalRepository, setProfiles, execute, getOwningTarget, getTaskName, getTaskType, setTaskType, setTaskName, setOwningTarget, getRuntimeConfigurableWrapper, setRuntimeConfigurableWrapper, maybeConfigure, perform, reconfigure, bindToOwner, init, log, log, log, log, getProject, setProject, clone, getLocation, setLocation, getDescription, setDescription, hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 
Methods inherited from class org.apache.tools.ant.Task
getOwningTarget, getTaskName, getTaskType, setTaskType, setTaskName, setOwningTarget, getRuntimeConfigurableWrapper, setRuntimeConfigurableWrapper, maybeConfigure, perform, reconfigure, bindToOwner, init, log, log, log, log, execute, getProject, setProject, clone, getLocation, setLocation, getDescription, setDescription, hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject, clone, getLocation, log, log, setLocation, getDescription, setDescription, hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

CustomInstallTask

CustomInstallTask()


 
Method Detail

doExecute

@Override
public void doExecute()


getSettings

@Override
public Settings getSettings()


 

Groovy Documentation