Uses of Class
de.gematik.test.tiger.common.config.RbelModificationDescription
-
Packages that use RbelModificationDescription Package Description de.gematik.test.tiger.common.config de.gematik.test.tiger.common.data.config.tigerProxy -
-
Uses of RbelModificationDescription in de.gematik.test.tiger.common.config
Methods in de.gematik.test.tiger.common.config that return RbelModificationDescription Modifier and Type Method Description RbelModificationDescriptionRbelModificationDescription.RbelModificationDescriptionBuilder. build()RbelModificationDescriptionRbelModificationDescription. withCondition(String condition)RbelModificationDescriptionRbelModificationDescription. withDeleteAfterNExecutions(Integer deleteAfterNExecutions)RbelModificationDescriptionRbelModificationDescription. withName(String name)RbelModificationDescriptionRbelModificationDescription. withRegexFilter(String regexFilter)RbelModificationDescriptionRbelModificationDescription. withReplaceWith(String replaceWith)RbelModificationDescriptionRbelModificationDescription. withTargetElement(String targetElement) -
Uses of RbelModificationDescription in de.gematik.test.tiger.common.data.config.tigerProxy
Methods in de.gematik.test.tiger.common.data.config.tigerProxy that return types with arguments of type RbelModificationDescription Modifier and Type Method Description List<RbelModificationDescription>TigerProxyConfiguration. getModifications()Method parameters in de.gematik.test.tiger.common.data.config.tigerProxy with type arguments of type RbelModificationDescription Modifier and Type Method Description TigerProxyConfiguration.TigerProxyConfigurationBuilderTigerProxyConfiguration.TigerProxyConfigurationBuilder. modifications(List<RbelModificationDescription> modifications)voidTigerProxyConfiguration. setModifications(List<RbelModificationDescription> modifications)
-