Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
com.griddynamics.jagger.engine.e1.services.SessionInfoService Interface Reference

Service gives ability to create and modify session metadata(such as session comment) More...

Inheritance diagram for com.griddynamics.jagger.engine.e1.services.SessionInfoService:

Public Member Functions

void appendToComment (String st)
 Append string to current session comment. More...
 
String getComment ()
 Returns current session comment. More...
 
Set< String > getSessionTags ()
 Returns tags which already marked the session. More...
 
void markSessionWithTag (String tagName)
 Marks session with tag. More...
 
void saveOrUpdateTag (String tagName, String tagDescription)
 Creates new or update existing tag. More...
 
void setComment (String comment)
 Set new session comment. More...
 
- Public Member Functions inherited from com.griddynamics.jagger.engine.e1.services.JaggerService
boolean isAvailable ()
 Reports if service is available. More...
 

Detailed Description

Service gives ability to create and modify session metadata(such as session comment)

Author
Gribov Kirill
Details:

Where this service is available you can find in chapter: Services

Definition at line 12 of file SessionInfoService.java.


The documentation for this interface was generated from the following file: