public class EtagDownloadTask
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
EtagDownloadTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
doTask() |
java.io.File |
getFile() |
java.net.URI |
getUri() |
java.net.URL |
getUrl()
Deprecated.
|
boolean |
isDieWithError() |
void |
setDieWithError(boolean dieWithError) |
void |
setFile(java.lang.Object file) |
void |
setUri(java.lang.Object url) |
void |
setUrl(java.lang.Object url)
Deprecated.
|
compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceacceptServiceReferences, appendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjectspublic void doTask()
throws java.io.IOException,
java.net.URISyntaxException
java.io.IOExceptionjava.net.URISyntaxException@Deprecated
@Internal
public java.net.URL getUrl()
throws java.net.MalformedURLException
java.net.MalformedURLException@Deprecated public void setUrl(java.lang.Object url)
@Input
public java.net.URI getUri()
throws java.net.URISyntaxException
java.net.URISyntaxExceptionpublic void setUri(java.lang.Object url)
@OutputFile public java.io.File getFile()
public void setFile(java.lang.Object file)
@Input public boolean isDieWithError()
public void setDieWithError(boolean dieWithError)