hudson.plugins.tasks
Class TasksFileDetail
java.lang.Object
hudson.plugins.tasks.util.model.AnnotationContainer
hudson.plugins.tasks.util.AbstractAnnotationsDetail
hudson.plugins.tasks.util.FileDetail
hudson.plugins.tasks.TasksFileDetail
- All Implemented Interfaces:
- hudson.model.ModelObject, AnnotationProvider, java.io.Serializable
public class TasksFileDetail
- extends FileDetail
Represents the details of a workspace file.
- Author:
- Ulli Hafner
- See Also:
- Serialized Form
|
Constructor Summary |
TasksFileDetail(hudson.model.AbstractBuild<?,?> owner,
WorkspaceFile file,
java.lang.String header,
java.lang.String high,
java.lang.String normal,
java.lang.String low)
Creates a new instance of ModuleDetail. |
|
Method Summary |
java.util.Collection<java.lang.String> |
getAvailablePriorities()
|
java.lang.Object |
getDynamic(java.lang.String link,
org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
Returns the dynamic result of this module detail view. |
Priority[] |
getPriorities()
Returns all possible priorities. |
java.lang.String |
getTags(Priority priority)
|
java.lang.String |
getTags(java.lang.String priority)
|
| Methods inherited from class hudson.plugins.tasks.util.model.AnnotationContainer |
addAnnotation, addAnnotations, addAnnotations, containsCategory, containsFile, containsModule, containsPackage, containsType, getAnnotation, getAnnotation, getAnnotationBound, getAnnotations, getAnnotations, getAnnotations, getCategories, getCategory, getContainer, getHighAnnotations, getHighPriority, getLowAnnotations, getLowPriority, getModule, getModules, getName, getNormalAnnotations, getNormalPriority, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfAnnotations, getPackage, getPackageCategoryName, getPackages, getToolTip, getType, getTypes, hasAnnotations, hasAnnotations, hasAnnotations, hasNoAnnotations, hasNoAnnotations, hasNoAnnotations, rebuildMappings, setHierarchy, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TasksFileDetail
public TasksFileDetail(hudson.model.AbstractBuild<?,?> owner,
WorkspaceFile file,
java.lang.String header,
java.lang.String high,
java.lang.String normal,
java.lang.String low)
- Creates a new instance of
ModuleDetail.
- Parameters:
owner - the current build as owner of this result objecthigh - tag identifiers indicating high prioritynormal - tag identifiers indicating normal prioritylow - tag identifiers indicating low priorityfile - the selected file to show
getDynamic
public java.lang.Object getDynamic(java.lang.String link,
org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
- Returns the dynamic result of this module detail view.
- Overrides:
getDynamic in class AbstractAnnotationsDetail
- Parameters:
link - the link containing the path to the selected workspace file
(or package)request - Stapler requestresponse - Stapler response
- Returns:
- the dynamic result of the FindBugs analysis (detail page for a
package).
getAvailablePriorities
public java.util.Collection<java.lang.String> getAvailablePriorities()
getPriorities
public Priority[] getPriorities()
- Description copied from class:
AbstractAnnotationsDetail
- Returns all possible priorities.
- Overrides:
getPriorities in class AbstractAnnotationsDetail
- Returns:
- all priorities
getTags
public final java.lang.String getTags(Priority priority)
getTags
public final java.lang.String getTags(java.lang.String priority)
Copyright © 2008. All Rights Reserved.