Class InternalAppSharingUploadTask
- java.lang.Object
-
- jenkins.security.MasterToSlaveCallable<V,UploadException>
-
- org.jenkinsci.plugins.googleplayandroidpublisher.AbstractPublisherTask<Boolean>
-
- org.jenkinsci.plugins.googleplayandroidpublisher.InternalAppSharingUploadTask
-
- All Implemented Interfaces:
hudson.remoting.Callable<Boolean,UploadException>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
public class InternalAppSharingUploadTask extends AbstractPublisherTask<Boolean>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.jenkinsci.plugins.googleplayandroidpublisher.AbstractPublisherTask
editId, editService, logger
-
-
Constructor Summary
Constructors Constructor Description InternalAppSharingUploadTask(TaskListener listener, com.google.jenkins.plugins.credentials.oauth.GoogleRobotCredentials credentials, String applicationId, FilePath workspace, UploadFile appFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Boolean
execute()
-
Methods inherited from class org.jenkinsci.plugins.googleplayandroidpublisher.AbstractPublisherTask
call, commit, createEdit, getCredentialName, getEditService, getInternalAppSharing
-
Methods inherited from class jenkins.security.MasterToSlaveCallable
checkRoles, getChannelOrFail, getOpenChannelOrFail
-
-
-
-
Constructor Detail
-
InternalAppSharingUploadTask
public InternalAppSharingUploadTask(TaskListener listener, com.google.jenkins.plugins.credentials.oauth.GoogleRobotCredentials credentials, String applicationId, FilePath workspace, UploadFile appFile)
-
-
Method Detail
-
execute
protected Boolean execute() throws IOException, InterruptedException, UploadException
- Specified by:
execute
in classAbstractPublisherTask<Boolean>
- Throws:
IOException
InterruptedException
UploadException
-
-