com.ibm.rational.test.lt.recorder.ui.wizards

Interface INewRecordingSessionWizard

    • Method Detail

      • setInputConfiguration

        void setInputConfiguration(RecordingSessionConfiguration inputConfiguration,
                                 IFile inputConfigurationFile)
        Sets the recording session configuration to be used. If not null, the wizard will only prompt the user for selecting the session location and name, and skip any configuration page.
        Parameters:
        inputConfiguration - A recording session configuration, or null.
        inputConfigurationFile - The file that contains the recording session, be it a recording session configuration file (.recconfig) or a recording session (.recsession). This argument must be null if inputConfiguration is null, and must not be null if inputConfiguration is not null.
      • setClientEntry

        void setClientEntry(RecorderClientWizardConfigurer.ClientEntry clientEntry)
        Sets the client entry to use. If not null, the wizard will skip the client selection page.
        Parameters:
        clientEntry - A client entry.
      • setRecordingSessionFile

        void setRecordingSessionFile(IFile file,
                                   com.ibm.rational.test.lt.recorder.core.encrypt.EncryptionLevel encryptionMethod)
        Sets the file where the recording session will be persisted. If not null, the name and location page will be skipped. In this case, the user won't be able to select any pre-defined configuration.
        Parameters:
        file -
        encryptionMethod -
      • getRecordingSession

        IRecordingSession getRecordingSession()
        Returns the recording session that was launched by the wizard, if any.
        Returns:
        The recording session that was launched by the wizard, if any. This value is always null if IWizard.performFinish() has not been called, and may still be null if the recording session could not be created.
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.