public class ReporterScopedSettings extends Object
ReporterScopedSettings(int reporterIndex, char delimiter, Set<String> excludedVariables, Map<String,String> additionalVariables)
Map<String,String>
getAdditionalVariables()
char
getDelimiter()
Set<String>
getExcludedVariables()
int
getReporterIndex()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ReporterScopedSettings(int reporterIndex, char delimiter, Set<String> excludedVariables, Map<String,String> additionalVariables)
public int getReporterIndex()
public char getDelimiter()
public Set<String> getExcludedVariables()
public Map<String,String> getAdditionalVariables()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.