| java.lang.Object org.apache.jmeter.save.OldSaveService
OldSaveService | final public class OldSaveService (Code) | | This class saves/restores the original Avalon XML format (not used by default).
This may be removed in a future release.
|
getConfiguration | public static Configuration getConfiguration(SampleResult result, SampleSaveConfiguration saveConfig)(Code) | | This method determines the content of the result data that will be
stored for the Avalon XML format.
Parameters: result - the object containing all of the data that has been collected. Parameters: saveConfig - the configuration giving the data items to be saved.N.B. It is rather out of date, as many fields are not saved.However it is probably not worth updating, as no-one should be using the format. |
getSampleResult | public static SampleResult getSampleResult(Configuration config)(Code) | | Read sampleResult from Avalon XML file.
Parameters: config - Avalon configuration sample result |
|
|