public class KPPKeychainCertificatePair extends hudson.model.AbstractDescribableImpl<KPPKeychainCertificatePair> implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
KPPKeychainCertificatePair.DescriptorImpl
Descriptor of the
KPPKeychainCertificatePair. |
| Constructor and Description |
|---|
KPPKeychainCertificatePair(String keychain,
String codeSigningIdentity,
String varPrefix)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCodeSigningIdentity()
Get code signing identity.
|
String |
getCodeSigningIdentityVariableName()
Get the variable name for the code signing identity variable that can be used in other build steps.
|
String |
getKeychain()
Get keychain.
|
String |
getKeychainFileName()
Get the keychain filename from the keychain
|
String |
getKeychainFilePath()
Get the filepath to the keychain stored inside the upload folder.
|
static KPPKeychain |
getKeychainFromString(String keychainString)
Get the keychain from a given string.
|
String |
getKeychainPasswordVariableName()
Get the variable name for the password variable that can be used in other build steps.
|
String |
getKeychainVariableName()
Get the variable name for the keychain variable that can be used in other build steps.
|
String |
getVariableNames()
Get variable names which can be used in other build steps.
|
String |
getVarPrefix()
Get variable prefix.
|
@DataBoundConstructor public KPPKeychainCertificatePair(String keychain, String codeSigningIdentity, String varPrefix)
keychain - keychain in the form filename and descriptioncodeSigningIdentity - general name of the code signing identityvarPrefix - variable prefix to usepublic String getKeychain()
public String getCodeSigningIdentity()
public String getVarPrefix()
public String getVariableNames()
public String getKeychainVariableName()
public String getKeychainPasswordVariableName()
public String getCodeSigningIdentityVariableName()
public String getKeychainFilePath()
public String getKeychainFileName()
public static KPPKeychain getKeychainFromString(String keychainString)
keychainString - Copyright © 2004-2013. All Rights Reserved.