com.dtolabs.rundeck.plugins.descriptions
Annotation Type SelectValues


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface SelectValues

Declare a String field as a Property.Type.Select or Property.Type.FreeSelect, and specify the selectable values.


Required Element Summary
 java.lang.String[] values
          The set of values that can be selected
 
Optional Element Summary
 boolean freeSelect
          True if the property allows free text entry in addition to selection from a list
 

Element Detail

values

public abstract java.lang.String[] values
The set of values that can be selected

freeSelect

public abstract boolean freeSelect
True if the property allows free text entry in addition to selection from a list

Default:
false