com.cloudbees.jenkins.plugins.sshcredentials.impl
Class BasicSSHUserPrivateKey.PrivateKeySourceDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<BasicSSHUserPrivateKey.PrivateKeySource>
      extended by com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.PrivateKeySourceDescriptor
All Implemented Interfaces:
hudson.model.Saveable
Direct Known Subclasses:
BasicSSHUserPrivateKey.DirectEntryPrivateKeySource.DescriptorImpl, BasicSSHUserPrivateKey.FileOnMasterPrivateKeySource.DescriptorImpl, BasicSSHUserPrivateKey.UsersPrivateKeySource.DescriptorImpl
Enclosing class:
BasicSSHUserPrivateKey

public abstract static class BasicSSHUserPrivateKey.PrivateKeySourceDescriptor
extends hudson.model.Descriptor<BasicSSHUserPrivateKey.PrivateKeySource>

Descriptor for a BasicSSHUserPrivateKey.PrivateKeySource


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
BasicSSHUserPrivateKey.PrivateKeySourceDescriptor()
           
 
Method Summary
 
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, 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

BasicSSHUserPrivateKey.PrivateKeySourceDescriptor

public BasicSSHUserPrivateKey.PrivateKeySourceDescriptor()


Copyright © 2004-2013. All Rights Reserved.