org.jenkinsci.plugins.DependencyCheck
Class CustomAnnotationsLabelProvider

java.lang.Object
  extended by hudson.plugins.analysis.util.model.AnnotationsLabelProvider
      extended by org.jenkinsci.plugins.DependencyCheck.CustomAnnotationsLabelProvider
All Implemented Interfaces:
Serializable

public class CustomAnnotationsLabelProvider
extends hudson.plugins.analysis.util.model.AnnotationsLabelProvider

See Also:
Serialized Form

Constructor Summary
CustomAnnotationsLabelProvider(String packageLabel)
           
 
Method Summary
 String getCategories()
           
 String getHigh()
           
 String getLow()
           
 String getNormal()
           
 String getPackages()
           
 String getTypes()
           
 
Methods inherited from class hudson.plugins.analysis.util.model.AnnotationsLabelProvider
getDetails, getFiles, getFixed, getModules, getNew, getWarnings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomAnnotationsLabelProvider

public CustomAnnotationsLabelProvider(String packageLabel)
Method Detail

getPackages

public String getPackages()
Overrides:
getPackages in class hudson.plugins.analysis.util.model.AnnotationsLabelProvider

getCategories

public String getCategories()
Overrides:
getCategories in class hudson.plugins.analysis.util.model.AnnotationsLabelProvider

getTypes

public String getTypes()
Overrides:
getTypes in class hudson.plugins.analysis.util.model.AnnotationsLabelProvider

getHigh

public String getHigh()
Overrides:
getHigh in class hudson.plugins.analysis.util.model.AnnotationsLabelProvider

getNormal

public String getNormal()
Overrides:
getNormal in class hudson.plugins.analysis.util.model.AnnotationsLabelProvider

getLow

public String getLow()
Overrides:
getLow in class hudson.plugins.analysis.util.model.AnnotationsLabelProvider


Copyright © 2012-2015 OWASP. All Rights Reserved.