|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Entity | |
|---|---|
| org.aludratest.hpalm.entity | |
| org.aludratest.hpalm.infrastructure | |
| org.aludratest.hpalm.service | |
| org.aludratest.hpalm.service.impl | |
| Uses of Entity in org.aludratest.hpalm.entity |
|---|
| Fields in org.aludratest.hpalm.entity with type parameters of type Entity | |
|---|---|
protected List<Entity> |
EntityResultSet.entities
|
| Methods in org.aludratest.hpalm.entity that return Entity | |
|---|---|
Entity |
AbstractEntityBuilder.create()
|
| Methods in org.aludratest.hpalm.entity that return types with arguments of type Entity | |
|---|---|
List<Entity> |
EntityResultSet.getEntities()
|
| Methods in org.aludratest.hpalm.entity with parameters of type Entity | |
|---|---|
TestInstanceBuilder |
TestInstanceBuilder.setExecDateTimeFromEntity(Entity entity)
|
| Constructors in org.aludratest.hpalm.entity with parameters of type Entity | |
|---|---|
Entity(Entity entity)
|
|
| Constructor parameters in org.aludratest.hpalm.entity with type arguments of type Entity | |
|---|---|
EntityResultSet(List<? extends Entity> entities)
|
|
| Uses of Entity in org.aludratest.hpalm.infrastructure |
|---|
| Methods in org.aludratest.hpalm.infrastructure that return Entity | |
|---|---|
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. |
Entity |
HpAlmSession.getEntity(String entityName,
long id)
|
Entity |
HpAlmSession.getTest(long id)
|
Entity |
HpAlmSession.getTestFolder(long id)
|
Entity |
HpAlmSession.getTestSet(long id)
|
Entity |
HpAlmSession.getTestSetFolder(long id)
|
Entity |
HpAlmSession.updateEntity(long id,
Entity updateValues)
|
| Methods in org.aludratest.hpalm.infrastructure that return types with arguments of type Entity | |
|---|---|
Iterator<Entity> |
PagedEntityCollectionImpl.iterator()
|
| Methods in org.aludratest.hpalm.infrastructure with parameters of type Entity | |
|---|---|
Entity |
HpAlmSession.createAttachment(Entity entity,
String fileName,
InputStream attachmentData)
|
Entity |
HpAlmSession.createEntity(Entity entity)
|
void |
HpAlmSession.deleteEntity(Entity entity)
|
EntityCollection |
HpAlmSession.getAssetRelations(Entity entity)
|
Entity |
HpAlmSession.updateEntity(long id,
Entity updateValues)
|
| Uses of Entity in org.aludratest.hpalm.service |
|---|
| Methods in org.aludratest.hpalm.service that return Entity | |
|---|---|
Entity |
HpAlmInteraction.createEntity(EntityType entityType,
Entity value)
Creates a new entity of the given type. |
Entity |
HpAlmInteraction.getSingleEntity(EntityType entityType,
long id)
Returns a single entity of the given type with the given ID. |
| Methods in org.aludratest.hpalm.service with parameters of type Entity | |
|---|---|
Entity |
HpAlmInteraction.createEntity(EntityType entityType,
Entity value)
Creates a new entity of the given type. |
void |
HpAlmInteraction.updateEntity(EntityType entityType,
long id,
Entity value)
Updates the given entity. |
| Uses of Entity in org.aludratest.hpalm.service.impl |
|---|
| Methods in org.aludratest.hpalm.service.impl that return Entity | |
|---|---|
Entity |
HpAlmInteractionImpl.createEntity(EntityType entityType,
Entity value)
|
Entity |
HpAlmInteractionImpl.getSingleEntity(EntityType entityType,
long id)
|
| Methods in org.aludratest.hpalm.service.impl with parameters of type Entity | |
|---|---|
Entity |
HpAlmInteractionImpl.createEntity(EntityType entityType,
Entity value)
|
void |
HpAlmInteractionImpl.updateEntity(EntityType entityType,
long id,
Entity value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||