public class Upload
extends org.gradle.api.internal.ConventionTask
Configuration
to a set of repositories.Task.Namer
TASK_ACTION, 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(Closure configureClosure) |
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() |
addValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActionClassLoaders, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString
@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(Closure configureClosure)
@InputFiles public FileCollection getArtifacts()