Interface ITDConnection3
-
- All Superinterfaces:
com4j.Com4jObject
,ITDConnection
,ITDConnection2
- All Known Subinterfaces:
ITDConnection10
,ITDConnection11
,ITDConnection12
,ITDConnection13
,ITDConnection4
,ITDConnection5
,ITDConnection6
,ITDConnection7
,ITDConnection8
,ITDConnection9
public interface ITDConnection3 extends ITDConnection2
Represents a single server connection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
applicationConfigurationFactory()
The application configuration factory object for this connection.com4j.Com4jObject
applicationEntityFactory()
The application entity factory object for this connection.com4j.Com4jObject
applicationEntityTreeManager()
The application entity tree and related application entity folders factory for this connection.com4j.Com4jObject
blueprintFactory()
For HP use.com4j.Com4jObject
changeEntityFactory()
The change entity factory object for this connection.com4j.Com4jObject
changeEntityTreeManager()
The factory change folders.com4j.Com4jObject
cycleFactory()
The factory that manages cycles.com4j.Com4jObject
extensionFactory(com4j.GUID lpclsid)
For HP use.com4j.Com4jObject
extensionsManager()
For HP use.IList
getExtensions(int mode)
For HP use.java.lang.String
getNonce(int clientType)
For HP use.IList
getTDParamsNames()
Returns the names of the site's parameters.java.lang.Object
getTDParamsNames(int index)
com4j.Com4jObject
releaseFactory()
The factory that manages releases.com4j.Com4jObject
releaseFolderFactory()
The factory that manages release folders.com4j.Com4jObject
serviceChangeFactory()
The service change factory object for this connection.com4j.Com4jObject
serviceFactory()
The service factory object for this connection.com4j.Com4jObject
serviceFolderFactory()
The service folder factory object for this connection.com4j.Com4jObject
serviceGroupFactory()
The service group factory object for this connection.void
validate(int clientType, java.lang.String validationCode)
For HP use.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.ITDConnection
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
-
Methods inherited from interface step.repository.alm.v16.otaclient.ITDConnection2
auditPropertyFactory, auditRecordFactory, connect, disconnect, graphBuilder, isSearchSupported, loggedIn, login, logout, productInfo, tsTestFactory, visibleDomains, visibleDomains, visibleProjects
-
-
-
-
Method Detail
-
getNonce
java.lang.String getNonce(int clientType)
For HP use. GetNonce.
- Parameters:
clientType
- Mandatory int parameter.- Returns:
- Returns a value of type java.lang.String
-
validate
void validate(int clientType, java.lang.String validationCode)
For HP use. Validate.
- Parameters:
clientType
- Mandatory int parameter.validationCode
- Mandatory java.lang.String parameter.
-
getExtensions
IList getExtensions(int mode)
For HP use. Returns List of Extensions, according to the mode.
- Parameters:
mode
- Mandatory int parameter.- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
extensionFactory
com4j.Com4jObject extensionFactory(com4j.GUID lpclsid)
For HP use. Returns extension factory specified by its entitiy CLSID.
Getter method for the COM property "ExtensionFactory"
- Parameters:
lpclsid
- Mandatory GUID parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
extensionsManager
com4j.Com4jObject extensionsManager()
For HP use. Get the factory according to the CLSID.
Getter method for the COM property "ExtensionsManager"
- Returns:
- Returns a value of type com4j.Com4jObject
-
releaseFactory
com4j.Com4jObject releaseFactory()
The factory that manages releases.
Getter method for the COM property "ReleaseFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
cycleFactory
com4j.Com4jObject cycleFactory()
The factory that manages cycles.
Getter method for the COM property "CycleFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
releaseFolderFactory
com4j.Com4jObject releaseFolderFactory()
The factory that manages release folders.
Getter method for the COM property "ReleaseFolderFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
serviceFactory
com4j.Com4jObject serviceFactory()
The service factory object for this connection.
Getter method for the COM property "ServiceFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
serviceFolderFactory
com4j.Com4jObject serviceFolderFactory()
The service folder factory object for this connection.
Getter method for the COM property "ServiceFolderFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
serviceGroupFactory
com4j.Com4jObject serviceGroupFactory()
The service group factory object for this connection.
Getter method for the COM property "ServiceGroupFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
serviceChangeFactory
com4j.Com4jObject serviceChangeFactory()
The service change factory object for this connection.
Getter method for the COM property "ServiceChangeFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
applicationEntityTreeManager
com4j.Com4jObject applicationEntityTreeManager()
The application entity tree and related application entity folders factory for this connection.
Getter method for the COM property "ApplicationEntityTreeManager"
- Returns:
- Returns a value of type com4j.Com4jObject
-
applicationEntityFactory
com4j.Com4jObject applicationEntityFactory()
The application entity factory object for this connection.
Getter method for the COM property "ApplicationEntityFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
getTDParamsNames
IList getTDParamsNames()
Returns the names of the site's parameters.
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
getTDParamsNames
java.lang.Object getTDParamsNames(int index)
-
changeEntityTreeManager
com4j.Com4jObject changeEntityTreeManager()
The factory change folders.
Getter method for the COM property "ChangeEntityTreeManager"
- Returns:
- Returns a value of type com4j.Com4jObject
-
changeEntityFactory
com4j.Com4jObject changeEntityFactory()
The change entity factory object for this connection.
Getter method for the COM property "ChangeEntityFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
applicationConfigurationFactory
com4j.Com4jObject applicationConfigurationFactory()
The application configuration factory object for this connection.
Getter method for the COM property "ApplicationConfigurationFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
blueprintFactory
com4j.Com4jObject blueprintFactory()
For HP use. The blueprint entity factory object for this connection.
Getter method for the COM property "BlueprintFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-