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 and Description |
---|
Upload() |
Modifier and Type | Method and Description |
---|---|
FileCollection |
getArtifacts()
Returns the artifacts which will be uploaded.
|
Configuration |
getConfiguration()
Returns the configuration to upload.
|
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(File descriptorDestination) |
void |
setUploadDescriptor(boolean uploadDescriptor) |
protected void |
upload() |
conventionMapping, conventionMapping, getConventionMapping
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, 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, setMustRunAfter, setName, setOnlyIf, setOnlyIf, setProject, setProperty, setShouldRunAfter, shouldRunAfter, toString
@Inject protected org.gradle.api.internal.artifacts.ArtifactPublicationServices getPublicationServices()
protected void upload()
public boolean isUploadDescriptor()
public void setUploadDescriptor(boolean uploadDescriptor)
public File getDescriptorDestination()
public void setDescriptorDestination(File descriptorDestination)
public RepositoryHandler getRepositories()
public Configuration getConfiguration()
public void setConfiguration(Configuration configuration)
public RepositoryHandler repositories(Closure configureClosure)
@InputFiles public FileCollection getArtifacts()