@RequiresDomain(value=AndroidPublisherScopeRequirement.class) public abstract class GooglePlayPublisher extends hudson.tasks.Recorder implements jenkins.tasks.SimpleBuildStep
hudson.tasks.Publisher.DescriptorExtensionListImpljenkins.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 |
|---|
GooglePlayPublisher() |
| 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) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, 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, IOException, InterruptedException
protected String expand(String value) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildStepCopyright © 2016–2019. All rights reserved.