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

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<BasicSSHUserPrivateKey.PrivateKeySource>
      extended by com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.PrivateKeySource
          extended by com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.DirectEntryPrivateKeySource
All Implemented Interfaces:
hudson.model.Describable<BasicSSHUserPrivateKey.PrivateKeySource>, java.io.Serializable
Enclosing class:
BasicSSHUserPrivateKey

public static class BasicSSHUserPrivateKey.DirectEntryPrivateKeySource
extends BasicSSHUserPrivateKey.PrivateKeySource

Let the user enter the key directly via copy & paste

See Also:
Serialized Form

Nested Class Summary
static class BasicSSHUserPrivateKey.DirectEntryPrivateKeySource.DescriptorImpl
          
 
Constructor Summary
BasicSSHUserPrivateKey.DirectEntryPrivateKeySource(java.lang.String privateKey)
           
 
Method Summary
 java.lang.String getPrivateKey()
          Gets the private key from the source
 
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicSSHUserPrivateKey.DirectEntryPrivateKeySource

@DataBoundConstructor
public BasicSSHUserPrivateKey.DirectEntryPrivateKeySource(java.lang.String privateKey)
Method Detail

getPrivateKey

@NonNull
public java.lang.String getPrivateKey()
Gets the private key from the source

Specified by:
getPrivateKey in class BasicSSHUserPrivateKey.PrivateKeySource


Copyright © 2004-2012. All Rights Reserved.