Uses of Class
org.jenkinsci.plugins.uithemes.model.UIThemeImplSpecProperty

Packages that use UIThemeImplSpecProperty
org.jenkinsci.plugins.uithemes.model   
 

Uses of UIThemeImplSpecProperty in org.jenkinsci.plugins.uithemes.model
 

Fields in org.jenkinsci.plugins.uithemes.model with type parameters of type UIThemeImplSpecProperty
 Map<String,UIThemeImplSpecProperty> UIThemeImplSpec.properties
           
 

Methods in org.jenkinsci.plugins.uithemes.model that return UIThemeImplSpecProperty
 UIThemeImplSpecProperty UIThemeImplSpec.getProperty(String name)
           
 UIThemeImplSpecProperty UIThemeImplSpecProperty.setDefaultValue(String defaultValue)
           
 UIThemeImplSpecProperty UIThemeImplSpecProperty.setDescription(String description)
           
 UIThemeImplSpecProperty UIThemeImplSpecProperty.setPermittedValues(String... permittedValues)
           
 UIThemeImplSpecProperty UIThemeImplSpecProperty.setTitle(String title)
           
 UIThemeImplSpecProperty UIThemeImplSpecProperty.setType(UIThemeImplSpecProperty.Type type)
           
 

Methods in org.jenkinsci.plugins.uithemes.model with parameters of type UIThemeImplSpecProperty
 UIThemeImplSpec UIThemeImplSpec.addProperty(String name, UIThemeImplSpecProperty property)
           
 



Copyright © 2004-2015. All Rights Reserved.