@RequiresDomain(value=AndroidPublisherScopeRequirement.class) public abstract class GooglePlayBuilder extends Builder implements SimpleBuildStep
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactoryBuildStep.PublisherListExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
protected static ThreadLocal<Run<?,?>> |
currentBuild |
protected static ThreadLocal<TaskListener> |
currentListener |
BUILDERS, PUBLISHERS| Constructor and Description |
|---|
GooglePlayBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
expand(String value) |
protected CredentialsHandler |
getCredentialsHandler() |
String |
getGoogleCredentialsId() |
BuildStepMonitor |
getRequiredMonitorService() |
void |
perform(Run<?,?> run,
FilePath workspace,
Launcher launcher,
TaskListener listener) |
void |
setGoogleCredentialsId(String googleCredentialsId) |
all, getDescriptor, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProjectAction, getProjectActions, perform, prebuildprotected static final transient ThreadLocal<Run<?,?>> currentBuild
protected static final transient ThreadLocal<TaskListener> currentListener
@DataBoundSetter public void setGoogleCredentialsId(String googleCredentialsId)
public final String getGoogleCredentialsId()
public void perform(@Nonnull Run<?,?> run, @Nonnull FilePath workspace, @Nonnull Launcher launcher, @Nonnull TaskListener listener) throws InterruptedException, IOException
perform in interface SimpleBuildStepInterruptedExceptionIOExceptionprotected CredentialsHandler getCredentialsHandler() throws CredentialsException
CredentialsExceptionprotected String expand(String value) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface BuildStepgetRequiredMonitorService in class BuilderCopyright © 2016–2019. All rights reserved.