@Extension(optional=true)
public static class WarningsOriginGraphPortlet.WarningsGraphDescriptor
extends hudson.model.Descriptor<hudson.plugins.view.dashboard.DashboardPortlet>
| Constructor and Description |
|---|
WarningsOriginGraphPortlet.WarningsGraphDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
boolean |
isCheckStyleInstalled()
Returns whether the Checkstyle plug-in is installed.
|
boolean |
isDryInstalled()
Returns whether the Dry plug-in is installed.
|
boolean |
isFindBugsInstalled()
Returns whether the FindBugs plug-in is installed.
|
boolean |
isOpenTasksInstalled()
Returns whether the Open Tasks plug-in is installed.
|
boolean |
isPmdInstalled()
Returns whether the PMD plug-in is installed.
|
boolean |
isWarningsInstalled()
Returns whether the Warnings plug-in is installed.
|
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMappublic WarningsOriginGraphPortlet.WarningsGraphDescriptor()
public boolean isCheckStyleInstalled()
true if the Checkstyle plug-in is installed,
false if not.public boolean isDryInstalled()
true if the Dry plug-in is installed,
false if not.public boolean isFindBugsInstalled()
true if the FindBugs plug-in is installed,
false if not.public boolean isPmdInstalled()
true if the PMD plug-in is installed,
false if not.public boolean isOpenTasksInstalled()
true if the Open Tasks plug-in is installed,
false if not.public boolean isWarningsInstalled()
true if the Warnings plug-in is installed,
false if not.public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.plugins.view.dashboard.DashboardPortlet>Copyright © 2004-2014. All Rights Reserved.