Package | Description |
---|---|
com.ibm.rational.test.lt.recorder.compatibility.upgrade |
Classes and interfaces for managing upgrade of recordings made with previous RPT releases (<=8.1).
|
com.ibm.rational.test.lt.recorder.core |
Provides entry points to the recording framework.
|
com.ibm.rational.test.lt.recorder.core.annotations |
Provides the classes for describing recording annotations.
|
com.ibm.rational.test.lt.recorder.core.config |
Provides the classes for defining recording components configurations.
|
com.ibm.rational.test.lt.recorder.core.extensibility |
Classes and interfaces required to contribute recording components (clients, recorders...)
|
com.ibm.rational.test.lt.recorder.core.session |
Provides the infrastructure for controlling a recording session.
|
com.ibm.rational.test.lt.recorder.ui |
Provides programmatic entry points to the recorder framework user interface.
|
com.ibm.rational.test.lt.recorder.ui.wizards |
Wizard related classes and interfaces.
|
com.ibm.rational.test.lt.testgen.core.testgen |
Provides the classes and interfaces for implementing test generators.
|
Modifier and Type | Method and Description |
---|---|
void |
IMsgUpgrader.completeUpgrade(IPacketOutputStream writer,
RecordingSessionConfiguration configuration)
Completes the upgrade.
|
boolean |
IMsgUpgrader.convertMessage(Msg msg,
IPacketOutputStream writer,
RecordingSessionConfiguration configuration)
Converts the provided Msg.
|
void |
IMsgUpgrader.initializeUpgrade(IPacketOutputStream writer,
RecordingSessionConfiguration configuration,
IRecModelUpgradeLog log)
Initializes this upgrader.
|
Modifier and Type | Method and Description |
---|---|
IRecordingSession |
RecorderCore.createRecordingSession(RecordingSessionConfiguration config)
Creates a new recording session, using the provided session configuration.
|
Modifier and Type | Method and Description |
---|---|
RecordingSessionConfiguration |
RecordingSessionAmendmentAnnotation.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
RecordingSessionAmendmentAnnotation.setConfiguration(RecordingSessionConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
RecordingSessionConfiguration |
RecordingSessionConfiguration.clone() |
Modifier and Type | Method and Description |
---|---|
void |
IRecorderMonitorContext.amendSession(String description,
RecordingSessionConfiguration configuration)
Merges a new recording session configuration into to the current session.
|
IStatus |
IRecordingSessionConfigurationDecorator.decorate(RecordingSessionConfiguration configuration)
Validates and/or decorates the specified recording session configuration, so
it is ready for launching.
|
Modifier and Type | Method and Description |
---|---|
RecordingSessionConfiguration |
IRecordingSessionProducer.getConfiguration()
Returns the (initially empty) recording session configuration of the
session to create.
|
RecordingSessionConfiguration |
IRecordingSession.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
IRecordingSessionProducer.setConfiguration(RecordingSessionConfiguration configuration)
Replaces the session configuration with the specified one.
|
Modifier and Type | Method and Description |
---|---|
static IRecordingSession |
RecorderUi.launchSession(RecordingSessionConfiguration rsc,
IWorkbenchWindow window)
Launches a new recording session, based on the provided session configuration and
displays it in the specified workbench window.
|
Modifier and Type | Method and Description |
---|---|
void |
INewRecordingSessionWizard.setInputConfiguration(RecordingSessionConfiguration inputConfiguration,
IFile inputConfigurationFile)
Sets the recording session configuration to be used.
|
Modifier and Type | Method and Description |
---|---|
RecordingSessionConfiguration |
ITestGeneratorContext.getRecordingSessionConfiguration()
Returns the recording session configuration that was used to perform
the recording session.
|
© Copyright IBM Corp. 2013. All rights reserved.