|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HpAlmInteraction
| Method Summary | |
|---|---|
Entity |
createEntity(EntityType entityType,
Entity value)
Creates a new entity of the given type. |
void |
deleteEntity(EntityType entityType,
long id)
Deletes the given entity. |
EntityCollection |
getAllEntities(EntityType entityType)
Returns a collection with all entities of a given entity type. |
ServerTime |
getServerTime()
Returns the server time of the HP ALM server. |
Entity |
getSingleEntity(EntityType entityType,
long id)
Returns a single entity of the given type with the given ID. |
EntityCollection |
queryEntities(EntityType entityType,
String query)
Executes a complex query in HP ALM for entities of a given type. |
void |
updateEntity(EntityType entityType,
long id,
Entity value)
Updates the given entity. |
| Methods inherited from interface org.aludratest.service.Action |
|---|
createAttachments, createDebugAttachments, setSystemConnector |
| Method Detail |
|---|
ServerTime getServerTime()
EntityCollection getAllEntities(EntityType entityType)
entityType - Entity type to retrieve the entities from.
Entity getSingleEntity(EntityType entityType,
long id)
entityType - Type of the entity.id - ID of the entity.
Entity createEntity(EntityType entityType,
Entity value)
entityType - Type of the entity to create.value - Entity containing all required values. Do not use this object after a call to this method.
void updateEntity(EntityType entityType,
long id,
Entity value)
entityType - Type of the entity to update.id - ID of the entity to update.value - Entity object containing all fields for the entity.
void deleteEntity(EntityType entityType,
long id)
entityType - Type of the entity to delete.id - ID of the entity to delete.
EntityCollection queryEntities(EntityType entityType,
String query)
entityType - Type of the entities to query.query - A complex HP ALM query. See HP ALM REST API documentation for query syntax.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||