All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hudson.scm.PluginImpl Maven / Gradle / Ivy

package hudson.scm;

import hudson.Plugin;
import hudson.model.Hudson;

/**
 * @author Kohsuke Kawaguchi
 */
public class PluginImpl extends Plugin {
    @Override
    public void start() throws Exception {
        // TODO: after 1.311 I don't need this
        Hudson.getInstance().getActions().add(new SubversionStatus());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy