Home | History | Annotate | Download | only in releng

Lines Matching defs:buildLabel

44 	private String buildLabel;
100 buildLabel = buildProperties.get("buildLabel").toString();
103 "Value for buildLabel not found in monitor.properties");
165 * Returns the buildLabel.
169 return buildLabel;
173 * Sets the buildLabel.
174 * @param buildLabel The buildLabel to set
176 public void setBuildLabel(String buildLabel) {
177 this.buildLabel = buildLabel;