@ExportedBean public class HockeyappApplication extends Object implements hudson.model.Describable<HockeyappApplication>
| Modifier and Type | Class and Description |
|---|---|
static class |
HockeyappApplication.DescriptorImpl |
static class |
HockeyappApplication.OldVersionHolder |
| Modifier and Type | Field and Description |
|---|---|
String |
apiToken |
String |
appId |
boolean |
downloadAllowed |
String |
dsymPath |
String |
filePath |
String |
libsPath |
boolean |
notifyTeam |
HockeyappApplication.OldVersionHolder |
oldVersionHolder |
RadioButtonSupport |
releaseNotesMethod |
static long |
SCHEMA_VERSION_NUMBER |
long |
schemaVersion |
String |
tags |
RadioButtonSupport |
uploadMethod |
| Constructor and Description |
|---|
HockeyappApplication(String apiToken,
String appId,
boolean notifyTeam,
String filePath,
String dsymPath,
String libsPath,
String tags,
boolean downloadAllowed,
HockeyappApplication.OldVersionHolder oldVersionHolder,
RadioButtonSupport releaseNotesMethod,
RadioButtonSupport uploadMethod) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<HockeyappApplication> |
getDescriptor() |
String |
getNumberOldVersions() |
RadioButtonSupport |
getReleaseNotesMethod() |
RadioButtonSupport |
getUploadMethod() |
public static final long SCHEMA_VERSION_NUMBER
@XStreamAsAttribute public long schemaVersion
public String apiToken
public String appId
public boolean notifyTeam
public String filePath
public String dsymPath
public String libsPath
public String tags
public boolean downloadAllowed
public HockeyappApplication.OldVersionHolder oldVersionHolder
public RadioButtonSupport releaseNotesMethod
public RadioButtonSupport uploadMethod
@DataBoundConstructor public HockeyappApplication(String apiToken, String appId, boolean notifyTeam, String filePath, String dsymPath, String libsPath, String tags, boolean downloadAllowed, HockeyappApplication.OldVersionHolder oldVersionHolder, RadioButtonSupport releaseNotesMethod, RadioButtonSupport uploadMethod)
public RadioButtonSupport getReleaseNotesMethod()
public RadioButtonSupport getUploadMethod()
public String getNumberOldVersions()
public hudson.model.Descriptor<HockeyappApplication> getDescriptor()
getDescriptor in interface hudson.model.Describable<HockeyappApplication>Copyright © 2004-2014. All Rights Reserved.