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

hudson.model.Label Maven / Gradle / Ivy

package hudson.model;

import hudson.Util;

import java.util.Set;
import java.util.HashSet;
import java.util.Collections;
import java.util.List;
import java.util.ArrayList;

/**
 * Group of {@link Node}s.
 * 
 * @author Kohsuke Kawaguchi
 */
public class Label implements Comparable




© 2015 - 2025 Weber Informatics LLC | Privacy Policy