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

Packages that use HpAlmException
org.aludratest.hpalm.infrastructure   
 

Uses of HpAlmException in org.aludratest.hpalm.infrastructure
 

Methods in org.aludratest.hpalm.infrastructure that throw HpAlmException
static HpAlmSession HpAlmSession.create(String serverUrl, String domain, String project, String userName, String password)
           
 Entity HpAlmSession.createAttachment(Entity entity, String fileName, InputStream attachmentData)
           
 Entity HpAlmSession.createEntity(Entity entity)
           
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.
 void HpAlmSession.deleteEntity(Entity entity)
           
 void HpAlmSession.deleteEntity(String entityType, long id)
           
 TimeZone HpAlmSession.determineServerTimeZone()
           
 EntityCollection HpAlmSession.getAssetRelations(Entity entity)
           
 Entity HpAlmSession.getEntity(String entityName, long id)
           
 ServerTime HpAlmSession.getServerTime()
           
 Entity HpAlmSession.getTest(long id)
           
 Entity HpAlmSession.getTestFolder(long id)
           
 EntityCollection HpAlmSession.getTestFolders()
           
 EntityCollection HpAlmSession.getTestRuns()
           
 EntityCollection HpAlmSession.getTests()
           
 Entity HpAlmSession.getTestSet(long id)
           
 Entity HpAlmSession.getTestSetFolder(long id)
           
 EntityCollection HpAlmSession.getTestSetFolders()
           
 EntityCollection HpAlmSession.getTestSets()
           
 EntityCollection HpAlmSession.queryEntities(String entityName, String query)
           
 Entity HpAlmSession.updateEntity(long id, Entity updateValues)
           
 



Copyright © 2015 aludratest.org. All rights reserved.