Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
Builder com.griddynamics.jagger.user.test.configurations.JTestDefinition.Builder.withComment ( String  comment)

Optional: Sets human readable comment for the test definition.

Parameters
commentthe comment of the test definition

Definition at line 97 of file JTestDefinition.java.

97  {
98  this.comment = comment;
99  return this;
100  }