public class DeveloperProfileLoader
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 |
DeveloperProfileLoader.DescriptorImpl |
コンストラクタと説明 |
---|
DeveloperProfileLoader(String profileId) |
修飾子とタイプ | メソッドと説明 |
---|---|
DeveloperProfile |
getProfile(hudson.model.Item context) |
String |
getProfileId() |
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) |
getProjectAction, getProjectAction, getProjectActions, perform, prebuild
@DataBoundConstructor public DeveloperProfileLoader(String profileId)
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 DeveloperProfile getProfile(hudson.model.Item context)
public String getProfileId()
Copyright © 2016–2018. All rights reserved.