|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.tasks.util.BuildResult
hudson.plugins.tasks.TasksResult
public class TasksResult
Represents the results of the task scanner. One instance of this class is persisted for each build via an XML file.
| Field Summary |
|---|
| Fields inherited from class hudson.plugins.tasks.util.BuildResult |
|---|
high, low, normal, XSTREAM |
| Constructor Summary | |
|---|---|
TasksResult(hudson.model.AbstractBuild<?,?> build,
java.lang.String defaultEncoding,
TasksParserResult result,
BuildResult previous,
java.lang.String highTags,
java.lang.String normalTags,
java.lang.String lowTags)
Creates a new instance of TasksResult. |
|
TasksResult(hudson.model.AbstractBuild<?,?> build,
java.lang.String defaultEncoding,
TasksParserResult result,
java.lang.String highTags,
java.lang.String normalTags,
java.lang.String lowTags)
Creates a new instance of TasksResult. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDetails()
Returns the detail messages for the summary.jelly file. |
java.lang.String |
getDisplayName()
Returns the display name (bread crumb name) of this result. |
java.lang.Object |
getDynamic(java.lang.String link,
org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
Returns the dynamic result of this tasks detail view. |
int |
getNumberOfFiles()
Returns the number of scanned files in this project. |
java.lang.String |
getPackageCategoryName()
Returns the package category name for the scanned files. |
Priority[] |
getPriorities()
Returns the actually used priorities. |
protected java.lang.Class<? extends ResultAction<? extends BuildResult>> |
getResultActionType()
Returns the actual type of the associated result action. |
protected java.lang.String |
getSerializationFileName()
Returns the name of the file to store the serialized annotations. |
java.lang.String |
getSummary()
Returns a summary message for the summary.jelly file. |
java.lang.String |
getTags(Priority priority)
Returns the tags for the specified priority. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TasksResult(hudson.model.AbstractBuild<?,?> build,
java.lang.String defaultEncoding,
TasksParserResult result,
java.lang.String highTags,
java.lang.String normalTags,
java.lang.String lowTags)
TasksResult.
build - the current build as owner of this actiondefaultEncoding - the default encoding to be used when reading and parsing filesresult - the parsed annotationshighTags - tag identifiers indicating high prioritynormalTags - tag identifiers indicating normal prioritylowTags - tag identifiers indicating low priority
public TasksResult(hudson.model.AbstractBuild<?,?> build,
java.lang.String defaultEncoding,
TasksParserResult result,
BuildResult previous,
java.lang.String highTags,
java.lang.String normalTags,
java.lang.String lowTags)
TasksResult.
build - the current build as owner of this actiondefaultEncoding - the default encoding to be used when reading and parsing filesresult - the parsed FindBugs resultprevious - the previous result of open taskshighTags - tag identifiers indicating high prioritynormalTags - tag identifiers indicating normal prioritylowTags - tag identifiers indicating low priority| Method Detail |
|---|
public java.lang.String getSummary()
public int getNumberOfFiles()
public java.lang.String getDisplayName()
protected java.lang.String getSerializationFileName()
getSerializationFileName in class BuildResult
public java.lang.Object getDynamic(java.lang.String link,
org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
getDynamic in class BuildResultlink - the link to the source coderequest - Stapler requestresponse - Stapler response
public Priority[] getPriorities()
getPriorities in class BuildResultpublic final java.lang.String getTags(Priority priority)
priority - the priority
public java.lang.String getPackageCategoryName()
protected java.lang.Class<? extends ResultAction<? extends BuildResult>> getResultActionType()
getResultActionType in class BuildResultpublic java.lang.String getDetails()
getDetails in class BuildResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||