Index

A B C D E F G H I L M N O P R S T U V 
All Classes and Interfaces|All Packages|Serialized Form

G

getActiveVerdictNames() - Method in interface com.mks.tm.api.ITestServer
The names of the active test verdicts for this server.
getAdapterName() - Method in interface com.mks.tm.api.ITestSessionRun
The name of the adapter that was requested to process the test session run.
getAdapterProperties() - Method in interface com.mks.tm.api.ITestSessionRun
The properties defined for the adapter in the tm.properties file.
getAddedAttachments() - Method in interface com.mks.tm.api.IItemDelta
Get the collection of attachment deltas for the attachments that will be added to the item.
getAddedAttachments() - Method in interface com.mks.tm.api.ITestResultDelta
Get the collection of attachment deltas for the attachments that will be added to the test result.
getAddedRelatedItems() - Method in interface com.mks.tm.api.ITestResultDelta
Get the collection of related item IDs that will be added to the test result.
getAddedRelationships() - Method in interface com.mks.tm.api.IItemDelta
Get the collection of relationship deltas for the relationships that will be added to the item.
getAnnotation() - Method in interface com.mks.tm.api.ITestResultDelta
Get the annotation for the test result.
getAPISessionHostname() - Method in interface com.mks.tm.api.ITestServer
The name of the server the underlying API session uses.
getAPISessionPort() - Method in interface com.mks.tm.api.ITestServer
The TCP port of the server the underlying API session uses.
getAPISessionUsername() - Method in interface com.mks.tm.api.ITestServer
The name of the user the underlying API session uses.
getAsOf() - Method in interface com.mks.tm.api.IItem
The date and time that the item is being viewed.
getFieldName() - Method in interface com.mks.tm.api.IItemAttachmentDelta
The name of the attachment field.
getFieldName() - Method in interface com.mks.tm.api.IItemRelationshipDelta
The name of the relationship field.
getFieldName(ITestServer.Field) - Method in interface com.mks.tm.api.ITestServer
Lookup the name of a built in field in a language neutral fashion.
getFieldNames() - Method in interface com.mks.tm.api.IItem
Get the names of the fields where the values are available for this item.
getFieldValue(String) - Method in interface com.mks.tm.api.IItem
The value of the field on the test item.
getFieldValueAsString(String) - Method in interface com.mks.tm.api.IItem
Get the field value on the test item in the form of a string appropriate for display to a user.
getFieldValues() - Method in interface com.mks.tm.api.IItemDelta
Get the new field values contained in this delta.
getFile() - Method in interface com.mks.tm.api.IItemAttachmentDelta
The local file which contains the content for an added attachment.
getFile() - Method in interface com.mks.tm.api.ITestResultAttachmentDelta
The local file which contains the content for an added attachment.
getFlags() - Method in interface com.mks.tm.api.IItemRelationshipDelta
The relationship flags for the related item.
getID() - Method in interface com.mks.tm.api.IItem
The ID of the item.
getID() - Method in interface com.mks.tm.api.IItemDelta
Get the ID of the item this delta is for.
getID() - Method in enum class com.mks.tm.api.ITestServer.Field
 
getID() - Method in enum class com.mks.tm.api.ITestServer.Verdict
 
getItemID() - Method in interface com.mks.tm.api.IItemRelationshipDelta
The ID of the item related via the relationship field.
getMessage() - Method in exception com.mks.tm.api.TMAPIException
 
getName() - Method in interface com.mks.tm.api.IItemAttachmentDelta
The name of the attachment.
getName() - Method in interface com.mks.tm.api.ITestResultAttachmentDelta
The name of the attachment.
getRemovedAttachments() - Method in interface com.mks.tm.api.IItemDelta
Get the collection of attachment deltas for the attachments that will be removed from the item.
getRemovedAttachments() - Method in interface com.mks.tm.api.ITestResultDelta
Get the collection of attachment names for the attachments that will be removed from the test result.
getRemovedRelatedItems() - Method in interface com.mks.tm.api.ITestResultDelta
Get the collection of related item IDs that will be removed from the test result.
getRemovedRelationships() - Method in interface com.mks.tm.api.IItemDelta
Get the collection of relationship deltas for the relationships that will be removed from the item.
getRichContentFieldValues() - Method in interface com.mks.tm.api.IItemDelta
Get the new rich content field values contained in this delta.
getServerHostname() - Method in interface com.mks.tm.api.ITestSessionRun
The hostname of the server requesting the test session run.
getServerPort() - Method in interface com.mks.tm.api.ITestSessionRun
The TCP port of the server requesting the test session run.
getSessionID() - Method in interface com.mks.tm.api.ITestSessionRun
The ID of the PTC RV&S item which is the test session.
getSize() - Method in interface com.mks.tm.api.ITestCaseIterator
Return the total number of test cases.
getSummary() - Method in interface com.mks.tm.api.IItemAttachmentDelta
The summary for the attachment.
getSummary() - Method in interface com.mks.tm.api.ITestResultAttachmentDelta
The summary for the attachment.
getTempDir(ITestCase) - Method in interface com.mks.tm.api.ITestAgent
Get the temporary directory on the agent for this test case, this directory falls under the temporary directory for the containing test session for the provided test case.
getTempDir(ITestSession) - Method in interface com.mks.tm.api.ITestAgent
Get the temporary directory on the agent for this test session.
getTestAgent() - Method in interface com.mks.tm.api.ITestSessionRun
Get the agent that this test session run is being executed via.
getTestCaseID() - Method in interface com.mks.tm.api.ITestResultDelta
The ID of the test case.
getTestCases(Set<String>, Set<String>, boolean, String, boolean) - Method in interface com.mks.tm.api.ITestSession
Resolve the test session item to an iterator of test case items that should be executed in order.
getTestServer() - Method in interface com.mks.tm.api.IItem
Get the test server where this item was fetched from.
getTestServer() - Method in interface com.mks.tm.api.ITestSessionRun
Get the test server, establishing an underlying API Session using the default API session username and password defined for the adapter in the tm.properties file.
getTestServer(String, String) - Method in interface com.mks.tm.api.ITestSessionRun
Get the test server, establishing an underlying API Session overriding the default API session username and password defined for the adapter in the tm.properties file.
getTestSession() - Method in interface com.mks.tm.api.ITestCase
Get the test session that this test case is being executed via.
getTestSession(boolean, boolean, boolean) - Method in interface com.mks.tm.api.ITestServer
Fetch the test session item from the server.
getTestSessionID() - Method in interface com.mks.tm.api.ITestResultDelta
The ID of the test session.
getThread() - Method in interface com.mks.tm.api.ITestSessionRun
Get the thread used for the initialize, execute and uninitialize operations.
getTypeNames() - Method in interface com.mks.tm.api.ITestServer
Get the names of all the types in the server.
getTypeProperties(String) - Method in interface com.mks.tm.api.ITestServer
Get all the type properties defined for a type.
getVerdict() - Method in interface com.mks.tm.api.ITestResultDelta
Get the verdict for the test result.
getVerdictName(ITestServer.Verdict) - Method in interface com.mks.tm.api.ITestServer
Lookup the name of a built in verdict in a language neutral fashion.
A B C D E F G H I L M N O P R S T U V 
All Classes and Interfaces|All Packages|Serialized Form