Package net.auoeke.gronk
Class PasswordExtension
java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.lang.Closure<B>
net.auoeke.gronk.ClosureExtension<org.gradle.api.artifacts.repositories.AuthenticationSupported,Void>
net.auoeke.gronk.PasswordExtension
- All Implemented Interfaces:
groovy.lang.GroovyCallable<Void>,groovy.lang.GroovyObject,Serializable,Cloneable,Runnable,Callable<Void>
public class PasswordExtension
extends ClosureExtension<org.gradle.api.artifacts.repositories.AuthenticationSupported,Void>
- 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
ConstructorsConstructorDescriptionPasswordExtension(org.gradle.api.artifacts.repositories.AuthenticationSupported owner) -
Method Summary
Methods inherited from class net.auoeke.gronk.ClosureExtension
inject, ownerMethods 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, trampolineMethods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClassMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObject
invokeMethod
-
Constructor Details
-
PasswordExtension
public PasswordExtension(org.gradle.api.artifacts.repositories.AuthenticationSupported owner)
-
-
Method Details
-
inject
public static void inject(org.gradle.api.artifacts.repositories.AuthenticationSupported owner) -
doCall
-