hudson.plugins.copyartifact
Class BuildSelectorParameter.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.model.ParameterDefinition>
      extended by hudson.model.ParameterDefinition.ParameterDescriptor
          extended by hudson.plugins.copyartifact.BuildSelectorParameter.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
BuildSelectorParameter

@Extension
public static class BuildSelectorParameter.DescriptorImpl
extends hudson.model.ParameterDefinition.ParameterDescriptor


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
BuildSelectorParameter.DescriptorImpl()
           
 
Method Summary
 hudson.DescriptorExtensionList<BuildSelector,hudson.model.Descriptor<BuildSelector>> getBuildSelectors()
           
 java.lang.String getDisplayName()
           
 
Methods inherited from class hudson.model.ParameterDefinition.ParameterDescriptor
getValuePage
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, 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

BuildSelectorParameter.DescriptorImpl

public BuildSelectorParameter.DescriptorImpl()
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Overrides:
getDisplayName in class hudson.model.ParameterDefinition.ParameterDescriptor

getBuildSelectors

public hudson.DescriptorExtensionList<BuildSelector,hudson.model.Descriptor<BuildSelector>> getBuildSelectors()


Copyright © 2010. All Rights Reserved.