Esempio n. 1
0
 public void setMasterJobId(String masterJobId) {
   if (masterJobId != null) {
     project.setMasterJobId(masterJobId);
   }
 }