-
- 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.api.PolymorphicDomainObjectContainer,org.gradle.util.Configurable
public interface HelmPublishingRepositoryContainer implements PolymorphicDomainObjectContainer<HelmPublishingRepository>
-
-
Method Summary
-
Methods inherited from class 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 class kotlin.collections.MutableCollection
clear, iterator, remove, removeAll, removeIf, retainAll -
Methods inherited from class kotlin.collections.Collection
contains, containsAll, getSize, isEmpty, parallelStream, spliterator, stream, toArray -
Methods inherited from class kotlin.collections.Iterable
forEach -
Methods inherited from class org.gradle.api.DomainObjectCollection
addAllLater, addLater, all, all, configureEach, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType -
Methods inherited from class org.gradle.api.NamedDomainObjectSet
findAll, matching, matching, withType -
Methods inherited from class org.gradle.api.NamedDomainObjectContainer
configure, create, create, create, maybeCreate, register, register -
Methods inherited from class org.gradle.api.PolymorphicDomainObjectContainer
containerWithType, create, create, maybeCreate, register, register -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
artifactory
ArtifactoryHelmPublishingRepository artifactory(String name, Action<ArtifactoryHelmPublishingRepository> configuration)
-
artifactory
ArtifactoryHelmPublishingRepository artifactory(Action<ArtifactoryHelmPublishingRepository> configuration)
-
chartMuseum
ChartMuseumHelmPublishingRepository chartMuseum(String name, Action<ChartMuseumHelmPublishingRepository> configuration)
-
chartMuseum
ChartMuseumHelmPublishingRepository chartMuseum(Action<ChartMuseumHelmPublishingRepository> configuration)
-
harbor
HarborHelmPublishingRepository harbor(String name, Action<HarborHelmPublishingRepository> configuration)
-
harbor
HarborHelmPublishingRepository harbor(Action<HarborHelmPublishingRepository> configuration)
-
nexus
NexusHelmPublishingRepository nexus(String name, Action<NexusHelmPublishingRepository> configuration)
-
nexus
NexusHelmPublishingRepository nexus(Action<NexusHelmPublishingRepository> configuration)
-
gitlab
GitlabHelmPublishingRepository gitlab(String name, Action<GitlabHelmPublishingRepository> configuration)
-
gitlab
GitlabHelmPublishingRepository gitlab(Action<GitlabHelmPublishingRepository> configuration)
-
-
-
-