public class RedmineMetricsPublisher
extends hudson.tasks.Publisher
| Modifier and Type | Class and Description |
|---|---|
static class |
RedmineMetricsPublisher.DescriptorImpl |
| Constructor and Description |
|---|
RedmineMetricsPublisher(String apiKey,
String targetVersion,
String ignoreTicketTracker,
String ignoreTicketStatus) |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.Secret |
getApiKey() |
String |
getIgnoreTicketStatus() |
String |
getIgnoreTicketTracker() |
hudson.model.Action |
getProjectAction(hudson.model.AbstractProject<?,?> project) |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getTargetVersion() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getDescriptor, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectActions, perform, prebuildpublic boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public hudson.util.Secret getApiKey()
public String getTargetVersion()
public String getIgnoreTicketTracker()
public String getIgnoreTicketStatus()
public hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction in interface hudson.tasks.BuildStepgetProjectAction in class hudson.tasks.BuildStepCompatibilityLayerCopyright © 2004-2017. All Rights Reserved.