@RequiresDomain(value=AndroidPublisherScopeRequirement.class) public abstract class GooglePlayBuilder extends hudson.tasks.Builder implements jenkins.tasks.SimpleBuildStep
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Modifier and Type | Field and Description |
|---|---|
protected static ThreadLocal<hudson.model.Run<?,?>> |
currentBuild |
protected static ThreadLocal<hudson.model.TaskListener> |
currentListener |
| Constructor and Description |
|---|
GooglePlayBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
expand(String value) |
protected CredentialsHandler |
getCredentialsHandler() |
String |
getGoogleCredentialsId() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
void |
setGoogleCredentialsId(String googleCredentialsId) |
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildprotected static final transient ThreadLocal<hudson.model.Run<?,?>> currentBuild
protected static final transient ThreadLocal<hudson.model.TaskListener> currentListener
@DataBoundSetter public void setGoogleCredentialsId(String googleCredentialsId)
public final String getGoogleCredentialsId()
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 in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionIOExceptionprotected CredentialsHandler getCredentialsHandler() throws CredentialsException
CredentialsExceptionprotected String expand(String value) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildStepgetRequiredMonitorService in class hudson.tasks.BuilderCopyright © 2016–2019. All rights reserved.