public class FabricBetaPublisher
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
FabricBetaPublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
FabricBetaPublisher(String apiKey,
String buildSecret,
String releaseNotesType,
String notifyTestersType,
String releaseNotesParameter,
String apkPath,
String testersEmails,
String testersGroup) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey() |
String |
getApkPath() |
String |
getBuildSecret() |
FabricBetaPublisher.DescriptorImpl |
getDescriptor() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getTestersGroup() |
String |
isNotifyTestersType(String notifyTestersType) |
String |
isReleaseNotesType(String releaseNotesType) |
boolean |
isSendNotifications() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic boolean perform(@Nonnull hudson.model.AbstractBuild<?,?> build, @Nonnull hudson.Launcher launcher, @Nonnull hudson.model.BuildListener listener) throws IOException, InterruptedException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerIOExceptionInterruptedExceptionpublic FabricBetaPublisher.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Recorderpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public String getApiKey()
public String getBuildSecret()
public String getApkPath()
public boolean isSendNotifications()
public String getTestersGroup()
Copyright © 2016. All rights reserved.