com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data
Class GerritProject.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<GerritProject>
      extended by com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.GerritProject.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
GerritProject

@Extension
public static final class GerritProject.DescriptorImpl
extends hudson.model.Descriptor<GerritProject>

Descriptor allowing for communication within the Repeatable. Necessary for editable combobox.


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
GerritProject.DescriptorImpl()
           
 
Method Summary
 hudson.util.ComboBoxModel doFillPatternItems()
          Used to fill the project pattern combobox with AJAX.
 java.lang.String getDisplayName()
           
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GerritProject.DescriptorImpl

public GerritProject.DescriptorImpl()
Method Detail

doFillPatternItems

public hudson.util.ComboBoxModel doFillPatternItems()
Used to fill the project pattern combobox with AJAX.

Returns:
ComboBoxModels containing a list of all Gerrit Projects

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<GerritProject>


Copyright © 2004-2012. All Rights Reserved.