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

hudson.scm.SCMS Maven / Gradle / Ivy

package hudson.scm;

import hudson.model.Descriptor;

import java.util.List;

/**
 * @author Kohsuke Kawaguchi
 */
public class SCMS {
    /**
     * List of all installed SCMs.
     */
    @SuppressWarnings("unchecked") // generic array creation
    public static final List> SCMS =
        Descriptor.toList(NullSCM.DESCRIPTOR,CVSSCM.DESCRIPTOR,SubversionSCM.DESCRIPTOR);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy