}
private void setInterpreterPath() {
final String interpreterPath = System.getProperty(INTERPRETER_PATH_PROPERTY);
if (!TextUtil.isEmpty(interpreterPath)) {
getBuildType().addRunParameter(new SimpleParameter(FluentBuildRunnerConstants.SERVER_UI_RUBY_INTERPRETER, interpreterPath));
}
}