hudson.plugins.git.util
Class BuildChooserDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<BuildChooser>
      extended by hudson.plugins.git.util.BuildChooserDescriptor
All Implemented Interfaces:
hudson.model.Saveable
Direct Known Subclasses:
DefaultBuildChooser.DescriptorImpl

public abstract class BuildChooserDescriptor
extends hudson.model.Descriptor<BuildChooser>

Author:
Kohsuke Kawaguchi

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
BuildChooserDescriptor()
           
 
Method Summary
 String getLegacyId()
          Before this extension point is formalized, existing BuildChoosers had a hard-coded ID name used for the persistence.
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, 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

BuildChooserDescriptor

public BuildChooserDescriptor()
Method Detail

getLegacyId

public String getLegacyId()
Before this extension point is formalized, existing BuildChoosers had a hard-coded ID name used for the persistence.

This method returns those legacy ID, if any, to keep compatibility with existing data.



Copyright © 2004-2011 Hudson. All Rights Reserved.