public class CrittercismDsymRecorder
extends hudson.tasks.Recorder
Builder.
When the user configures the project and enables this builder,
Descriptor.newInstance(StaplerRequest) is invoked
and a new HelloWorldBuilder is created. The created
instance is persisted to the project configuration XML by using
XStream, so this allows you to use instance fields (like #name)
to remember the configuration.
When a build is performed, the perform(AbstractBuild, Launcher, BuildListener)
method will be invoked.
| Modifier and Type | Class and Description |
|---|---|
static class |
CrittercismDsymRecorder.DescriptorImpl
Descriptor for
CrittercismDsymRecorder. |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
CrittercismDsymRecorder(String apiKey,
String appID,
String filePath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey() |
String |
getAppID() |
CrittercismDsymRecorder.DescriptorImpl |
getDescriptor() |
String |
getFilePath() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, prebuildpublic String getApiKey()
public String getAppID()
public String getFilePath()
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 CrittercismDsymRecorder.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Recorderpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2004-2013. All Rights Reserved.