Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
String com.griddynamics.jagger.engine.e1.services.data.service.TestEntity.toString ( )

Definition at line 172 of file TestEntity.java.

172  {
173  return "TestEntity{" +
174  "id=" + id +
175  ", name='" + name + '\'' +
176  ", description='" + description + '\'' +
177  ", load='" + load + '\'' +
178  ", clockValue=" + clockValue +
179  ", terminationStrategy='" + terminationStrategy + '\'' +
180  ", startDate=" + startDate +
181  ", testGroupIndex=" + testGroupIndex +
182  ", testExecutionStatus=" + testExecutionStatus +
183  ", decision=" + decision +
184  ", taskDataDto=" + taskDataDto +
185  '}';
186  }