@Accessors
public class DownloadIdeaPlugins
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
DownloadIdeaPlugins() |
| Modifier and Type | Method and Description |
|---|---|
java.util.HashMap<org.xtext.gradle.idea.tasks.DownloadIdeaPlugins.PluginRequest,java.lang.String> |
collectUrlsByPluginId() |
void |
download() |
void |
download(org.xtext.gradle.idea.tasks.DownloadIdeaPlugins.PluginRequest plugin,
java.lang.String downloadUrl) |
java.io.File |
getDestinationDir() |
IdeaPluginDependencies |
getPluginDependencies() |
IdeaPluginRepositories |
getPluginRepositories() |
void |
setDestinationDir(java.io.File destinationDir) |
void |
setPluginDependencies(IdeaPluginDependencies pluginDependencies) |
void |
setPluginRepositories(IdeaPluginRepositories pluginRepositories) |
addValidator, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, executeWithoutThrowingTaskFailure, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, leftShift, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setName, setOnlyIf, setOnlyIf, setProject, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic void download()
public void download(org.xtext.gradle.idea.tasks.DownloadIdeaPlugins.PluginRequest plugin,
java.lang.String downloadUrl)
public java.util.HashMap<org.xtext.gradle.idea.tasks.DownloadIdeaPlugins.PluginRequest,java.lang.String> collectUrlsByPluginId()
@Pure public java.io.File getDestinationDir()
public void setDestinationDir(java.io.File destinationDir)
@Pure public IdeaPluginRepositories getPluginRepositories()
public void setPluginRepositories(IdeaPluginRepositories pluginRepositories)
@Pure public IdeaPluginDependencies getPluginDependencies()
public void setPluginDependencies(IdeaPluginDependencies pluginDependencies)