Version Differences for Pre-Condition: Job

(AHPSCRIPTS-28)
(Property Based)
Line 53:
   
  } </pre>    } </pre> 
    + = Environment Based =  
    + Job Pre-condition script that only runs in a specified Environment  
    + ==== AHPSCRIPTS-42 ====  
    + <pre>return new Criteria() {  
    + public boolean matches(Object obj) throws Exception {  
    + return EnvironmentLookup.getCurrent().getName().equals("Build-Farm");  
    + }  
    + }</pre>