| Package | Description |
|---|---|
| hockeyapp | |
| net.hockeyapp.jenkins | |
| net.hockeyapp.jenkins.releaseNotes | |
| net.hockeyapp.jenkins.uploadMethod |
| Modifier and Type | Field and Description |
|---|---|
RadioButtonSupport |
HockeyappApplication.releaseNotesMethod |
RadioButtonSupport |
HockeyappApplication.uploadMethod |
| Modifier and Type | Method and Description |
|---|---|
RadioButtonSupport |
HockeyappApplication.getReleaseNotesMethod() |
RadioButtonSupport |
HockeyappApplication.getUploadMethod() |
| 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 | Class and Description |
|---|---|
class |
RadioButtonSupportDescriptor<T extends RadioButtonSupport> |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangelogReleaseNotes |
class |
FileReleaseNotes |
class |
ManualReleaseNotes |
class |
NoReleaseNotes |
| Modifier and Type | Method and Description |
|---|---|
RadioButtonSupport |
NoReleaseNotes.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
RadioButtonSupport |
ChangelogReleaseNotes.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<RadioButtonSupport> |
NoReleaseNotes.getDescriptor() |
hudson.model.Descriptor<RadioButtonSupport> |
ManualReleaseNotes.getDescriptor() |
hudson.model.Descriptor<RadioButtonSupport> |
FileReleaseNotes.getDescriptor() |
hudson.model.Descriptor<RadioButtonSupport> |
ChangelogReleaseNotes.getDescriptor() |
| Modifier and Type | Class and Description |
|---|---|
class |
AppCreation |
class |
VersionCreation |
| Modifier and Type | Method and Description |
|---|---|
RadioButtonSupport |
AppCreation.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<RadioButtonSupport> |
VersionCreation.getDescriptor() |
hudson.model.Descriptor<RadioButtonSupport> |
AppCreation.getDescriptor() |
Copyright © 2004-2014. All Rights Reserved.