@XStreamConverter(value=HockeyappRecorderConverter.class) public class HockeyappRecorder extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
HockeyappRecorder.BaseUrlHolder |
static class |
HockeyappRecorder.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
List<HockeyappApplication> |
applications |
String |
baseUrl |
boolean |
debugMode |
static String |
DEFAULT_HOCKEY_URL |
static int |
DEFAULT_TIMEOUT |
boolean |
failGracefully |
static long |
SCHEMA_VERSION_NUMBER |
long |
schemaVersion |
| Constructor and Description |
|---|
HockeyappRecorder(List<HockeyappApplication> applications,
boolean debugMode,
HockeyappRecorder.BaseUrlHolder baseUrlHolder,
boolean failGracefully) |
| Modifier and Type | Method and Description |
|---|---|
String |
fetchApiToken(HockeyappApplication application) |
HockeyappRecorder.DescriptorImpl |
getDescriptor() |
Collection<? extends hudson.model.Action> |
getProjectActions(hudson.model.AbstractProject<?,?> project) |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
isDebugEnabled() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic static final long SCHEMA_VERSION_NUMBER
public static final String DEFAULT_HOCKEY_URL
public static final int DEFAULT_TIMEOUT
@Exported @XStreamAsAttribute public long schemaVersion
@Exported public List<HockeyappApplication> applications
@Exported public boolean debugMode
@Exported public String baseUrl
@Exported public boolean failGracefully
@DataBoundConstructor public HockeyappRecorder(List<HockeyappApplication> applications, boolean debugMode, HockeyappRecorder.BaseUrlHolder baseUrlHolder, boolean failGracefully)
public HockeyappRecorder.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Recorderpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public String fetchApiToken(HockeyappApplication application)
public boolean isDebugEnabled()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic Collection<? extends hudson.model.Action> getProjectActions(hudson.model.AbstractProject<?,?> project)
getProjectActions in interface hudson.tasks.BuildStepgetProjectActions in class hudson.tasks.BuildStepCompatibilityLayerCopyright © 2004-2014. All Rights Reserved.