Uses of Class
org.aludratest.hpalm.infrastructure.HpAlmSession

Packages that use HpAlmSession
org.aludratest.hpalm.infrastructure   
org.aludratest.hpalm.service.impl   
 

Uses of HpAlmSession in org.aludratest.hpalm.infrastructure
 

Methods in org.aludratest.hpalm.infrastructure that return HpAlmSession
static HpAlmSession HpAlmSession.create(String serverUrl, String domain, String project, String userName, String password)
           
 

Methods in org.aludratest.hpalm.infrastructure with parameters of type HpAlmSession
static Entity HpAlmUtil.createOrGetTestInstance(HpAlmSession session, long testSetId, long testId, Long testConfigId)
          Checks if there already is a test instance referencing the given test in the given test set, and returns it if such a test instance is found.
static Entity HpAlmUtil.createOrGetTestSet(HpAlmSession session, long testSetFolderId, String testSetName)
          Checks if there already is a test set with the given name in the given test set folder, and returns it if such a test set is found.
static Entity HpAlmUtil.createTestSetFolderPath(HpAlmSession session, String path)
          Ensures that there exists a given path in the HP ALM test set folder structure.
 

Constructors in org.aludratest.hpalm.infrastructure with parameters of type HpAlmSession
PagedEntityCollectionImpl(HpAlmSession session, String queryUrl, EntityResultSet firstResultSet)
           
 

Uses of HpAlmSession in org.aludratest.hpalm.service.impl
 

Constructors in org.aludratest.hpalm.service.impl with parameters of type HpAlmSession
HpAlmInteractionImpl(HpAlmSession session)
           
HpAlmVerificationCheckImpl(HpAlmSession session)
           
 



Copyright © 2015 aludratest.org. All rights reserved.