public class RSAKey extends hudson.model.AbstractDescribableImpl<RSAKey> implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
RSAKey.DescriptorImpl |
static class |
RSAKey.Type |
Constructor and Description |
---|
RSAKey() |
RSAKey(RSAKey.Type type,
String value) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getRsaKeyFileId()
This solely exists to fix the stupid Snippet Generator from crashing when asking about this function.
|
String |
getRsaKeyFilePath()
This solely exists to fix the stupid Snippet Generator from crashing when asking about this function.
|
RSAKey.Type |
getRsaKeyType() |
String |
getRsaKeyValue() |
void |
setRsaKeyFileId(String rsaKeyFileId) |
void |
setRsaKeyFilePath(String rsaKeyFilePath) |
void |
setRsaKeyType(RSAKey.Type rsaKeyType) |
void |
setRsaKeyValue(String rsaKeyValue) |
@DataBoundConstructor public RSAKey()
public RSAKey(RSAKey.Type type, String value)
@Exported public String getName()
@DataBoundSetter public void setRsaKeyFileId(String rsaKeyFileId)
@Exported public String getRsaKeyFileId()
@DataBoundSetter public void setRsaKeyFilePath(String rsaKeyFilePath)
@Exported public String getRsaKeyFilePath()
@DataBoundSetter public void setRsaKeyValue(String rsaKeyValue)
@DataBoundSetter public void setRsaKeyType(RSAKey.Type rsaKeyType)
public RSAKey.Type getRsaKeyType()
public String getRsaKeyValue()
Copyright © 2016–2018. All rights reserved.