public abstract class AbstractPublisherTask<V> extends jenkins.security.MasterToSlaveCallable<V,UploadException>
| Modifier and Type | Field and Description |
|---|---|
protected String |
editId |
protected com.google.api.services.androidpublisher.AndroidPublisher.Edits |
editService |
protected PrintStream |
logger |
| Modifier and Type | Method and Description |
|---|---|
V |
call() |
protected void |
createEdit(String applicationId)
Creates a new edit, assigning the
editId. |
protected abstract V |
execute() |
protected String |
getCredentialName() |
protected com.google.api.services.androidpublisher.AndroidPublisher.Edits |
getEditService() |
protected com.google.api.services.androidpublisher.AndroidPublisher.Edits editService
protected String editId
protected PrintStream logger
public final V call() throws UploadException
UploadExceptionprotected abstract V execute() throws IOException, InterruptedException, UploadException
protected final com.google.api.services.androidpublisher.AndroidPublisher.Edits getEditService()
throws UploadException
UploadExceptionprotected final void createEdit(String applicationId) throws IOException
editId. Any previous edit ID will be lost.IOExceptionprotected String getCredentialName()
Copyright © 2016–2018. All rights reserved.