Skip to content
Snippets Groups Projects

Generic controller

Merged tranoris requested to merge generic_controller into develop
10 files
+ 996
13
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -89,7 +89,9 @@ public class AutomationCheck implements JavaDelegate {
execution.setVariable("brokeActivity", "RFS_OSM" );
} else if ( spec.getType().equals("ResourceFacingServiceSpecification") && ( spec.findSpecCharacteristicByName( "_CR_SPEC" ) != null ) ) {
execution.setVariable("brokeActivity", "RFS_CRSPEC" );
}
} else if ( spec.getType().equals("ResourceFacingServiceSpecification") ) {
execution.setVariable("brokeActivity", "GRSPEC" );
}
}
Loading