public class DeveloperProfileLoader
extends hudson.tasks.Builder
DeveloperProfile into the current slave and unlocks its keychain
in preparation for the signing that uses it.
TODO: destroy identity in the end.| Modifier and Type | Class and Description |
|---|---|
static class |
DeveloperProfileLoader.DescriptorImpl |
| Constructor and Description |
|---|
DeveloperProfileLoader(String profileId) |
| Modifier and Type | Method and Description |
|---|---|
DeveloperProfile |
getProfile(hudson.model.Item context) |
String |
getProfileId() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getDescriptor, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, prebuild@DataBoundConstructor public DeveloperProfileLoader(String profileId)
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic DeveloperProfile getProfile(hudson.model.Item context)
public String getProfileId()
Copyright © 2004-2016. All Rights Reserved.