public int hashCode() {
   final int prime = 31;
   int result = 1;
   result = prime * result + buildConfiguration.hashCode();
   result = prime * result + hashCode(requestedBuilt);
   result = prime * result + hashCode(buildOrder);
   return result;
 }