|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.maven.MavenReporter
hudson.plugins.tasks.TasksReporter
public class TasksReporter
| Field Summary | |
|---|---|
static TasksReporterDescriptor |
TASK_SCANNER_DESCRIPTOR
Descriptor of this publisher. |
| Constructor Summary | |
|---|---|
TasksReporter(java.lang.String pattern,
java.lang.String threshold,
java.lang.String healthy,
java.lang.String unHealthy,
java.lang.String high,
java.lang.String normal,
java.lang.String low)
Creates a new instance of TaskScannerPublisher. |
|
| Method Summary | |
|---|---|
hudson.maven.MavenReporterDescriptor |
getDescriptor()
|
java.lang.String |
getHealthy()
Returns the healthy threshold. |
java.lang.String |
getHigh()
Returns the high priority task identifiers. |
java.lang.String |
getLow()
Returns the low priority task identifiers. |
java.lang.String |
getNormal()
Returns the normal priority task identifiers. |
java.lang.String |
getPattern()
Returns the Ant file-set pattern to the workspace files. |
hudson.model.Action |
getProjectAction(hudson.maven.MavenModule module)
|
java.lang.String |
getThreshold()
Returns the Bug threshold to be reached if a build should be considered as unstable. |
java.lang.String |
getUnHealthy()
Returns the unhealthy threshold. |
boolean |
postExecute(hudson.maven.MavenBuildProxy build,
org.apache.maven.project.MavenProject pom,
hudson.maven.MojoInfo mojo,
hudson.model.BuildListener listener,
java.lang.Throwable error)
|
| Methods inherited from class hudson.maven.MavenReporter |
|---|
end, enterModule, leaveModule, postBuild, preBuild, preExecute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final TasksReporterDescriptor TASK_SCANNER_DESCRIPTOR
| Constructor Detail |
|---|
public TasksReporter(java.lang.String pattern,
java.lang.String threshold,
java.lang.String healthy,
java.lang.String unHealthy,
java.lang.String high,
java.lang.String normal,
java.lang.String low)
TaskScannerPublisher.
pattern - Ant file-set pattern of files to scan for open tasks inthreshold - Tasks threshold to be reached if a build should be considered
as unstable.healthy - Report health as 100% when the number of open tasks is less
than this valueunHealthy - Report health as 0% when the number of open tasks is greater
than this valuehigh - tag identifiers indicating high prioritynormal - tag identifiers indicating normal prioritylow - tag identifiers indicating low priority| Method Detail |
|---|
public java.lang.String getThreshold()
public java.lang.String getHealthy()
public java.lang.String getUnHealthy()
public java.lang.String getPattern()
public java.lang.String getHigh()
public java.lang.String getNormal()
public java.lang.String getLow()
public boolean postExecute(hudson.maven.MavenBuildProxy build,
org.apache.maven.project.MavenProject pom,
hudson.maven.MojoInfo mojo,
hudson.model.BuildListener listener,
java.lang.Throwable error)
throws java.lang.InterruptedException,
java.io.IOException
postExecute in class hudson.maven.MavenReporterjava.lang.InterruptedException
java.io.IOExceptionpublic hudson.model.Action getProjectAction(hudson.maven.MavenModule module)
getProjectAction in class hudson.maven.MavenReporterpublic hudson.maven.MavenReporterDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.maven.MavenReporter>getDescriptor in class hudson.maven.MavenReporter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||