- UIThemesPlugin - Class in org.jenkinsci.plugins.uithemes
-
- UIThemesPlugin() - Constructor for class org.jenkinsci.plugins.uithemes.UIThemesPlugin
-
- UIThemesPlugin.StylesFilter - Class in org.jenkinsci.plugins.uithemes
-
- UIThemesPlugin.StylesFilter() - Constructor for class org.jenkinsci.plugins.uithemes.UIThemesPlugin.StylesFilter
-
- UnicodeBOMInputStream - Class in org.jenkinsci.plugins.uithemes.less
-
- UnicodeBOMInputStream(InputStream) - Constructor for class org.jenkinsci.plugins.uithemes.less.UnicodeBOMInputStream
-
Constructs a new UnicodeBOMInputStream that wraps the
specified InputStream.
- UnicodeBOMInputStream.BOM - Class in org.jenkinsci.plugins.uithemes.less
-
Type safe enumeration class that describes the different types of Unicode
BOMs.
- URLResource - Class in org.jenkinsci.plugins.uithemes.less
-
- URLResource(URL) - Constructor for class org.jenkinsci.plugins.uithemes.less.URLResource
-
- URLResource(String) - Constructor for class org.jenkinsci.plugins.uithemes.less.URLResource
-
- UTF_16_BE - Static variable in class org.jenkinsci.plugins.uithemes.less.UnicodeBOMInputStream.BOM
-
UTF-16, big-endian (FE FF).
- UTF_16_LE - Static variable in class org.jenkinsci.plugins.uithemes.less.UnicodeBOMInputStream.BOM
-
UTF-16, little-endian (FF FE).
- UTF_32_BE - Static variable in class org.jenkinsci.plugins.uithemes.less.UnicodeBOMInputStream.BOM
-
UTF-32, big-endian (00 00 FE FF).
- UTF_32_LE - Static variable in class org.jenkinsci.plugins.uithemes.less.UnicodeBOMInputStream.BOM
-
UTF-32, little-endian (FF FE 00 00).
- UTF_8 - Static variable in class org.jenkinsci.plugins.uithemes.less.UnicodeBOMInputStream.BOM
-
UTF-8 BOM (EF BB BF).