Home | History | Annotate | Download | only in db

Lines Matching defs:getBuildDate

141  * Get the build date (see #getBuildDate(String, String)).
143 public String getBuildDate() {
146 return Util.getBuildDate(getName(), getBaselinePrefix());
544 this.needToUpdateLocalFile = this.name == null || Util.getBuildDate(this.name).compareTo(Util.getBuildDate(str)) > 0;
545 if (this.name != null && Util.getBuildDate(this.name).compareTo(Util.getBuildDate(str)) >= 0) {
664 if (this.lastBuildName == null || Util.getBuildDate(buildName).compareTo(Util.getBuildDate(this.lastBuildName)) <= 0) {
676 this.needToUpdateLocalFile = this.name == null || Util.getBuildDate(lastBuild).compareTo(Util.getBuildDate(this.name)) > 0;
679 String lastBuildDate = Util.getBuildDate(lastBuild);
680 if (Util.getBuildDate(this.baselineName).compareTo(lastBuildDate) > 0) {
754 String buildDate = Util.getBuildDate(getName());