Klasse CoverageTool.CoverageToolDescriptor
java.lang.Object
hudson.model.Descriptor<CoverageTool>
io.jenkins.plugins.coverage.metrics.steps.CoverageTool.CoverageToolDescriptor
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Feldübersicht
Von Klasse geerbte Felder hudson.model.Descriptor
clazz
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdoCheckId
(BuildableItem project, String id) Performs on-the-fly validation of the ID.Returns a model with allSourceCodeRetention
strategies.getHelp()
Returns an optional help text that can provide useful hints on how to configure the coverage tool so that Jenkins could parse the report files.getUrl()
Returns an optional URL to the homepage of the coverage tool.Von Klasse geerbte Methoden hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Konstruktordetails
-
CoverageToolDescriptor
public CoverageToolDescriptor()
-
-
Methodendetails
-
doFillParserItems
Returns a model with allSourceCodeRetention
strategies.- Gibt zurück:
- a model with all
SourceCodeRetention
strategies.
-
doCheckId
@POST public FormValidation doCheckId(@AncestorInPath BuildableItem project, @QueryParameter String id) Performs on-the-fly validation of the ID.- Parameter:
project
- the project that is configuredid
- the ID of the tool- Gibt zurück:
- the validation result
-
getHelp
Returns an optional help text that can provide useful hints on how to configure the coverage tool so that Jenkins could parse the report files. This help can be a plain text message or an HTML snippet.- Gibt zurück:
- the help
-
getUrl
Returns an optional URL to the homepage of the coverage tool.- Gibt zurück:
- the help
-