Entries from 2009-03-23 to 1 day

Pluginの作り方が若干変わった? Plugin作りで遊ぶ

以前までは、、 Pluginを継承したクラスを定義し、そこでDESCRIPTORを登録する public class PluginImpl extends Plugin { public void start() throws Exception { // plugins normally extend Hudson by providing custom implementations // of 'extensio…