コード例 #1
0
 private void notifyStart(AbstractBuild build, String message) {
   if (notifier.getStartNotification()) getKato(build).publish(message, "green");
 }