Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
String com.griddynamics.jagger.engine.e1.services.DefaultSessionInfoService.getComment ( )

Returns current session comment.

Author
Gribov Kirill


Returns
session comment

Implements com.griddynamics.jagger.engine.e1.services.SessionInfoService.

Definition at line 24 of file DefaultSessionInfoService.java.

24  {
25  return metaDataStorage.getComment();
26  }