org.jenkinsci.plugins.uithemes.model
Class UIThemeImplSpecProperty
java.lang.Object
org.jenkinsci.plugins.uithemes.model.UIThemeImplSpecProperty
public class UIThemeImplSpecProperty
- extends Object
- Author:
- tom.fennelly@gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
title
public String title
description
public String description
type
public UIThemeImplSpecProperty.Type type
defaultValue
public String defaultValue
permittedValues
public String[] permittedValues
UIThemeImplSpecProperty
public UIThemeImplSpecProperty()
getTitle
public String getTitle()
setTitle
public UIThemeImplSpecProperty setTitle(String title)
getDescription
public String getDescription()
setDescription
public UIThemeImplSpecProperty setDescription(String description)
getType
public UIThemeImplSpecProperty.Type getType()
setType
public UIThemeImplSpecProperty setType(UIThemeImplSpecProperty.Type type)
getDefaultValue
public String getDefaultValue()
setDefaultValue
public UIThemeImplSpecProperty setDefaultValue(String defaultValue)
zgetPermittedValues
public String[] zgetPermittedValues()
setPermittedValues
public UIThemeImplSpecProperty setPermittedValues(String... permittedValues)
Copyright © 2004-2015. All Rights Reserved.