@RequiresDomain(value=AndroidPublisherScopeRequirement.class) public abstract class GooglePlayBuilder extends hudson.tasks.Builder
| Modifier and Type | Field and Description |
|---|---|
protected static ThreadLocal<hudson.model.AbstractBuild> |
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() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
protected static final transient ThreadLocal<hudson.model.AbstractBuild> currentBuild
protected static final transient ThreadLocal<hudson.model.TaskListener> currentListener
public final String getGoogleCredentialsId()
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.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionprotected 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 © 2004-2015. All Rights Reserved.