Package org.jenkinsci.plugins.variant
Class VariantSet
java.lang.Object
org.jenkinsci.plugins.variant.VariantSet
Keeps track of active variants.
- Author:
- Kohsuke Kawaguchi
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Determines if a variant of the given name is active in this JVM.static VariantSet
Gets a singleton instance.
-
Method Details
-
getInstance
Gets a singleton instance. -
contains
Determines if a variant of the given name is active in this JVM.
-