Signature
A digital signature file artifact.
A signature file is always generated from another file, which may be a PublishArtifact.
Constructors
Link copied to clipboard
                  Creates a signature artifact for the given public artifact.
Creates a signature artifact for the given file.
Creates a signature artifact for the given file, with the given classifier.
constructor(toSign: Closure<File>, classifier: Closure<String>, signatureSpec: SignatureSpec, tasks: Array<Any>)
Creates a signature artifact for the file returned by the 
toSign closure.constructor(toSign: Callable<File>, classifier: Callable<String>, signatureSpec: SignatureSpec, tasks: Array<Any>)
Creates a signature artifact for the file returned by the 
toSign closure.Properties
Functions
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  The file for the generated signature, which may not yet exist.
Link copied to clipboard
                  The signatory of this signature file.
Link copied to clipboard
                  The file representation type of the signature.
Link copied to clipboard
                  The file that is to be signed.
Link copied to clipboard