jenkins.plugins.rpmsign
Class GpgKey
java.lang.Object
jenkins.plugins.rpmsign.GpgKey
- All Implemented Interfaces:
- Serializable
public class GpgKey
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GpgKey
public GpgKey()
GpgKey
@DataBoundConstructor
public GpgKey(String name,
String privateKey,
hudson.util.Secret passphrase)
getId
@Deprecated
public String getId()
- Deprecated.
getUniqueId
public int getUniqueId()
getPrivateKey
public String getPrivateKey()
getPassphrase
public hudson.util.Secret getPassphrase()
getName
public String getName()
Copyright © 2004-2013 SpecEMS. All Rights Reserved.