Class AdapterHandler
-
- 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.DomainObjectSet,org.gradle.api.NamedDomainObjectCollection,org.gradle.api.NamedDomainObjectContainer,org.gradle.api.NamedDomainObjectSet,org.gradle.util.Configurable
public class AdapterHandler implements NamedDomainObjectContainer<AdapterConfig>
-
-
Field Summary
Fields Modifier and Type Field Description private final AdapterConfigjunit4private final AdapterConfigjunit5private final AdapterConfigjunitPlatformprivate final AdapterConfigjbehaveprivate final AdapterConfigjbehave5private final AdapterConfigkarateprivate final AdapterConfigscalatestprivate final AdapterConfigtestngprivate final AdapterConfigassertjprivate final AdapterConfigspockprivate final AdapterConfigcucumber4Jvmprivate final AdapterConfigcucumber5Jvmprivate final AdapterConfigcucumber6Jvmprivate final AdapterConfigcucumber7Jvmpublic final Integersizeprivate final List<Rule>rulesprivate final NamedDomainObjectCollectionSchemacollectionSchemaprivate final Namer<AdapterConfig>namerprivate final SortedSet<String>namesprivate final SortedMap<String, AdapterConfig>asMap
-
Constructor Summary
Constructors Constructor Description AdapterHandler(NamedDomainObjectContainer<AdapterConfig> data)
-
Method Summary
Modifier and Type Method Description final AdapterConfiggetJunit4()final AdapterConfiggetJunit5()final AdapterConfiggetJunitPlatform()final AdapterConfiggetJbehave()final AdapterConfiggetJbehave5()final AdapterConfiggetKarate()final AdapterConfiggetScalatest()final AdapterConfiggetTestng()final AdapterConfiggetAssertj()final AdapterConfiggetSpock()final AdapterConfiggetCucumber4Jvm()final AdapterConfiggetCucumber5Jvm()final AdapterConfiggetCucumber6Jvm()final AdapterConfiggetCucumber7Jvm()final AdapterConfigcucumberJvm(Integer majorVersion)final Unitinvoke(AdapterConfig $self, Action<in AdapterConfig> configureAction)-
Methods inherited from class io.qameta.allure.gradle.adapter.config.AdapterHandler
getAsMap, getCollectionSchema, getNamer, getNames, getRules -
Methods inherited from class org.gradle.api.NamedDomainObjectContainer
create, create, create, maybeCreate, register, register -
Methods inherited from class org.gradle.util.Configurable
configure -
Methods inherited from class org.gradle.api.DomainObjectCollection
addAllLater, addLater, all, all, configureEach, disallowChanges, findAll, matching, matching, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType, withType -
Methods inherited from class org.gradle.api.NamedDomainObjectCollection
addRule, addRule, addRule, findByName, getAsMap, getAt, getByName, getByName, getByName, getCollectionSchema, getNamer, getNames, getRules, named, named, named, named, named -
Methods inherited from class kotlin.collections.MutableCollection
add, addAll, clear, iterator, remove, removeAll, removeIf, retainAll -
Methods inherited from class kotlin.collections.Collection
contains, containsAll, isEmpty, parallelStream, stream, toArray -
Methods inherited from class kotlin.collections.Iterable
forEach, spliterator -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AdapterHandler
AdapterHandler(NamedDomainObjectContainer<AdapterConfig> data)
-
-
Method Detail
-
getJunit4
final AdapterConfig getJunit4()
-
getJunit5
final AdapterConfig getJunit5()
-
getJunitPlatform
final AdapterConfig getJunitPlatform()
-
getJbehave
final AdapterConfig getJbehave()
-
getJbehave5
final AdapterConfig getJbehave5()
-
getKarate
final AdapterConfig getKarate()
-
getScalatest
final AdapterConfig getScalatest()
-
getTestng
final AdapterConfig getTestng()
-
getAssertj
final AdapterConfig getAssertj()
-
getSpock
final AdapterConfig getSpock()
-
getCucumber4Jvm
final AdapterConfig getCucumber4Jvm()
-
getCucumber5Jvm
final AdapterConfig getCucumber5Jvm()
-
getCucumber6Jvm
final AdapterConfig getCucumber6Jvm()
-
getCucumber7Jvm
final AdapterConfig getCucumber7Jvm()
-
cucumberJvm
final AdapterConfig cucumberJvm(Integer majorVersion)
-
invoke
final Unit invoke(AdapterConfig $self, Action<in AdapterConfig> configureAction)
-
-
-
-