public class KPPKeychainsBuildWrapper
extends hudson.tasks.BuildWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
KPPKeychainsBuildWrapper.DescriptorImpl
Descriptor of the
KPPKeychainBuildWrapper. |
| Constructor and Description |
|---|
KPPKeychainsBuildWrapper(List<KPPKeychainCertificatePair> keychainCertificatePairs,
boolean deleteKeychainsAfterBuild,
boolean overwriteExistingKeychains)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDeleteKeychainsAfterBuild()
Get if the keychain can be deleted after the build.
|
KPPKeychainsBuildWrapper.DescriptorImpl |
getDescriptor() |
List<KPPKeychainCertificatePair> |
getKeychainCertificatePairs()
Get all keychain certificate pairs configured for this build job.
|
boolean |
getOverwriteExistingKeychains()
Get if a current existing keychain with the same filename can be overwritten.
|
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
@DataBoundConstructor public KPPKeychainsBuildWrapper(List<KPPKeychainCertificatePair> keychainCertificatePairs, boolean deleteKeychainsAfterBuild, boolean overwriteExistingKeychains)
keychainCertificatePairs - list of keychain certificate pairsdeleteKeychainsAfterBuild - if the keychain can be deleted after the buildoverwriteExistingKeychains - if the keychain can be overwrittenpublic boolean getDeleteKeychainsAfterBuild()
public boolean getOverwriteExistingKeychains()
public List<KPPKeychainCertificatePair> getKeychainCertificatePairs()
public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
setUp in class hudson.tasks.BuildWrapperIOExceptionInterruptedExceptionpublic KPPKeychainsBuildWrapper.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.BuildWrapper>getDescriptor in class hudson.model.AbstractDescribableImpl<hudson.tasks.BuildWrapper>Copyright © 2004-2013. All Rights Reserved.