hudson.plugins.collabnet.util
Class ComboBoxUpdater

java.lang.Object
  extended by hudson.plugins.collabnet.util.ComboBoxUpdater
Direct Known Subclasses:
ComboBoxUpdater.PackagesUpdater, ComboBoxUpdater.ProjectsUpdater, ComboBoxUpdater.ReleasesUpdater, ComboBoxUpdater.ReposUpdater, ComboBoxUpdater.TrackersUpdater, ComboBoxUpdater.UsersUpdater

public abstract class ComboBoxUpdater
extends java.lang.Object

These classes are used to update the list of items for a combo box.


Nested Class Summary
static class ComboBoxUpdater.PackagesUpdater
          Class to update a list of packages.
static class ComboBoxUpdater.ProjectsUpdater
          Class to update a list of projects.
static class ComboBoxUpdater.ReleasesUpdater
          Class to update the list of releases.
static class ComboBoxUpdater.ReposUpdater
          Class to update a list of repos.
static class ComboBoxUpdater.TrackersUpdater
          Class to update a list of trackers.
static class ComboBoxUpdater.UsersUpdater
          Class to update a list of project users.
 
Field Summary
protected static java.util.logging.Logger log
           
protected  org.kohsuke.stapler.StaplerRequest request
           
protected  org.kohsuke.stapler.StaplerResponse response
           
 
Constructor Summary
protected ComboBoxUpdater(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 
Method Summary
protected abstract  java.util.Collection<java.lang.String> getList()
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static java.util.logging.Logger log

request

protected final org.kohsuke.stapler.StaplerRequest request

response

protected final org.kohsuke.stapler.StaplerResponse response
Constructor Detail

ComboBoxUpdater

protected ComboBoxUpdater(org.kohsuke.stapler.StaplerRequest req,
                          org.kohsuke.stapler.StaplerResponse rsp)
Method Detail

getList

protected abstract java.util.Collection<java.lang.String> getList()

update

public void update()
            throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010. All Rights Reserved.