public class TPTReportPublisher
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
TPTReportPublisher.DescriptorImpl
The descriptor for the publisher
|
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
TPTReportPublisher()
Creates a TPTReportPublisher
|
| Modifier and Type | Method and Description |
|---|---|
TPTReportPublisher.DescriptorImpl |
getDescriptor() |
hudson.model.Action |
getProjectAction(hudson.model.AbstractProject<?,?> project) |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Creates the directories on the build directory, loops over all JenkinsConfigurations and
extract from each one the data from the "test_summary.xml".
|
all, getProjectAction, needsToRunAfterFinalized, prebuild@DataBoundConstructor public TPTReportPublisher()
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerIOExceptionInterruptedExceptionpublic hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction in interface hudson.tasks.BuildStepgetProjectAction in class hudson.tasks.BuildStepCompatibilityLayerpublic TPTReportPublisher.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Notifierpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2016–2018 PikeTec GmbH. All rights reserved.