Class ApkPublisher
- java.lang.Object
-
- hudson.tasks.BuildStepCompatibilityLayer
-
- hudson.tasks.Publisher
-
- hudson.tasks.Recorder
-
- org.jenkinsci.plugins.googleplayandroidpublisher.GooglePlayPublisher
-
- org.jenkinsci.plugins.googleplayandroidpublisher.ApkPublisher
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<Publisher>
,BuildStep
,SimpleBuildStep
public class ApkPublisher extends GooglePlayPublisher
Uploads Android application files to the Google Play Developer Console.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ApkPublisher.DescriptorImpl
static class
ApkPublisher.RecentChanges
-
Nested classes/interfaces inherited from class hudson.tasks.Publisher
Publisher.DescriptorExtensionListImpl
-
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Nested classes/interfaces inherited from interface jenkins.tasks.SimpleBuildStep
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory
-
-
Field Summary
-
Fields inherited from class org.jenkinsci.plugins.googleplayandroidpublisher.GooglePlayPublisher
currentBuild, currentListener
-
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
-
Constructor Summary
Constructors Constructor Description ApkPublisher()
-
Method Summary
-
Methods inherited from class org.jenkinsci.plugins.googleplayandroidpublisher.GooglePlayPublisher
expand, getCredentialsHandler, getGoogleCredentialsId, getRequiredMonitorService, setGoogleCredentialsId
-
Methods inherited from class hudson.tasks.Recorder
getDescriptor
-
Methods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuild
-
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform, perform, prebuild
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface hudson.tasks.BuildStep
getProjectAction, getProjectActions, perform, prebuild
-
-
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
setApkFilesPattern
@Deprecated @DataBoundSetter public void setApkFilesPattern(String value)
Deprecated.
-
getApkFilesPattern
@Deprecated public String getApkFilesPattern()
Deprecated.
-
setFilesPattern
@DataBoundSetter public void setFilesPattern(String pattern)
-
setRolloutPercent
@Deprecated @DataBoundSetter public void setRolloutPercent(Double percent)
Deprecated.
-
getRolloutPercent
@Deprecated public Double getRolloutPercent()
Deprecated.
-
setTrackName
@DataBoundSetter public void setTrackName(String trackName)
-
setAdditionalVersionCodes
@DataBoundSetter public void setAdditionalVersionCodes(String additionalVersionCodes)
-
setReleaseName
@DataBoundSetter public void setReleaseName(String releaseName)
-
setDeobfuscationFilesPattern
@DataBoundSetter public void setDeobfuscationFilesPattern(String deobfuscationFilesPattern)
-
getDeobfuscationFilesPattern
public String getDeobfuscationFilesPattern()
-
setNativeDebugSymbolFilesPattern
@DataBoundSetter public void setNativeDebugSymbolFilesPattern(String nativeDebugSymbolFilesPattern)
-
getNativeDebugSymbolFilesPattern
public String getNativeDebugSymbolFilesPattern()
-
setExpansionFilesPattern
@DataBoundSetter public void setExpansionFilesPattern(String expansionFilesPattern)
-
getExpansionFilesPattern
public String getExpansionFilesPattern()
-
setUsePreviousExpansionFilesIfMissing
@DataBoundSetter public void setUsePreviousExpansionFilesIfMissing(Boolean value)
-
getUsePreviousExpansionFilesIfMissing
public boolean getUsePreviousExpansionFilesIfMissing()
-
setRecentChangeList
@DataBoundSetter public void setRecentChangeList(ApkPublisher.RecentChanges[] recentChangeList)
-
getRecentChangeList
public ApkPublisher.RecentChanges[] getRecentChangeList()
-
setInAppUpdatePriority
@DataBoundSetter public void setInAppUpdatePriority(@Nullable String priorityStr)
-
perform
public void perform(@Nonnull Run<?,?> run, @Nonnull FilePath workspace, @Nonnull Launcher launcher, @Nonnull TaskListener listener) throws InterruptedException, IOException
- Specified by:
perform
in interfaceSimpleBuildStep
- Overrides:
perform
in classGooglePlayPublisher
- Throws:
InterruptedException
IOException
-
-