Searched refs:getLabName (Results 1 – 5 of 5) sorted by relevance
110 public String getLabName() { in getLabName() method in ClusterHostEvent223 if (this.getLabName() != null) json.put("lab_name", this.getLabName()); in toJSON()
75 public String getLabName(); in getLabName() method
311 public String getLabName() { in getLabName() method in ClusterOptions
114 .setLabName(getClusterOptions().getLabName()); in dispatch()
102 Assert.assertEquals("lab1", hostEvent.getLabName()); in testDispatch()