jenkins.plugins.publish_over_ssh
Interface BapSshKeyInfo

All Known Implementing Classes:
BapSshCommonConfiguration, BapSshConcreteKeyInfo

public interface BapSshKeyInfo


Method Summary
 byte[] getEffectiveKey(jenkins.plugins.publish_over.BPBuildInfo buildInfo)
           
 java.lang.String getPassphrase()
           
 boolean useKey()
           
 

Method Detail

getPassphrase

java.lang.String getPassphrase()

getEffectiveKey

byte[] getEffectiveKey(jenkins.plugins.publish_over.BPBuildInfo buildInfo)

useKey

boolean useKey()


Copyright © 2011. All Rights Reserved.