| Package | Description |
|---|---|
| hudson.maven |
Maven support.
|
| hudson.maven.reporters |
| Modifier and Type | Field and Description |
|---|---|
static List<MavenReporterDescriptor> |
MavenReporters.LIST
Deprecated.
as of 1.286. Use
MavenReporterDescriptor#all() for listing reporters, and
use Extension for automatic registration. |
| Modifier and Type | Method and Description |
|---|---|
MavenReporterDescriptor |
MavenReporter.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<MavenReporterDescriptor> |
MavenReporterDescriptor.all()
Lists all the currently registered instances of
MavenReporterDescriptor. |
static List<MavenReporterDescriptor> |
MavenReporters.getConfigurableList()
Gets the subset of
MavenReporters.LIST that has configuration screen. |
| Modifier and Type | Class and Description |
|---|---|
static class |
BuildInfoRecorder.DescriptorImpl |
static class |
MavenArtifactArchiver.DescriptorImpl |
static class |
MavenFingerprinter.DescriptorImpl |
static class |
MavenJavadocArchiver.DescriptorImpl |
static class |
MavenMailer.DescriptorImpl |
static class |
MavenSiteArchiver.DescriptorImpl |
static class |
MavenTestJavadocArchiver.DescriptorImpl |
static class |
ReportCollector.DescriptorImpl |
static class |
SurefireArchiver.DescriptorImpl |
Copyright © 2016–2017. All rights reserved.