public class Upload
extends org.gradle.api.internal.ConventionTask
Configuration to a set of repositories.Task.NamerTASK_ACTION, TASK_CONSTRUCTOR_ARGS, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE| Constructor | Description | 
|---|---|
| Upload() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| FileCollection | getArtifacts() | Returns the artifacts which will be uploaded. | 
| Configuration | getConfiguration() | Returns the configuration to upload. | 
| java.io.File | getDescriptorDestination() | Returns the path to generate the dependency descriptor to. | 
| protected org.gradle.api.internal.artifacts.ArtifactPublicationServices | getPublicationServices() | |
| RepositoryHandler | getRepositories() | Returns the repositories to upload to. | 
| boolean | isUploadDescriptor() | Specifies whether the dependency descriptor should be uploaded. | 
| RepositoryHandler | repositories(groovy.lang.Closure configureClosure) | Configures the set of repositories to upload to. | 
| RepositoryHandler | repositories(Action<? super RepositoryHandler> configureAction) | Configures the set of repositories to upload to. | 
| void | setConfiguration(Configuration configuration) | |
| void | setDescriptorDestination(java.io.File descriptorDestination) | |
| void | setUploadDescriptor(boolean uploadDescriptor) | |
| protected void | upload() | 
appendParallelSafeAction, compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getTimeout, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, replaceLogger, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringconventionMapping, conventionMapping, getConventionMappingnewInputDirectory, newInputFile, newOutputDirectory, newOutputFile@Inject protected org.gradle.api.internal.artifacts.ArtifactPublicationServices getPublicationServices()
protected void upload()
@Input public boolean isUploadDescriptor()
public void setUploadDescriptor(boolean uploadDescriptor)
@Internal public java.io.File getDescriptorDestination()
public void setDescriptorDestination(java.io.File descriptorDestination)
@Internal public RepositoryHandler getRepositories()
@Internal public Configuration getConfiguration()
public void setConfiguration(Configuration configuration)
public RepositoryHandler repositories(@Nullable groovy.lang.Closure configureClosure)
public RepositoryHandler repositories(Action<? super RepositoryHandler> configureAction)
@PathSensitive(NAME_ONLY) @InputFiles public FileCollection getArtifacts()