public class ReleaseTrackAssignmentBuilder extends GooglePlayBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
ReleaseTrackAssignmentBuilder.DescriptorImpl |
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactoryBuildStep.PublisherListExtensionPoint.LegacyInstancesAreScopedToHudsoncurrentBuild, currentListenerBUILDERS, PUBLISHERS| Constructor and Description |
|---|
ReleaseTrackAssignmentBuilder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApkFilesPattern()
Deprecated.
|
String |
getApplicationId() |
String |
getFilesPattern() |
Boolean |
getFromVersionCode() |
Double |
getRolloutPercent() |
String |
getRolloutPercentage()
Deprecated.
|
String |
getTrackName() |
String |
getVersionCodes() |
boolean |
isFromVersionCode() |
void |
perform(Run<?,?> run,
FilePath workspace,
Launcher launcher,
TaskListener listener) |
protected Object |
readResolve() |
void |
setApkFilesPattern(String value)
Deprecated.
|
void |
setApplicationId(String applicationId) |
void |
setFilesPattern(String pattern) |
void |
setFromVersionCode(Boolean fromVersionCode) |
void |
setRolloutPercent(Double percent) |
void |
setRolloutPercentage(String percentage)
Deprecated.
|
void |
setTrackName(String trackName) |
void |
setVersionCodes(String versionCodes) |
expand, getCredentialsHandler, getGoogleCredentialsId, getRequiredMonitorService, setGoogleCredentialsIdall, getDescriptor, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProjectAction, getProjectActions, perform, prebuild@DataBoundConstructor public ReleaseTrackAssignmentBuilder()
protected Object readResolve()
@DataBoundSetter public void setFromVersionCode(Boolean fromVersionCode)
public Boolean getFromVersionCode()
public boolean isFromVersionCode()
@DataBoundSetter public void setApplicationId(String applicationId)
public String getApplicationId()
@DataBoundSetter public void setVersionCodes(String versionCodes)
public String getVersionCodes()
@Deprecated @DataBoundSetter public void setApkFilesPattern(String value)
@Deprecated public String getApkFilesPattern()
@Deprecated @DataBoundSetter public void setRolloutPercentage(String percentage)
@Nonnull @Deprecated public String getRolloutPercentage()
@DataBoundSetter public void setRolloutPercent(Double percent)
public void perform(@Nonnull Run<?,?> run, @Nonnull FilePath workspace, @Nonnull Launcher launcher, @Nonnull TaskListener listener) throws InterruptedException, IOException
perform in interface SimpleBuildStepperform in class GooglePlayBuilderInterruptedExceptionIOExceptionCopyright © 2016–2019. All rights reserved.