public static interface SignAction.SignParameters
extends org.gradle.workers.WorkParameters
| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.provider.Property<java.lang.String> |
getCertificateChain() |
org.gradle.api.provider.Property<java.lang.String> |
getPassword() |
org.gradle.api.file.RegularFileProperty |
getPluginFile() |
org.gradle.api.provider.Property<java.lang.String> |
getPrivateKey() |
org.gradle.api.file.RegularFileProperty |
getSignedPluginFile() |
org.gradle.api.file.RegularFileProperty getPluginFile()
org.gradle.api.provider.Property<java.lang.String> getCertificateChain()
org.gradle.api.provider.Property<java.lang.String> getPrivateKey()
org.gradle.api.provider.Property<java.lang.String> getPassword()
org.gradle.api.file.RegularFileProperty getSignedPluginFile()