public interface ITDConnection2 extends ITDConnection
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
auditPropertyFactory()
The global AuditProperty factory, not associated with a specific entity.
|
com4j.Com4jObject |
auditRecordFactory()
The global AuditRecord factory, not associated with a specific entity.
|
void |
connect(String domainName,
String projectName)
Connects the logged-in user to the specified project in the domain.
|
void |
disconnect()
Disconnects the user from the currently connected project.
|
com4j.Com4jObject |
graphBuilder()
The GraphBuilder object for the connection.
|
boolean |
isSearchSupported()
Checks if the search function is enabled for the project.
|
boolean |
loggedIn()
Checks if the user is currently logged in on this TDConnection.
|
void |
login(String userName,
String password)
Confirms that the user is authorized to use Quality Center.
|
void |
logout()
Terminates the user's session on this TDConnection.
|
com4j.Com4jObject |
productInfo()
An IProductInfo reference pointing to the current build information.
|
com4j.Com4jObject |
tsTestFactory()
The factory that manages test instances in test sets.
|
IList |
visibleDomains()
The list of domain names that the current logged in user is permitted to view.
|
Object |
visibleDomains(int index) |
IList |
visibleProjects(String domainName)
The list of projects in the specified domain that the current logged in user is allowed to connect to.
|
actionPermission, alertManager, allowReconnect, allowReconnect, analysis, bugFactory, changeFactory, changePassword, checkoutRepository, clientType, command, commonSettings, componentFactory, componentFolderFactory, connected, connectProject, connectProjectEx, connectToVCSAs, customization, dbManager, dbName, dbType, directoryPath, disconnectProject, domainName, domainsList, domainsList, extendedStorage, fields, getLicense, getLicenses, getLicenseStatus, getTDVersion, hostFactory, hostGroupFactory, ignoreHtmlFormat, ignoreHtmlFormat, initConnection, initConnectionEx, keepConnection, keepConnection, mailConditions, moduleVisible, password, projectConnected, projectName, projectProperties, projectsList, projectsList, projectsListEx, purgeRuns, releaseConnection, reportRole, reqFactory, rules, runFactory, sendMail, serverName, serverTime, serverURL, synchronizeFollowUps, tdParams, tdSettings, testFactory, testRepository, testSetFactory, testSetTreeManager, textParam, treeManager, userGroupsList, userGroupsList, userName, userSettings, usersList, usersList, usingProgress, usingProgress, vcs, vcsDbRepository, viewsRepository, vmRepository
com4j.Com4jObject productInfo()
An IProductInfo reference pointing to the current build information.
Getter method for the COM property "ProductInfo"
com4j.Com4jObject graphBuilder()
The GraphBuilder object for the connection.
Getter method for the COM property "GraphBuilder"
com4j.Com4jObject auditRecordFactory()
The global AuditRecord factory, not associated with a specific entity.
Getter method for the COM property "AuditRecordFactory"
com4j.Com4jObject auditPropertyFactory()
The global AuditProperty factory, not associated with a specific entity.
Getter method for the COM property "AuditPropertyFactory"
com4j.Com4jObject tsTestFactory()
The factory that manages test instances in test sets.
Getter method for the COM property "TSTestFactory"
boolean isSearchSupported()
Checks if the search function is enabled for the project.
Getter method for the COM property "IsSearchSupported"
void login(String userName, String password)
Confirms that the user is authorized to use Quality Center. If authorized, the user is logged in and can connect to projects.
userName
- Mandatory java.lang.String parameter.password
- Mandatory java.lang.String parameter.void connect(String domainName, String projectName)
Connects the logged-in user to the specified project in the domain.
domainName
- Mandatory java.lang.String parameter.projectName
- Mandatory java.lang.String parameter.void disconnect()
Disconnects the user from the currently connected project.
void logout()
Terminates the user's session on this TDConnection.
boolean loggedIn()
Checks if the user is currently logged in on this TDConnection.
Getter method for the COM property "LoggedIn"
IList visibleDomains()
The list of domain names that the current logged in user is permitted to view.
Getter method for the COM property "VisibleDomains"
Object visibleDomains(int index)
IList visibleProjects(String domainName)
The list of projects in the specified domain that the current logged in user is allowed to connect to.
Getter method for the COM property "VisibleProjects"
domainName
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.