public class ApkPublisher extends GooglePlayPublisher
| Modifier and Type | Class and Description |
|---|---|
static class |
ApkPublisher.DescriptorImpl |
static class |
ApkPublisher.RecentChanges |
GooglePlayPublisher.FindFilesTaskhudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
static DecimalFormat |
PERCENTAGE_FORMATTER |
static String |
TYPE_MAIN
Expansion file type: main
|
static String |
TYPE_PATCH
Expansion file type: patch
|
| Constructor and Description |
|---|
ApkPublisher() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApkFilesPattern() |
String |
getExpansionFilesPattern() |
ApkPublisher.RecentChanges[] |
getRecentChangeList() |
String |
getRolloutPercentage() |
String |
getTrackName() |
boolean |
getUsePreviousExpansionFilesIfMissing() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getPublisherErrorMessage, getRequiredMonitorService, getServiceAccountCredentialsall, getProjectAction, needsToRunAfterFinalized, prebuildpublic static final String TYPE_MAIN
public static final String TYPE_PATCH
public static final DecimalFormat PERCENTAGE_FORMATTER
public String getApkFilesPattern()
public String getExpansionFilesPattern()
public boolean getUsePreviousExpansionFilesIfMissing()
public String getTrackName()
public String getRolloutPercentage()
public ApkPublisher.RecentChanges[] getRecentChangeList()
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerIOExceptionInterruptedExceptionCopyright © 2004-2014. All Rights Reserved.