PgpKeys

com.jsuereth.sbtpgp.PgpKeys
object PgpKeys

SBT Keys for the PGP plugin.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
PgpKeys.type

Members list

Value members

Concrete fields

val gpgCommand: SettingKey[String]
val pgpKeyRing: SettingKey[Option[File]]
val pgpMakeIvy: TaskKey[Option[File]]
val pgpPassphrase: SettingKey[Option[Array[Char]]]
val pgpPublicRing: SettingKey[File]
val pgpSecretRing: SettingKey[File]
val pgpSelectPassphrase: TaskKey[Option[Array[Char]]]
val pgpSigner: TaskKey[PgpSigner]
val pgpSigningKey: TaskKey[Option[String]]
val publishLocalSigned: TaskKey[Unit]
val publishLocalSignedConfiguration: TaskKey[PublishConfiguration]
val publishSigned: TaskKey[Unit]
val publishSignedConfiguration: TaskKey[PublishConfiguration]
val signedArtifacts: TaskKey[Map[Artifact, HashedVirtualFileRef]]
val updatePgpSignatures: TaskKey[UpdateReport]
val useGpg: SettingKey[Boolean]
val useGpgAgent: SettingKey[Boolean]
val useGpgPinentry: SettingKey[Boolean]