Package 

Interface NexusRepositoryContainer

  • All Implemented Interfaces:
    kotlin.collections.Collection , kotlin.collections.Iterable , kotlin.collections.MutableCollection , kotlin.collections.MutableIterable , kotlin.collections.MutableSet , kotlin.collections.Set , org.gradle.api.DomainObjectCollection , org.gradle.api.NamedDomainObjectCollection , org.gradle.api.NamedDomainObjectContainer , org.gradle.api.NamedDomainObjectSet , org.gradle.util.Configurable

    
    public interface NexusRepositoryContainer
     implements NamedDomainObjectContainer<NexusRepository>
                        
    • Method Summary

      Modifier and Type Method Description
      abstract NexusRepository sonatype()
      abstract NexusRepository sonatype(Closure<?> closure)
      abstract NexusRepository sonatype(Action<in NexusRepository> action)
      abstract Integer getSize()
      • Methods inherited from class org.gradle.api.NamedDomainObjectSet

        add, addAll, addRule, addRule, addRule, findByName, getAsMap, getAt, getByName, getByName, getByName, getCollectionSchema, getNamer, getNames, getRules, named, named, named, named
      • Methods inherited from class org.gradle.api.DomainObjectCollection

        clear, iterator, remove, removeAll, removeIf, retainAll
      • Methods inherited from class kotlin.collections.MutableCollection

        contains, containsAll, isEmpty, parallelStream, spliterator, stream, toArray
      • Methods inherited from class kotlin.collections.Iterable

        equals, hashCode, toString
      • Methods inherited from class kotlin.collections.Collection

        forEach
      • Methods inherited from class org.gradle.api.NamedDomainObjectCollection

        addAllLater, addLater, all, all, configureEach, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType
      • Methods inherited from class org.gradle.api.NamedDomainObjectContainer

        findAll, matching, matching, withType
      • Methods inherited from class io.github.gradlenexus.publishplugin.NexusRepositoryContainer

        configure, create, create, create, maybeCreate, register, register
      • Methods inherited from class java.lang.Object

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