public class KeychainUnlockStep
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
DeveloperProfile
into the current slave and unlocks its keychain
in preparation for the signing that uses it.
TODO: destroy identity in the end.修飾子とタイプ | クラスと説明 |
---|---|
static class |
KeychainUnlockStep.DescriptorImpl |
コンストラクタと説明 |
---|
KeychainUnlockStep() |
KeychainUnlockStep(String keychainName)
非推奨です。
|
修飾子とタイプ | メソッドと説明 |
---|---|
KeychainUnlockStep.DescriptorImpl |
getDescriptor() |
GlobalConfigurationImpl |
getGlobalConfiguration() |
Keychain |
getKeychain(String keychainName) |
String |
getKeychainId() |
String |
getKeychainName()
非推奨です。
|
KeychainPasswordAndPath |
getKeychainPasswordAndPath(hudson.model.Item context,
String keychainId) |
String |
getKeychainPath() |
hudson.util.Secret |
getKeychainPwd() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
void |
setKeychainId(String keychainId) |
void |
setKeychainName(String keychainName)
非推奨です。
|
void |
setKeychainPath(String keychainPath) |
void |
setKeychainPwd(hudson.util.Secret keychainPwd) |
getProjectAction, getProjectAction, getProjectActions, perform, prebuild
@DataBoundConstructor public KeychainUnlockStep()
@Deprecated public KeychainUnlockStep(String keychainName)
@Deprecated @CheckForNull public String getKeychainName()
@CheckForNull public String getKeychainId()
@Deprecated @DataBoundSetter public void setKeychainName(String keychainName)
@DataBoundSetter public void setKeychainId(String keychainId)
@CheckForNull public String getKeychainPath()
@DataBoundSetter public void setKeychainPath(String keychainPath)
@CheckForNull public hudson.util.Secret getKeychainPwd()
@DataBoundSetter public void setKeychainPwd(hudson.util.Secret keychainPwd)
public void perform(@Nonnull hudson.model.Run<?,?> run, @Nonnull hudson.FilePath workspace, @Nonnull hudson.Launcher launcher, @Nonnull hudson.model.TaskListener listener) throws InterruptedException, IOException
perform
インタフェース内 jenkins.tasks.SimpleBuildStep
InterruptedException
IOException
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
perform
インタフェース内 hudson.tasks.BuildStep
perform
クラス内 hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
public KeychainUnlockStep.DescriptorImpl getDescriptor()
getDescriptor
インタフェース内 hudson.model.Describable<hudson.tasks.Builder>
getDescriptor
クラス内 hudson.tasks.Builder
public GlobalConfigurationImpl getGlobalConfiguration()
public KeychainPasswordAndPath getKeychainPasswordAndPath(hudson.model.Item context, String keychainId)
Copyright © 2016–2019. All rights reserved.