|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.analysis.util.model.AnnotationContainer
hudson.plugins.analysis.views.AbstractAnnotationsDetail
hudson.plugins.analysis.views.NewWarningsDetail
hudson.plugins.tasks.NewTasksDetail
public class NewTasksDetail
Result object to visualize the new open tasks in a build.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.plugins.analysis.util.model.AnnotationContainer |
|---|
hudson.plugins.analysis.util.model.AnnotationContainer.Hierarchy |
| Constructor Summary | |
|---|---|
NewTasksDetail(hudson.model.AbstractBuild<?,?> owner,
java.util.Collection<hudson.plugins.analysis.util.model.FileAnnotation> newTasks,
java.lang.String defaultEncoding,
java.lang.String header,
java.lang.String high,
java.lang.String normal,
java.lang.String low)
Creates a new instance of NewTasksDetail. |
|
| Method Summary | |
|---|---|
java.util.Collection<java.lang.String> |
getAvailablePriorities()
Returns all priorities that have a user defined tag. |
java.lang.String |
getDisplayName()
|
java.lang.Object |
getDynamic(java.lang.String link,
org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
|
hudson.plugins.analysis.util.model.Priority[] |
getPriorities()
|
java.lang.String |
getTags(hudson.plugins.analysis.util.model.Priority priority)
Returns the defined tags for the given priority. |
java.lang.String |
getTags(java.lang.String priority)
Returns the defined tags for the given priority. |
| Methods inherited from class hudson.plugins.analysis.views.AbstractAnnotationsDetail |
|---|
getDefaultEncoding, getHeader, getLocalizedPriority, getOwner, isCurrent |
| Methods inherited from class hudson.plugins.analysis.util.model.AnnotationContainer |
|---|
addAnnotation, addAnnotations, addAnnotations, compareTo, containsCategory, containsFile, containsModule, containsPackage, containsType, equals, getAnnotation, getAnnotation, getAnnotations, getAnnotations, getAnnotations, getCategories, getCategory, getCategory, getContainer, getFile, getFile, getFiles, getHighAnnotations, getHighPriority, getLowAnnotations, getLowPriority, getModule, getModule, getModules, getName, getNormalAnnotations, getNormalPriority, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfHighAnnotations, getNumberOfLowAnnotations, getNumberOfNormalAnnotations, getPackage, getPackage, getPackageCategoryName, getPackages, getSortedAnnotations, getToolTip, getType, getType, getTypes, getUpperBound, hasAnnotations, hasAnnotations, hasAnnotations, hashCode, hasNoAnnotations, hasNoAnnotations, hasNoAnnotations, rebuildMappings, setHierarchy, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NewTasksDetail(hudson.model.AbstractBuild<?,?> owner,
java.util.Collection<hudson.plugins.analysis.util.model.FileAnnotation> newTasks,
java.lang.String defaultEncoding,
java.lang.String header,
java.lang.String high,
java.lang.String normal,
java.lang.String low)
NewTasksDetail.
owner - the current build as owner of this result objectnewTasks - all new open tasksdefaultEncoding - the default encoding to be used when reading and parsing filesheader - header to be shown on detail pagehigh - tag identifiers indicating high prioritynormal - tag identifiers indicating normal prioritylow - tag identifiers indicating low priority| Method Detail |
|---|
public java.lang.Object getDynamic(java.lang.String link,
org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
getDynamic in class hudson.plugins.analysis.views.AbstractAnnotationsDetailpublic java.util.Collection<java.lang.String> getAvailablePriorities()
public hudson.plugins.analysis.util.model.Priority[] getPriorities()
getPriorities in class hudson.plugins.analysis.views.AbstractAnnotationsDetailpublic final java.lang.String getTags(hudson.plugins.analysis.util.model.Priority priority)
priority - the priority
public final java.lang.String getTags(java.lang.String priority)
priority - the priority
public java.lang.String getDisplayName()
getDisplayName in interface hudson.model.ModelObjectgetDisplayName in class hudson.plugins.analysis.views.NewWarningsDetail
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||