Interface AuthenticationContainer
-
- All Superinterfaces:
java.util.Collection<Authentication>
,Configurable<NamedDomainObjectContainer<Authentication>>
,DomainObjectCollection<Authentication>
,DomainObjectSet<Authentication>
,java.lang.Iterable<Authentication>
,NamedDomainObjectCollection<Authentication>
,NamedDomainObjectContainer<Authentication>
,NamedDomainObjectSet<Authentication>
,PolymorphicDomainObjectContainer<Authentication>
,java.util.Set<Authentication>
public interface AuthenticationContainer extends PolymorphicDomainObjectContainer<Authentication>
Container for configuring repository authentication schemes of typeAuthentication
.
-
-
Method Summary
-
Methods inherited from interface org.gradle.api.DomainObjectCollection
addAllLater, addLater, all, all, configureEach, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType
-
Methods inherited from interface org.gradle.api.NamedDomainObjectCollection
add, addAll, addRule, addRule, addRule, findByName, getAsMap, getAt, getByName, getByName, getByName, getCollectionSchema, getNamer, getNames, getRules, named, named, named, named
-
Methods inherited from interface org.gradle.api.NamedDomainObjectContainer
configure, create, create, create, maybeCreate, register, register
-
Methods inherited from interface org.gradle.api.NamedDomainObjectSet
findAll, matching, matching, named, withType
-
Methods inherited from interface org.gradle.api.PolymorphicDomainObjectContainer
containerWithType, create, create, maybeCreate, register, register
-
-