public class ReleaseTrackAssignmentBuilder extends GooglePlayBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
ReleaseTrackAssignmentBuilder.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static DecimalFormat |
PERCENTAGE_FORMATTER |
| Constructor and Description |
|---|
ReleaseTrackAssignmentBuilder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApkFilesPattern() |
String |
getApplicationId() |
String |
getRolloutPercentage() |
String |
getTrackName() |
String |
getVersionCodes() |
boolean |
isFromVersionCode() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getCredentialsHandler, getRequiredMonitorServicepublic static final DecimalFormat PERCENTAGE_FORMATTER
@DataBoundConstructor public ReleaseTrackAssignmentBuilder()
public boolean isFromVersionCode()
public String getApplicationId()
public String getVersionCodes()
public String getApkFilesPattern()
public String getTrackName()
public String getRolloutPercentage()
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-2015. All Rights Reserved.