Home | History | Annotate | Download | only in releng

Lines Matching refs:buildid

40 	private String buildid;
93 buildid = buildProperties.get("buildId").toString();
96 "Value for buildId not found in monitor.properties");
197 * Returns the buildid.
201 return buildid;
213 * Sets the buildid.
214 * @param buildid The buildid to set
216 public void setBuildid(String buildid) {
217 this.buildid = buildid;