com.xebialabs.deployit.ci.util
Class ListBoxModels

java.lang.Object
  extended by com.xebialabs.deployit.ci.util.ListBoxModels

public class ListBoxModels
extends java.lang.Object


Constructor Summary
ListBoxModels()
           
 
Method Summary
static hudson.util.ListBoxModel emptyModel()
           
static hudson.util.ListBoxModel of(java.util.List<java.lang.String> types)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListBoxModels

public ListBoxModels()
Method Detail

of

public static hudson.util.ListBoxModel of(java.util.List<java.lang.String> types)

emptyModel

public static hudson.util.ListBoxModel emptyModel()