public class ApkPublisher extends GooglePlayPublisher
| Modifier and Type | Class and Description |
|---|---|
static class |
ApkPublisher.DescriptorImpl |
static class |
ApkPublisher.RecentChanges |
hudson.tasks.Publisher.DescriptorExtensionListImpljenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactorycurrentBuild, currentListener| Constructor and Description |
|---|
ApkPublisher() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApkFilesPattern() |
String |
getDeobfuscationFilesPattern() |
String |
getExpansionFilesPattern() |
ApkPublisher.RecentChanges[] |
getRecentChangeList() |
String |
getRolloutPercentage() |
String |
getTrackName() |
boolean |
getUsePreviousExpansionFilesIfMissing() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
expand, getCredentialsHandler, getGoogleCredentialsId, getRequiredMonitorService, setGoogleCredentialsIdall, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, perform, prebuildpublic String getApkFilesPattern()
public String getDeobfuscationFilesPattern()
public String getExpansionFilesPattern()
public boolean getUsePreviousExpansionFilesIfMissing()
public String getTrackName()
public String getRolloutPercentage()
public ApkPublisher.RecentChanges[] getRecentChangeList()
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.SimpleBuildStepperform in class GooglePlayPublisherInterruptedExceptionIOExceptionCopyright © 2016–2019. All rights reserved.