IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.models.behavior.lttest
Interface LTTest

All Superinterfaces:
com.ibm.rational.test.common.models.behavior.requirements.CBArmEnabled, com.ibm.rational.test.common.models.behavior.CBAssetMigration, CBElementHost, com.ibm.rational.test.common.models.behavior.errors.CBErrorHost, CBNamedElement, com.ibm.rational.test.common.models.behavior.CBSyncPointHost, com.ibm.rational.test.common.models.behavior.internal.CBTempData, CBTest, org.eclipse.emf.ecore.EObject, IAdaptable, LTArmEnabled, org.eclipse.emf.common.notify.Notifier

public interface LTTest
extends CBTest, LTArmEnabled, CBElementHost, com.ibm.rational.test.common.models.behavior.CBSyncPointHost

A representation of the model object 'LT Test'.

The following features are supported:

See Also:
LttestPackage.getLTTest()

Field Summary
static String LOADTEST_TYPE
          This is the TYPE for a LoadTest
 
Method Summary
 org.eclipse.emf.common.util.EList getDatapools()
          Returns the value of the 'Datapools' containment reference list.
 String getLT_TEST_TYPE()
          Returns the value of the 'LT TEST TYPE' attribute.
 org.eclipse.emf.common.util.EList getOptions()
          Returns the value of the 'Options' containment reference list.
 com.ibm.rational.test.lt.models.behavior.lttest.LTProperties getProperties()
          Returns the value of the 'Properties' containment reference
 LTResources getResources()
          Returns the value of the 'Resources' containment reference
 com.ibm.rational.test.common.models.behavior.CBTestSupport getTestSupport()
           
 com.ibm.rational.test.common.models.behavior.CBValidator getValidator()
          This returns a validator for the LTTest.
 CBVersion getVersion()
          Returns the value of the 'Version' containment reference
 void setProperties(com.ibm.rational.test.lt.models.behavior.lttest.LTProperties value)
          Sets the value of the 'Properties' containment reference
 void setResources(LTResources value)
          Sets the value of the 'Resources' containment reference
 void setVersion(CBVersion value)
          Sets the value of the 'Version' containment reference
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.CBTest
getActions, getBehaviorName, getCBErrors, getInheritedCBActionElements, getResource, getResourceType, getRTBLocations, getTest, getType, isOlderVersion, regenerateId, save, save, saveAndReturnInfo, saveToUnopenedTest, search, setBehaviorName, setName, setResource, setTest, setType, unload
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.CBNamedElement
getDescription, getId, getName, getStopId, setDescription, setId
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.internal.CBTempData
getTempAttribute, getTempAttribute, getTempAttributes, setTempAttribute, setTempAttribute, unsetTempAttribute
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.CBAssetMigration
migrate, needMigration
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.errors.CBErrorHost
canHostCBErrors, isErrorGenerator
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.requirements.CBArmEnabled
containsArmEnabled, getArmEnabledAncestor, isAnyChildEnabled, isArmEnabled, setAnyChildEnabled, setArmEnabled
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.CBElementHost
getElements
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.CBSyncPointHost
canHostSyncPoints, getSyncPoints
 

Field Detail

LOADTEST_TYPE

static final String LOADTEST_TYPE
This is the TYPE for a LoadTest

See Also:
Constant Field Values
Method Detail

getLT_TEST_TYPE

String getLT_TEST_TYPE()
Returns the value of the 'LT TEST TYPE' attribute. The default value is "com.ibm.rational.test.lt.lttest".

If the meaning of the 'LT TEST TYPE' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'LT TEST TYPE' attribute.
See Also:
LttestPackage.getLTTest_LT_TEST_TYPE()

getDatapools

org.eclipse.emf.common.util.EList getDatapools()
Returns the value of the 'Datapools' containment reference list. The list contents are of type Datapool.

If the meaning of the 'Datapools' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Datapools' containment reference list.
See Also:
LttestPackage.getLTTest_Datapools()

getOptions

org.eclipse.emf.common.util.EList getOptions()
Returns the value of the 'Options' containment reference list. The list contents are of type Option.

If the meaning of the 'Options' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Options' containment reference list.
See Also:
LttestPackage.getLTTest_Options()

getVersion

CBVersion getVersion()
Returns the value of the 'Version' containment reference.

If the meaning of the 'Version' containment reference isn't clear, there really should be more of a description here...

Specified by:
getVersion in interface CBTest
Returns:
the value of the 'Version' containment reference.
See Also:
LTTest.setVersion(CBVersion), LttestPackage.getLTTest_Version()

setVersion

void setVersion(CBVersion value)
Sets the value of the 'Version' containment reference.

Parameters:
value - the new value of the 'Version' containment reference.
See Also:
LTTest.getVersion()

getProperties

com.ibm.rational.test.lt.models.behavior.lttest.LTProperties getProperties()
Returns the value of the 'Properties' containment reference.

If the meaning of the 'Properties' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Properties' containment reference.
See Also:
LTTest.setProperties(LTProperties), LttestPackage.getLTTest_Properties()

setProperties

void setProperties(com.ibm.rational.test.lt.models.behavior.lttest.LTProperties value)
Sets the value of the 'Properties' containment reference.

Parameters:
value - the new value of the 'Properties' containment reference.
See Also:
LTTest.getProperties()

getResources

LTResources getResources()
Returns the value of the 'Resources' containment reference.

If the meaning of the 'Resources' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Resources' containment reference.
See Also:
LTTest.setResources(LTResources), LttestPackage.getLTTest_Resources()

setResources

void setResources(LTResources value)
Sets the value of the 'Resources' containment reference.

Parameters:
value - the new value of the 'Resources' containment reference.
See Also:
LTTest.getResources()

getValidator

com.ibm.rational.test.common.models.behavior.CBValidator getValidator()
This returns a validator for the LTTest. This validator may contain information regarding the test, if its valid or has issues that need to be addressed. A typical use of this validator is to flag the difference in the version of the test and the current version of the product.

Returns:
LTValidator for this test

getTestSupport

com.ibm.rational.test.common.models.behavior.CBTestSupport getTestSupport()

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.