| Package | Description |
|---|---|
| hudson.maven |
Maven support.
|
| hudson.maven.reporters |
| Modifier and Type | Method and Description |
|---|---|
protected MavenModuleSetBuild |
RedeployPublisher.getMavenBuild(hudson.model.AbstractBuild<?,?> build)
Obtains the
MavenModuleSetBuild that we'll work on, or null. |
MavenModuleSetBuild |
MavenBuild.getModuleSetBuild()
Gets the "governing"
MavenModuleSet that has set
the workspace for this build. |
MavenModuleSetBuild |
MavenBuild.getParentBuild()
Gets the
MavenModuleSetBuild that has the same build number. |
| Modifier and Type | Method and Description |
|---|---|
protected Class<MavenModuleSetBuild> |
MavenModuleSet.getBuildClass() |
protected List<MavenModuleSetBuild> |
MavenModuleSet.getEstimatedDurationCandidates() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MavenModuleSet.addTransientActionsFromBuild(MavenModuleSetBuild build,
List<hudson.model.Action> collection,
Set<Class> added) |
MavenAggregatedReport |
AggregatableAction.createAggregatedAction(MavenModuleSetBuild build,
Map<MavenModule,List<MavenBuild>> moduleBuilds)
Creates
Action to be contributed to MavenModuleSetBuild. |
String |
MavenArgumentInterceptorAction.getGoalsAndOptions(MavenModuleSetBuild build)
Provides maven goals and options to start the build with.
|
hudson.util.ArgumentListBuilder |
MavenArgumentInterceptorAction.intercept(hudson.util.ArgumentListBuilder mavenargs,
MavenModuleSetBuild build)
Change/add arguments to any needs.
|
| Modifier and Type | Field and Description |
|---|---|
MavenModuleSetBuild |
MavenAggregatedArtifactRecord.parent |
| Modifier and Type | Method and Description |
|---|---|
MavenModuleSetBuild |
MavenAggregatedArtifactRecord.getBuild() |
| Modifier and Type | Method and Description |
|---|---|
static void |
MavenFingerprinter.aggregate(MavenModuleSetBuild mmsb)
Creates
Fingerprinter.FingerprintAction for MavenModuleSetBuild
by aggregating all fingerprints from module builds. |
MavenAggregatedReport |
SurefireReport.createAggregatedAction(MavenModuleSetBuild build,
Map<MavenModule,List<MavenBuild>> moduleBuilds) |
MavenAggregatedArtifactRecord |
MavenArtifactRecord.createAggregatedAction(MavenModuleSetBuild build,
Map<MavenModule,List<MavenBuild>> moduleBuilds) |
| Constructor and Description |
|---|
MavenAggregatedArtifactRecord(MavenModuleSetBuild build) |
Copyright © 2016–2017. All rights reserved.