| Package | Description |
|---|---|
| hudson.maven |
Maven support.
|
| hudson.maven.reporters |
| Modifier and Type | Method and Description |
|---|---|
protected MavenBuild |
MavenModule.newBuild() |
MavenBuild |
MavenBuild.ProxyImpl2.owner()
Gets the build for which this proxy is created.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<MavenBuild> |
MavenModule.getBuildClass() |
Map<MavenModule,List<MavenBuild>> |
MavenModuleSetBuild.getModuleBuilds()
Computes the module builds that correspond to this build.
|
Map<MavenModule,MavenBuild> |
MavenModuleSetBuild.getModuleLastBuilds()
Computes the latest module builds that correspond to this build.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MavenModule.addTransientActionsFromBuild(MavenBuild build,
List<hudson.model.Action> collection,
Set<Class> added) |
V |
MavenBuildProxy.BuildCallable.call(MavenBuild build)
Performs computation and returns the result,
or throws some exception.
|
boolean |
MavenReporter.end(MavenBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Called after the maven execution finished and the result is determined.
|
void |
MavenAggregatedReport.update(Map<MavenModule,List<MavenBuild>> moduleBuilds,
MavenBuild newBuild)
Called whenever a new module build is completed, to update the
aggregated report.
|
| Modifier and Type | Method and Description |
|---|---|
MavenAggregatedReport |
AggregatableAction.createAggregatedAction(MavenModuleSetBuild build,
Map<MavenModule,List<MavenBuild>> moduleBuilds)
Creates
Action to be contributed to MavenModuleSetBuild. |
void |
MavenAggregatedReport.update(Map<MavenModule,List<MavenBuild>> moduleBuilds,
MavenBuild newBuild)
Called whenever a new module build is completed, to update the
aggregated report.
|
| Modifier and Type | Field and Description |
|---|---|
MavenBuild |
MavenArtifactRecord.parent
The build to which this record belongs.
|
| Modifier and Type | Method and Description |
|---|---|
MavenBuild |
MavenArtifactRecord.getBuild() |
MavenBuild |
SurefireAggregatedReport.resolveChild(hudson.tasks.test.AggregatedTestResultAction.Child child) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SurefireArchiver.end(MavenBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
boolean |
MavenMailer.end(MavenBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
File |
MavenArtifact.getFile(MavenBuild build)
Deprecated.
only works with
StandardArtifactManager and subclasses; use MavenArtifact.getTemporaryFile(hudson.maven.MavenBuild) instead |
MavenArtifact.TemporaryFile |
MavenArtifact.getTemporaryFile(MavenBuild build)
Gets an archived artifact.
|
org.apache.maven.artifact.Artifact |
MavenArtifact.toArtifact(org.apache.maven.artifact.handler.manager.ArtifactHandlerManager handlerManager,
org.apache.maven.artifact.factory.ArtifactFactory factory,
MavenBuild build)
Deprecated.
only works with
StandardArtifactManager and subclasses; use MavenArtifact.toCloseableArtifact(org.apache.maven.artifact.handler.manager.ArtifactHandlerManager, org.apache.maven.artifact.factory.ArtifactFactory, hudson.maven.MavenBuild) instead |
MavenArtifact.CloseableArtifact |
MavenArtifact.toCloseableArtifact(org.apache.maven.artifact.handler.manager.ArtifactHandlerManager handlerManager,
org.apache.maven.artifact.factory.ArtifactFactory factory,
MavenBuild build)
Creates a Maven
Artifact back from the persisted data. |
void |
SurefireAggregatedReport.update(Map<MavenModule,List<MavenBuild>> moduleBuilds,
MavenBuild newBuild) |
void |
MavenAggregatedArtifactRecord.update(Map<MavenModule,List<MavenBuild>> moduleBuilds,
MavenBuild newBuild) |
| Modifier and Type | Method and Description |
|---|---|
MavenAggregatedReport |
SurefireReport.createAggregatedAction(MavenModuleSetBuild build,
Map<MavenModule,List<MavenBuild>> moduleBuilds) |
MavenAggregatedArtifactRecord |
MavenArtifactRecord.createAggregatedAction(MavenModuleSetBuild build,
Map<MavenModule,List<MavenBuild>> moduleBuilds) |
void |
SurefireAggregatedReport.update(Map<MavenModule,List<MavenBuild>> moduleBuilds,
MavenBuild newBuild) |
void |
MavenAggregatedArtifactRecord.update(Map<MavenModule,List<MavenBuild>> moduleBuilds,
MavenBuild newBuild) |
| Constructor and Description |
|---|
MavenArtifactRecord(MavenBuild parent,
MavenArtifact pomArtifact,
MavenArtifact mainArtifact,
List<MavenArtifact> attachedArtifacts)
Deprecated.
|
MavenArtifactRecord(MavenBuild parent,
MavenArtifact pomArtifact,
MavenArtifact mainArtifact,
List<MavenArtifact> attachedArtifacts,
String repositoryUrl,
String repositoryId) |
Copyright © 2016–2017. All rights reserved.