Class VariantSet

java.lang.Object
org.jenkinsci.plugins.variant.VariantSet

public class VariantSet extends Object
Keeps track of active variants.
Author:
Kohsuke Kawaguchi
  • Method Details

    • getInstance

      public static VariantSet getInstance()
      Gets a singleton instance.
    • contains

      public boolean contains(String name)
      Determines if a variant of the given name is active in this JVM.