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

Append string to current session comment.

Null value will be ignored.

Author
Gribov Kirill
Parameters
st- string to append

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

Definition at line 34 of file DefaultSessionInfoService.java.

34  {
35  metaDataStorage.appendToComment(st);
36  }