Package net.jsign

Class JsignExtension

java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.lang.Closure<Void>
net.jsign.JsignExtension
All Implemented Interfaces:
groovy.lang.GroovyCallable<Void>, groovy.lang.GroovyObject, Serializable, Cloneable, Runnable, Callable<Void>

public class JsignExtension extends groovy.lang.Closure<Void>
Jsign extension method for Gradle.
Since:
7.2
See Also:
  • Field Summary

    Fields inherited from class groovy.lang.Closure

    DELEGATE_FIRST, DELEGATE_ONLY, DONE, IDENTITY, maximumNumberOfParameters, OWNER_FIRST, OWNER_ONLY, parameterTypes, SKIP, TO_SELF
  • Constructor Summary

    Constructors
    Constructor
    Description
    JsignExtension(org.gradle.api.Project project)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doCall(Map<String,?> params)
     
    void
    doCall(kotlin.Pair<String,?>... pairs)
     

    Methods inherited from class groovy.lang.Closure

    andThen, andThenSelf, andThenSelf, asWritable, call, call, call, clone, compose, composeSelf, composeSelf, curry, curry, dehydrate, getDelegate, getDirective, getMaximumNumberOfParameters, getOwner, getParameterTypes, getProperty, getResolveStrategy, getThisObject, isCase, leftShift, leftShift, memoize, memoizeAtLeast, memoizeAtMost, memoizeBetween, ncurry, ncurry, rcurry, rcurry, rehydrate, rightShift, run, setDelegate, setDirective, setProperty, setResolveStrategy, throwRuntimeException, trampoline, trampoline

    Methods inherited from class groovy.lang.GroovyObjectSupport

    getMetaClass, setMetaClass

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface groovy.lang.GroovyObject

    invokeMethod
  • Constructor Details

    • JsignExtension

      public JsignExtension(org.gradle.api.Project project)
  • Method Details

    • doCall

      public void doCall(Map<String,?> params) throws net.jsign.SignerException
      Throws:
      net.jsign.SignerException
    • doCall

      public void doCall(kotlin.Pair<String,?>... pairs) throws net.jsign.SignerException
      Throws:
      net.jsign.SignerException