public abstract class SignPlugin
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
SignPlugin(org.gradle.workers.WorkerExecutor executor,
org.gradle.api.file.ProjectLayout layout) |
| Modifier and Type | Method and Description |
|---|---|
abstract org.gradle.api.provider.Property<java.lang.String> |
getCertificateChain() |
abstract org.gradle.api.file.FileCollection |
getClasspath() |
abstract org.gradle.api.provider.Property<java.lang.String> |
getPassword() |
abstract org.gradle.api.file.RegularFileProperty |
getPluginFile() |
abstract org.gradle.api.provider.Property<java.lang.String> |
getPrivateKey() |
abstract org.gradle.api.file.RegularFileProperty |
getSignedPluginFile() |
abstract void |
setClasspath(org.gradle.api.file.FileCollection classpath) |
org.gradle.api.file.RegularFile |
signedName(org.gradle.api.file.RegularFile file) |
protected void |
signPlugin() |
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 SignPlugin(org.gradle.workers.WorkerExecutor executor,
org.gradle.api.file.ProjectLayout layout)
@Classpath public abstract org.gradle.api.file.FileCollection getClasspath()
public abstract void setClasspath(org.gradle.api.file.FileCollection classpath)
@InputFile public abstract org.gradle.api.file.RegularFileProperty getPluginFile()
@OutputFile public abstract org.gradle.api.file.RegularFileProperty getSignedPluginFile()
@Input public abstract org.gradle.api.provider.Property<java.lang.String> getCertificateChain()
@Input public abstract org.gradle.api.provider.Property<java.lang.String> getPrivateKey()
@Input @Optional public abstract org.gradle.api.provider.Property<java.lang.String> getPassword()
protected void signPlugin()
public org.gradle.api.file.RegularFile signedName(org.gradle.api.file.RegularFile file)