* @param value the value of the variable, must be adaptable by Jython
*/
public void setGlobal(String name, Object value) {
if (value != null) {
ClassicPyObjectAdapter adapter = new ClassicPyObjectAdapter();
sosreport.invoke(SET_GLOBAL, new PyString(name), adapter.adapt(value));
}
}
/**
* Sets the method of compressing the report archive.