@Extension(ordinal=1.0)
public final class AnalysisDescriptor
extends hudson.plugins.analysis.core.PluginDescriptor
AnalysisPublisher. Used as a singleton. The
class is marked as public so that it can be accessed from views.| Constructor and Description |
|---|
AnalysisDescriptor()
Instantiates a new
AnalysisDescriptor. |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getIconUrl() |
String |
getPluginName() |
String |
getPluginRoot() |
static Collection<String> |
getPlugins()
Returns the activated plug-ins.
|
String |
getSummaryIconUrl() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
static boolean |
isCheckStyleInstalled()
Returns whether the Checkstyle plug-in is installed.
|
static boolean |
isDryInstalled()
Returns whether the Dry plug-in is installed.
|
static boolean |
isFindBugsInstalled()
Returns whether the FindBugs plug-in is installed.
|
static boolean |
isOpenTasksInstalled()
Returns whether the Open Tasks plug-in is installed.
|
static boolean |
isPmdInstalled()
Returns whether the PMD plug-in is installed.
|
static boolean |
isWarningsInstalled()
Returns whether the Warnings plug-in is installed.
|
convertHierarchicalFormData, convertHierarchicalFormData, createResultUrlName, doCheckDefaultEncoding, doCheckHeight, doCheckPattern, doCheckThreshold, getHelpFile, getPluginResultUrlName, isMavenPluginInstalled, isPluginInstalled, newInstancecalcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMappublic AnalysisDescriptor()
AnalysisDescriptor.public static Collection<String> getPlugins()
public static boolean isCheckStyleInstalled()
true if the Checkstyle plug-in is installed,
false if not.public static boolean isDryInstalled()
true if the Dry plug-in is installed,
false if not.public static boolean isFindBugsInstalled()
true if the FindBugs plug-in is installed,
false if not.public static boolean isPmdInstalled()
true if the PMD plug-in is installed,
false if not.public static boolean isOpenTasksInstalled()
true if the Open Tasks plug-in is installed,
false if not.public static boolean isWarningsInstalled()
true if the Warnings plug-in is installed,
false if not.public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public String getPluginRoot()
getPluginRoot in class hudson.plugins.analysis.core.PluginDescriptorpublic String getPluginName()
getPluginName in class hudson.plugins.analysis.core.PluginDescriptorpublic String getIconUrl()
getIconUrl in class hudson.plugins.analysis.core.PluginDescriptorpublic String getSummaryIconUrl()
getSummaryIconUrl in class hudson.plugins.analysis.core.PluginDescriptorpublic boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.plugins.analysis.core.PluginDescriptorCopyright © 2004-2014. All Rights Reserved.