|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.analysis.core.AbstractResultAction<CpptestResult>
hudson.plugins.cpptest.CpptestResultAction
hudson.plugins.cpptest.MavenCpptestResultAction
public class MavenCpptestResultAction
A CpptestResultAction for native maven jobs. This action
additionally provides result aggregation for sub-modules and for the main
project.
| Constructor Summary | |
|---|---|
MavenCpptestResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
String defaultEncoding)
Creates a new instance of MavenCpptestResultAction. |
|
MavenCpptestResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
String defaultEncoding,
CpptestResult result)
Creates a new instance of MavenCpptestResultAction. |
|
| Method Summary | |
|---|---|
hudson.maven.MavenAggregatedReport |
createAggregatedAction(hudson.maven.MavenModuleSetBuild build,
Map<hudson.maven.MavenModule,List<hudson.maven.MavenBuild>> moduleBuilds)
|
String |
getIconFileName()
|
Class<? extends hudson.maven.AggregatableAction> |
getIndividualActionType()
|
hudson.model.Action |
getProjectAction(hudson.maven.MavenModuleSet moduleSet)
|
String |
getUrlName()
|
void |
update(Map<hudson.maven.MavenModule,List<hudson.maven.MavenBuild>> moduleBuilds,
hudson.maven.MavenBuild newBuild)
Called whenever a new module build is completed, to update the aggregated report. |
| Methods inherited from class hudson.plugins.cpptest.CpptestResultAction |
|---|
getDescriptor, getDisplayName, getMultipleItemsTooltip, getSingleItemTooltip |
| Methods inherited from class hudson.plugins.analysis.core.AbstractResultAction |
|---|
addModule, createAggregatedResult, createResult, getBuild, getBuildHealth, getHealthDescriptor, getOwner, getResult, getTarget, getTooltip, getToolTipProvider, isSuccessful, setResult, updateBuildHealth |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hudson.model.Action |
|---|
getDisplayName |
| Constructor Detail |
|---|
public MavenCpptestResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
String defaultEncoding)
MavenCpptestResultAction.
owner - the associated build of this actionhealthDescriptor - health descriptor to usedefaultEncoding - the default encoding to be used when reading and parsing files
public MavenCpptestResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
String defaultEncoding,
CpptestResult result)
MavenCpptestResultAction.
owner - the associated build of this actionhealthDescriptor - health descriptor to useresult - the result in this builddefaultEncoding - the default encoding to be used when reading and parsing files| Method Detail |
|---|
public hudson.maven.MavenAggregatedReport createAggregatedAction(hudson.maven.MavenModuleSetBuild build,
Map<hudson.maven.MavenModule,List<hudson.maven.MavenBuild>> moduleBuilds)
createAggregatedAction in interface hudson.maven.AggregatableActionpublic hudson.model.Action getProjectAction(hudson.maven.MavenModuleSet moduleSet)
getProjectAction in interface hudson.maven.MavenAggregatedReportpublic Class<? extends hudson.maven.AggregatableAction> getIndividualActionType()
getIndividualActionType in interface hudson.maven.MavenAggregatedReport
public void update(Map<hudson.maven.MavenModule,List<hudson.maven.MavenBuild>> moduleBuilds,
hudson.maven.MavenBuild newBuild)
update in interface hudson.maven.MavenAggregatedReportmoduleBuilds - Same as MavenModuleSet.getModuleBuilds() but provided
for convenience and efficiency.newBuild - Newly completed build.public String getIconFileName()
getIconFileName in interface hudson.model.ActiongetIconFileName in class hudson.plugins.analysis.core.AbstractResultAction<CpptestResult>public String getUrlName()
getUrlName in interface hudson.model.ActiongetUrlName in class hudson.plugins.analysis.core.AbstractResultAction<CpptestResult>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||