Uses of Class
io.github.ai4ci.util.ShallowList
Packages that use ShallowList
-
Uses of ShallowList in io.github.ai4ci.abm
Methods in io.github.ai4ci.abm that return ShallowList -
Uses of ShallowList in io.github.ai4ci.config
Methods in io.github.ai4ci.config that return ShallowListModifier and TypeMethodDescriptionExecutionConfiguration.getAvailableTests()
ImmutableExecutionConfiguration.getAvailableTests()
PartialExecutionConfiguration.getAvailableTests()
Methods in io.github.ai4ci.config with parameters of type ShallowListModifier and TypeMethodDescriptionImmutableExecutionConfiguration.Builder.setAvailableTests
(ShallowList<TestParameters> availableTests) Initializes the value for theavailableTests
attribute.PartialExecutionConfiguration.Builder.setAvailableTests
(ShallowList<TestParameters> availableTests) Initializes the value for theavailableTests
attribute.ImmutableExecutionConfiguration.withAvailableTests
(ShallowList<TestParameters> value) Copy the current immutable object by setting a value for theavailableTests
attribute.PartialExecutionConfiguration.withAvailableTests
(ShallowList<TestParameters> value) Copy the current immutable object by setting a value for theavailableTests
attribute. -
Uses of ShallowList in io.github.ai4ci.util
Methods in io.github.ai4ci.util that return ShallowListMethods in io.github.ai4ci.util with parameters of type ShallowList