public abstract class PublishPlugin
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
PublishPlugin(org.gradle.workers.WorkerExecutor executor) |
| Modifier and Type | Method and Description |
|---|---|
abstract org.gradle.api.provider.ListProperty<java.lang.String> |
getChannels() |
abstract org.gradle.api.file.FileCollection |
getClasspath() |
abstract org.gradle.api.file.RegularFileProperty |
getDistributionFile() |
java.lang.String |
getHost() |
abstract org.gradle.api.provider.Property<java.lang.String> |
getNotes() |
abstract org.gradle.api.provider.Property<java.lang.String> |
getToken() |
protected void |
publishPlugin() |
abstract void |
setClasspath(org.gradle.api.file.FileCollection classpath) |
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, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getOnlyIf, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, prependParallelSafeAction, setImpliesSubProjects@Inject public PublishPlugin(org.gradle.workers.WorkerExecutor executor)
@Classpath public abstract org.gradle.api.file.FileCollection getClasspath()
public abstract void setClasspath(org.gradle.api.file.FileCollection classpath)
@Input public java.lang.String getHost()
@Input public abstract org.gradle.api.provider.ListProperty<java.lang.String> getChannels()
@Input public abstract org.gradle.api.provider.Property<java.lang.String> getToken()
@Input @Optional public abstract org.gradle.api.provider.Property<java.lang.String> getNotes()
@InputFile public abstract org.gradle.api.file.RegularFileProperty getDistributionFile()
protected void publishPlugin()