final RerunPubCommandAction rerunPubCommandAction = new RerunPubCommandAction(info);
info.rerunPubCommandAction = rerunPubCommandAction;
actionGroup.addAction(rerunPubCommandAction);
final StopProcessAction stopProcessAction = new StopProcessAction(DartBundle.message("stop.pub.process.action"),
DartBundle.message("stop.pub.process.action"),
null);
info.stopProcessAction = stopProcessAction;
actionGroup.addAction(stopProcessAction);