Home | History | Annotate | Download | only in entity

Lines Matching defs:hostName

110     public static final String HOST_NAME = "hostName";
124 public final String hostName;
141 * @param hostName The name of host machine.
150 String testBuildId, String hostName, long passCount, long failCount,
158 this.hostName = hostName;
176 * @param hostName The name of host machine.
183 String testBuildId, String hostName, long passCount, long failCount,
185 this(parentKey, type, startTimestamp, endTimestamp, testBuildId, hostName, passCount,
197 testRunEntity.setProperty(HOST_NAME, this.hostName.toLowerCase());
233 String hostName = (String) e.getProperty(HOST_NAME);
248 testBuildId, hostName, passCount, failCount, testCaseIds, links,
261 json.add(HOST_NAME, new JsonPrimitive(this.hostName));