void withGlobalProperty(String key, String value, bool overrideExisting) { this.globalProperties.add(new SingularGlobalProperty(key, value, overrideExisting)); }