Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABSOLUTE_COVERAGE_TABLE_ID - Static variable in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel
- add(Value) - Method in class com.parasoft.findings.jenkins.coverage.model.Coverage
- add(Value) - Method in class com.parasoft.findings.jenkins.coverage.model.FractionValue
- add(Value) - Method in class com.parasoft.findings.jenkins.coverage.model.IntegerValue
- add(Value) - Method in class com.parasoft.findings.jenkins.coverage.model.Value
-
Add the coverage from the specified instance to the coverage of this instance.
- add(Fraction) - Method in class com.parasoft.findings.jenkins.coverage.model.SafeFraction
-
Adds the value of another fraction to the value of this one, returning the result in reduced form.
- addAliases() - Static method in class com.parasoft.findings.jenkins.tool.ParasoftTool.Descriptor
- addAllChildren(Collection<? extends Node>) - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Adds alls given nodes as children to the current node.
- addAllValues(Collection<? extends Value>) - Method in class com.parasoft.findings.jenkins.coverage.model.Node
- addChild(Node) - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Appends the specified child element to the list of children.
- addCounters(int, int, int) - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Add the coverage counters for the specified line.
- addIndirectCoverageChange(int, int) - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Adds an indirect coverage change for a specific line.
- addModifiedLines(int...) - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Marks the specified lines as being modified.
- addMutation(Mutation) - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Adds a mutation to the method.
- addNewFilteredLog(String) - Method in class com.parasoft.findings.jenkins.util.FilteredLogChain
- addSource(String) - Method in class com.parasoft.findings.jenkins.coverage.model.ModuleNode
-
Appends the specified source to the list of sources.
- addValue(Value) - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Appends the specified value to the list of values.
- AGE_COLUMN_HEADER() - Static method in class com.parasoft.findings.jenkins.tool.Messages
-
Key
AGE_COLUMN_HEADER
:Age
. - aggregateValues() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Aggregates all values that are part of the subtree that is spanned by this node.
- All_Branches_Covered() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.source.Messages
-
Key
All.Branches.Covered
:All branches covered
. - ANALYZER_KEY - Static variable in class com.parasoft.findings.jenkins.parser.ParasoftIssueAdditionalProperties
- attachChangedCodeLines(Node, Map<String, FileChanges>) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.FileChangesProcessor
-
Attaches the changed code lines to the file nodes of the coverage tree.
- AUTHOR_COLUMN_HEADER() - Static method in class com.parasoft.findings.jenkins.tool.Messages
-
Key
AUTHOR_COLUMN_HEADER
:Author
. - AUTHOR_KEY - Static variable in class com.parasoft.findings.jenkins.parser.ParasoftIssueAdditionalProperties
- AVERAGE - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorId
B
- BAD - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorId
- Baseline - Enum in com.parasoft.findings.jenkins.coverage.api.metrics.model
-
The baseline for the code coverage computation.
- Baseline_MODIFIED_LINES() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Baseline.MODIFIED_LINES
:Modified code lines
. - Baseline_PROJECT() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Baseline.PROJECT
:Overall project
. - BLACK - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorId
- BLACK - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorPalette
- BLACK - Static variable in class com.parasoft.findings.jenkins.html.Colors
- blendColors(Color, Color) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorProvider
-
Blends two colors.
- blendWeightedColors(Color, Color, double, double) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorProvider
-
Blends two colors using weights that have to be greater then zero.
- BLUE - Static variable in class com.parasoft.findings.jenkins.html.Colors
- BOLD_END_TAG - Static variable in interface com.parasoft.findings.jenkins.html.IHtmlTags
- BOLD_START_TAG - Static variable in interface com.parasoft.findings.jenkins.html.IHtmlTags
- BRANCH - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.Metric
- BREAK_LINE_TAG - Static variable in interface com.parasoft.findings.jenkins.html.IHtmlTags
- build() - Method in class com.parasoft.findings.jenkins.coverage.model.Coverage.CoverageBuilder
-
Creates the new
Coverage
instance. - build() - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation.MutationBuilder
- buildAndAddToModule(ModuleNode, TreeStringBuilder) - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation.MutationBuilder
-
Builds a new mutation and adds it to the root of the tree.
C
- calculateModifiedLinesCoverageSourceCode(String, FileNode) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.source.SourceCodeFacade
-
Filters the sourcecode coverage highlighting for analyzing the modified lines coverage only.
- canRead(File, String, String) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.source.SourceCodeFacade
-
Returns whether the source code is available for the specified source file.
- canScanConsoleLog() - Method in class com.parasoft.findings.jenkins.tool.ParasoftTool.Descriptor
- CATEGORY_COLUMN_HEADER() - Static method in class com.parasoft.findings.jenkins.tool.Messages
-
Key
CATEGORY_COLUMN_HEADER
:Category
. - CAUSE_KEY - Static variable in class com.parasoft.findings.jenkins.parser.FlowIssueAdditionalProperties
- checkVariableNotation() - Method in class com.parasoft.findings.jenkins.internal.variables.VariablePatternVerifier
- CHILDREN_KEY - Static variable in class com.parasoft.findings.jenkins.parser.DupIssueAdditionalProperties
- CHILDREN_KEY - Static variable in class com.parasoft.findings.jenkins.parser.FlowIssueAdditionalProperties
- CLASS - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.Metric
- ClassNode - Class in com.parasoft.findings.jenkins.coverage.model
-
A
Node
for a specific class. - ClassNode(String) - Constructor for class com.parasoft.findings.jenkins.coverage.model.ClassNode
-
Creates a new
ClassNode
with the given name. - COBERTURA - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageTool.Parser
- COBERTURA - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.registry.ParserRegistry.CoverageParserType
- CoberturaParser - Class in com.parasoft.findings.jenkins.coverage.model.parser
-
Parses Cobertura report formats into a hierarchical Java Object Model.
- CoberturaParser() - Constructor for class com.parasoft.findings.jenkins.coverage.model.parser.CoberturaParser
- CODE_END_TAG - Static variable in interface com.parasoft.findings.jenkins.html.IHtmlTags
- CODE_START_TAG - Static variable in interface com.parasoft.findings.jenkins.html.IHtmlTags
- colorAsRGBAHex(Color, int) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorProvider
-
Provides the RGBA hex string of the passed color.
- colorAsRGBHex(Color) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorProvider
-
Provides the RGB hex string of the passed color.
- ColorId - Enum in com.parasoft.findings.jenkins.coverage.api.metrics.color
-
Provides IDs for colors which are used within this plugin in order to separate the color palette from the logic.
- ColorProvider - Class in com.parasoft.findings.jenkins.coverage.api.metrics.color
-
Loads a color palette and provides these colors and operations on them.
- ColorProvider.DisplayColors - Class in com.parasoft.findings.jenkins.coverage.api.metrics.color
-
Wraps the fill color and the line color that should be used in order to visualize coverage values.
- ColorProviderFactory - Class in com.parasoft.findings.jenkins.coverage.api.metrics.color
-
Provides factory methods for creating different
color providers
. - Colors - Class in com.parasoft.findings.jenkins.html
- Colors() - Constructor for class com.parasoft.findings.jenkins.html.Colors
- Column_File() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Column.File
:File
. - Column_Folder() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Column_Folder
:Folder
. - Column_LineCoverage() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Column.LineCoverage
:Line
. - Column_LinesOfCode() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Column.LinesOfCode
:LOC
. - Column_Namespace() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Column_Namespace
:Namespace
. - Column_Package() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Column.Package
:Package
. - com.parasoft.findings.jenkins - package com.parasoft.findings.jenkins
- com.parasoft.findings.jenkins.coverage - package com.parasoft.findings.jenkins.coverage
- com.parasoft.findings.jenkins.coverage.api.metrics.charts - package com.parasoft.findings.jenkins.coverage.api.metrics.charts
-
Contains logic and models for visualizing code coverage charts.
- com.parasoft.findings.jenkins.coverage.api.metrics.color - package com.parasoft.findings.jenkins.coverage.api.metrics.color
-
Provides colors and operations on them to be used in order to visualize coverage.
- com.parasoft.findings.jenkins.coverage.api.metrics.model - package com.parasoft.findings.jenkins.coverage.api.metrics.model
-
Contains models to format coverages and aggregate values.
- com.parasoft.findings.jenkins.coverage.api.metrics.source - package com.parasoft.findings.jenkins.coverage.api.metrics.source
-
Contains logic and models for visualizing the colored HTML source code files.
- com.parasoft.findings.jenkins.coverage.api.metrics.steps - package com.parasoft.findings.jenkins.coverage.api.metrics.steps
-
New coverage model that tries to replace all the existing functionality with a more versatile model.
- com.parasoft.findings.jenkins.coverage.converter - package com.parasoft.findings.jenkins.coverage.converter
- com.parasoft.findings.jenkins.coverage.model - package com.parasoft.findings.jenkins.coverage.model
-
Generic coverage model to parse and collect code coverage results of different tools.
- com.parasoft.findings.jenkins.coverage.model.parser - package com.parasoft.findings.jenkins.coverage.model.parser
- com.parasoft.findings.jenkins.coverage.model.registry - package com.parasoft.findings.jenkins.coverage.model.registry
- com.parasoft.findings.jenkins.html - package com.parasoft.findings.jenkins.html
- com.parasoft.findings.jenkins.internal - package com.parasoft.findings.jenkins.internal
- com.parasoft.findings.jenkins.internal.rules - package com.parasoft.findings.jenkins.internal.rules
- com.parasoft.findings.jenkins.internal.variables - package com.parasoft.findings.jenkins.internal.variables
- com.parasoft.findings.jenkins.parser - package com.parasoft.findings.jenkins.parser
- com.parasoft.findings.jenkins.tool - package com.parasoft.findings.jenkins.tool
- com.parasoft.findings.jenkins.util - package com.parasoft.findings.jenkins.util
- com.parasoft.findings.jenkins.xunit - package com.parasoft.findings.jenkins.xunit
- COMPLEXITY - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.Metric
- COMPLEXITY_DENSITY - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.Metric
- COMPLEXITY_MAXIMUM - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.Metric
- computeDelta(FileNode) - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Computes the delta of all values between this file and the given reference file.
- computeDelta(Node) - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Computes the delta of all metrics between this node and the specified reference node as fractions.
- computeSeries(CoverageStatistics) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.charts.CoverageSeriesBuilder
- CONTAINER - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.Metric
-
Nodes that can have children.
- ContainerNode - Class in com.parasoft.findings.jenkins.coverage.model
-
A
Node
which represents the top level node in the tree. - ContainerNode(String) - Constructor for class com.parasoft.findings.jenkins.coverage.model.ContainerNode
-
Creates a new
ContainerNode
with the given name. - containsColorId(ColorId) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorProvider
-
Checks whether the provider contains
display colors
for the passed id. - containsMetric(Metric) - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Returns whether results for the specified metric are available within the tree spanned by this node.
- containsValue(Baseline, Metric) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.CoverageStatistics
-
Returns whether a value for the specified metric and baseline is available.
- containsVariables() - Method in class com.parasoft.findings.jenkins.internal.variables.VariablePatternVerifier
- ConversionException - Exception in com.parasoft.findings.jenkins.coverage.converter
- ConversionException() - Constructor for exception com.parasoft.findings.jenkins.coverage.converter.ConversionException
- ConversionException(String) - Constructor for exception com.parasoft.findings.jenkins.coverage.converter.ConversionException
- ConversionException(String, Throwable) - Constructor for exception com.parasoft.findings.jenkins.coverage.converter.ConversionException
- ConversionException(Throwable) - Constructor for exception com.parasoft.findings.jenkins.coverage.converter.ConversionException
- ConversionService - Class in com.parasoft.findings.jenkins.coverage.converter
- ConversionService() - Constructor for class com.parasoft.findings.jenkins.coverage.converter.ConversionService
- ConversionService.CoverageEntityResolver - Class in com.parasoft.findings.jenkins.coverage.converter
-
Skip DTD Entity resolution.
- convert(Iterator<IViolation>, RulesImportHandler) - Method in class com.parasoft.findings.jenkins.parser.ParasoftParser
- convert(StreamSource, File, File, Map<QName, XdmValue>) - Method in class com.parasoft.findings.jenkins.coverage.converter.ConversionService
-
Launches an XSLT conversion from a source to an OutputStream.
- convert(StreamSource, InputSource, File, Map<QName, XdmValue>) - Method in class com.parasoft.findings.jenkins.coverage.converter.ConversionService
-
Launches an XSLT conversion from a source to an OutputStream.
- copy() - Method in class com.parasoft.findings.jenkins.coverage.model.ClassNode
- copy() - Method in class com.parasoft.findings.jenkins.coverage.model.ContainerNode
- copy() - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
- copy() - Method in class com.parasoft.findings.jenkins.coverage.model.MethodNode
- copy() - Method in class com.parasoft.findings.jenkins.coverage.model.ModuleNode
- copy() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Creates a copy of this instance that has no children and no parent yet.
- copy() - Method in class com.parasoft.findings.jenkins.coverage.model.PackageNode
- copyNode() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Creates a copy of this instance that has no children and no parent yet.
- copyTree() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Creates a deep copy of the tree with this as root node.
- copyTree(Node) - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Creates a deep copy of the tree with the specified
Node
as root. - Coverage - Class in com.parasoft.findings.jenkins.coverage.model
-
Value of a code coverage metric.
- Coverage_Covered() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Coverage.Covered
:Covered
. - Coverage_Link_Name() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Coverage.Link.Name
:Coverage Report
. - Coverage_Missed() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Coverage.Missed
:Missed
. - Coverage_Not_Available() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Coverage.Not.Available
:N/A
. - Coverage_Title(Object) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.source.Messages
-
Key
Coverage.Title
:Coverage of ''{0}''
. - Coverage_Title(Object) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Coverage.Title
:Coverage of ''{0}''
. - Coverage_Trend_Default_Name() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Coverage.Trend.Default.Name
:Code Coverage Trend
. - Coverage_Trend_Name(Object) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Coverage.Trend.Name
:{0} Trend
. - Coverage.CoverageBuilder - Class in com.parasoft.findings.jenkins.coverage.model
-
Builder to create cached
Coverage
instances. - CoverageBuildAction - Class in com.parasoft.findings.jenkins.coverage.api.metrics.steps
-
Controls the life cycle of the coverage results in a job.
- CoverageBuildAction(Run<?, ?>, String, String, Node, QualityGateResult, FilteredLog, ReferenceResult) - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageBuildAction
-
Creates a new instance of
CoverageBuildAction
. - CoverageBuildAction(Run<?, ?>, String, String, Node, QualityGateResult, FilteredLog, String, List<? extends Value>, ReferenceResult) - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageBuildAction
-
Creates a new instance of
CoverageBuildAction
. - CoverageBuilder() - Constructor for class com.parasoft.findings.jenkins.coverage.model.Coverage.CoverageBuilder
-
Creates a new
Coverage.CoverageBuilder
with all properties unset. - CoverageBuilder(Coverage) - Constructor for class com.parasoft.findings.jenkins.coverage.model.Coverage.CoverageBuilder
-
Creates a new
Coverage.CoverageBuilder
with all properties set to the value of the provided existing instance. - CoverageBuilder(Metric) - Constructor for class com.parasoft.findings.jenkins.coverage.model.Coverage.CoverageBuilder
-
Creates a new
Coverage.CoverageBuilder
with the specified metric. - CoverageColorJenkinsId - Enum in com.parasoft.findings.jenkins.coverage.api.metrics.color
-
Contains color IDs which represent the keys of a JSON object that is dynamically filled with the currently set Jenkins colors.
- CoverageColorPalette - Enum in com.parasoft.findings.jenkins.coverage.api.metrics.color
-
Provides a color palette which can be used as a plugin internal fallback if no other color schemes have been defined.
- CoverageEntityResolver() - Constructor for class com.parasoft.findings.jenkins.coverage.converter.ConversionService.CoverageEntityResolver
- CoverageJobAction - Class in com.parasoft.findings.jenkins.coverage.api.metrics.steps
-
Project level action for the coverage results.
- CoverageLevel - Enum in com.parasoft.findings.jenkins.coverage.api.metrics.color
-
Provides the colorization for different coverage levels.
- CoverageMetricColumn - Class in com.parasoft.findings.jenkins.coverage.api.metrics.steps
-
Dashboard column model which represents coverage metrics of different coverage types.
- CoverageMetricColumn() - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageMetricColumn
-
Creates a new column.
- CoverageMetricColumn.CoverageMetricColumnDescriptor - Class in com.parasoft.findings.jenkins.coverage.api.metrics.steps
-
Descriptor of the column.
- CoverageMetricColumnDescriptor() - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageMetricColumn.CoverageMetricColumnDescriptor
-
Creates a new descriptor.
- CoverageParser - Class in com.parasoft.findings.jenkins.coverage.model
-
Parses a file and returns the code coverage information in a tree of
Node
instances. - CoverageParser() - Constructor for class com.parasoft.findings.jenkins.coverage.model.CoverageParser
- CoverageQualityGate - Class in com.parasoft.findings.jenkins.coverage.api.metrics.steps
-
Defines a quality gate based on a specific threshold of code coverage in the current build.
- CoverageQualityGate(double, Baseline, QualityGate.QualityGateCriticality) - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageQualityGate
-
Creates a new instance of
CoverageQualityGate
. - CoverageQualityGate.Descriptor - Class in com.parasoft.findings.jenkins.coverage.api.metrics.steps
-
Descriptor of the
CoverageQualityGate
. - CoverageReporter - Class in com.parasoft.findings.jenkins.coverage.api.metrics.steps
-
Transforms the old model to the new model and invokes all steps that work on the new model.
- CoverageReporter() - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageReporter
- CoverageReportScanner - Class in com.parasoft.findings.jenkins.coverage.api.metrics.steps
-
Scans the workspace for coverage reports that match a specified Ant file pattern and parse these files with the specified parser.
- CoverageReportScanner(String, String, boolean, CoverageTool.Parser) - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageReportScanner
-
Creates a new instance of
CoverageReportScanner
. - CoverageSeriesBuilder - Class in com.parasoft.findings.jenkins.coverage.api.metrics.charts
-
Builds one x-axis point for the series of a line chart showing the line and branch coverage of a project.
- CoverageSeriesBuilder() - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.charts.CoverageSeriesBuilder
- CoverageStatistics - Class in com.parasoft.findings.jenkins.coverage.api.metrics.model
-
Represents the different mappings of coverage metric and baseline to actual values.
- CoverageStatistics(List<? extends Value>, List<? extends Value>) - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.model.CoverageStatistics
-
Creates a new instance of
CoverageStatistics
. - CoverageTool - Class in com.parasoft.findings.jenkins.coverage.api.metrics.steps
-
A coverage tool that can produce a
coverage tree
by parsing a given report file. - CoverageTool() - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageTool
- CoverageTool.Parser - Enum in com.parasoft.findings.jenkins.coverage.api.metrics.steps
-
Supported coverage parsers.
- CoverageTrendChart - Class in com.parasoft.findings.jenkins.coverage.api.metrics.charts
-
Builds the Java side model for a trend chart showing the line and branch coverage of a project.
- CoverageTrendChart() - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.charts.CoverageTrendChart
- CoverageViewModel - Class in com.parasoft.findings.jenkins.coverage.api.metrics.steps
-
Server side model that provides the data for the details view of the coverage results.
- CoverageViewModel.CoverageOverview - Class in com.parasoft.findings.jenkins.coverage.api.metrics.steps
-
UI model for the coverage overview bar chart.
- Covered_At_Least_Once() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.source.Messages
-
Key
Covered.At.Least.Once
:Covered at least once
. - create(int) - Method in class com.parasoft.findings.jenkins.coverage.model.CyclomaticComplexity
- create(int) - Method in class com.parasoft.findings.jenkins.coverage.model.IntegerValue
- create(int) - Method in class com.parasoft.findings.jenkins.coverage.model.LinesOfCode
- create(Iterable<BuildResult<CoverageStatistics>>, ChartModelConfiguration) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.charts.CoverageTrendChart
-
Creates the chart for the specified results.
- createChartModel(String) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageJobAction
- createClassNode(String) - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Create a new class node with the given name and add it to the list of children.
- createClassNode(String) - Method in class com.parasoft.findings.jenkins.coverage.model.PackageNode
-
Create a new class node with the given name and add it to the list of children.
- createColorProvider(Map<String, String>) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorProviderFactory
-
Creates a
color provider
which uses the set Jenkins colors. - createColorSpanStartTag(String) - Static method in class com.parasoft.findings.jenkins.html.Colors
- createDefaultColorProvider() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorProviderFactory
-
Creates a
color provider
which uses the internalcolor palette
. - createEofException() - Static method in class com.parasoft.findings.jenkins.coverage.model.CoverageParser
- createFileNode(String, TreeString) - Method in class com.parasoft.findings.jenkins.coverage.model.PackageNode
-
Create a new file node with the given name and add it to the list of children.
- createMethodNode(String, String) - Method in class com.parasoft.findings.jenkins.coverage.model.ClassNode
-
Create a new method node with the given method name and signature and add it to the list of children.
- createPackageNode(String) - Method in class com.parasoft.findings.jenkins.coverage.model.ModuleNode
-
Create a new package node with the given name and add it to the list of children.
- createParser() - Method in enum com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageTool.Parser
-
Creates a new parser to read the report XML files into a Java object model of
Node
instances. - createParser() - Method in class com.parasoft.findings.jenkins.tool.ParasoftTool
- createProjectAction() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageBuildAction
- createXmlStream() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageBuildAction
- Criticality_FAILED() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Criticality.FAILED
:Set the build status to failed if the quality gate fails
. - Criticality_UNSTABLE() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Criticality.UNSTABLE
:Set the build status to unstable if the quality gate fails
. - CustomTableConfiguration - Class in com.parasoft.findings.jenkins.coverage.api.metrics.steps
- CustomTableConfiguration() - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CustomTableConfiguration
- CustomTableConfiguration.Language - Class in com.parasoft.findings.jenkins.coverage.api.metrics.steps
- CyclomaticComplexity - Class in com.parasoft.findings.jenkins.coverage.model
-
Represents the cyclomatic complexity in a particular code block.
- CyclomaticComplexity(int) - Constructor for class com.parasoft.findings.jenkins.coverage.model.CyclomaticComplexity
-
Creates a new
CyclomaticComplexity
instance with the specified complexity. - CyclomaticComplexity(int, Metric) - Constructor for class com.parasoft.findings.jenkins.coverage.model.CyclomaticComplexity
-
Creates a new
CyclomaticComplexity
instance with the specified complexity.
D
- DEFAULT_COLOR - Static variable in class com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorProvider
-
Default color that is provided if no color is found in order to guarantee a proper colorization.
- defaultPattern() - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder.ParasoftCoverageDescriptor
- defaultPattern() - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageStep.ParasoftCoverageStepDescriptor
- delta(Value) - Method in class com.parasoft.findings.jenkins.coverage.model.Coverage
- delta(Value) - Method in class com.parasoft.findings.jenkins.coverage.model.FractionValue
- delta(Value) - Method in class com.parasoft.findings.jenkins.coverage.model.IntegerValue
- delta(Value) - Method in class com.parasoft.findings.jenkins.coverage.model.Value
-
Computes the delta of this value with the specified value.
- DESCRIPTION_KEY - Static variable in class com.parasoft.findings.jenkins.parser.DupIssueAdditionalProperties
- DESCRIPTION_KEY - Static variable in class com.parasoft.findings.jenkins.parser.FlowIssueAdditionalProperties
- Descriptor() - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageQualityGate.Descriptor
-
Creates a new descriptor.
- Descriptor() - Constructor for class com.parasoft.findings.jenkins.tool.ParasoftTool.Descriptor
- DETAILS_COLUMN_HEADER() - Static method in class com.parasoft.findings.jenkins.tool.Messages
-
Key
DETAILS_COLUMN_HEADER
:Details
. - DIAMOND_SEPARATOR - Static variable in interface com.parasoft.findings.jenkins.html.IHtmlTags
- DisplayColors(Color, Color) - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorProvider.DisplayColors
-
Creates a wrapper for the colors used for displaying values.
- doCheckSourceCodeEncoding(AbstractProject<?, ?>, String) - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder.ParasoftCoverageDescriptor
- doCheckSourceCodeEncoding(AbstractProject<?, ?>, String) - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageStep.ParasoftCoverageStepDescriptor
- doFillCriticalityItems(AbstractProject<?, ?>) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageQualityGate.Descriptor
- doFillSourceCodeEncodingItems(AbstractProject<?, ?>) - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder.ParasoftCoverageDescriptor
- doFillSourceCodeEncodingItems(AbstractProject<?, ?>) - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageStep.ParasoftCoverageStepDescriptor
- doFillTypeItems(AbstractProject<?, ?>) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageQualityGate.Descriptor
-
Returns a model with all
metrics
that can be used in quality gates. - DupCodePathBuilder - Class in com.parasoft.findings.jenkins.parser
- DupCodePathBuilder(DupCodeViolation, String) - Constructor for class com.parasoft.findings.jenkins.parser.DupCodePathBuilder
- DupIssueAdditionalProperties - Class in com.parasoft.findings.jenkins.parser
- DupIssueAdditionalProperties() - Constructor for class com.parasoft.findings.jenkins.parser.DupIssueAdditionalProperties
- DupIssueAdditionalProperties(String, String, String) - Constructor for class com.parasoft.findings.jenkins.parser.DupIssueAdditionalProperties
E
- ElementFormatter - Class in com.parasoft.findings.jenkins.coverage.api.metrics.model
-
A localized formatter for coverages, metrics, baselines, etc.
- ElementFormatter() - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.model.ElementFormatter
- equals(Object) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorProvider.DisplayColors
- equals(Object) - Method in class com.parasoft.findings.jenkins.coverage.model.Coverage
- equals(Object) - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
- equals(Object) - Method in class com.parasoft.findings.jenkins.coverage.model.FractionValue
- equals(Object) - Method in class com.parasoft.findings.jenkins.coverage.model.IntegerValue
- equals(Object) - Method in class com.parasoft.findings.jenkins.coverage.model.MethodNode
- equals(Object) - Method in class com.parasoft.findings.jenkins.coverage.model.ModuleNode
- equals(Object) - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation
- equals(Object) - Method in class com.parasoft.findings.jenkins.coverage.model.Node
- equals(Object) - Method in class com.parasoft.findings.jenkins.coverage.model.Percentage
- equals(Object) - Method in class com.parasoft.findings.jenkins.coverage.model.Value
- EXCELLENT - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorId
F
- FILE - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.Metric
- FILE_COLUMN_HEADER() - Static method in class com.parasoft.findings.jenkins.tool.Messages
-
Key
FILE_COLUMN_HEADER
:File
. - FileChangesProcessor - Class in com.parasoft.findings.jenkins.coverage.api.metrics.steps
-
Calculates and attaches values to the
nodes
of the coverage tree which represent the changes concerning code and coverage. - FileChangesProcessor() - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.steps.FileChangesProcessor
- FileNode - Class in com.parasoft.findings.jenkins.coverage.model
-
A
Node
for a specific file. - FileNode(String, TreeString) - Constructor for class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Creates a new
FileNode
with the given name. - FileNode(String, String) - Constructor for class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Creates a new
FileNode
with the given name. - FilePathUtil - Class in com.parasoft.findings.jenkins.util
-
Utility class for operations related to
FilePath
. - filterByIndirectChanges() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Creates a new coverage tree that shows indirect coverage changes.
- filterByModifiedFiles() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Creates a new coverage tree that represents the modified files coverage.
- filterByModifiedLines() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Creates a new coverage tree that represents the modified lines coverage.
- FilteredLogChain - Class in com.parasoft.findings.jenkins.util
- FilteredLogChain(TaskListener) - Constructor for class com.parasoft.findings.jenkins.util.FilteredLogChain
- filterTreeByIndirectChanges() - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
- filterTreeByIndirectChanges() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
- filterTreeByModifiedFiles() - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
- filterTreeByModifiedFiles() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
- filterTreeByModifiedLines() - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
- filterTreeByModifiedLines() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
- find(Metric, String) - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Finds the metric with the given name starting from this node.
- findByHashCode(Metric, int) - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Finds the metric with the given hash code starting from this node.
- findClass(String) - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Searches for a class within this node that has the given name.
- findFile(String) - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Searches for a file within this node that has the given name.
- findMethod(String, String) - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Searches for a method within this node that has the given name and signature.
- findOrCreateClassNode(String) - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Searches for the specified class node.
- findOrCreateClassNode(String) - Method in class com.parasoft.findings.jenkins.coverage.model.PackageNode
-
Searches for the specified class node.
- findOrCreateFileNode(String, TreeString) - Method in class com.parasoft.findings.jenkins.coverage.model.PackageNode
-
Searches for the specified file node.
- findOrCreatePackageNode(String) - Method in class com.parasoft.findings.jenkins.coverage.model.ModuleNode
-
Searches for the specified package node.
- findPackage(String) - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Searches for a package within this node that has the given name.
- findValue(Metric, List<Value>) - Static method in class com.parasoft.findings.jenkins.coverage.model.Value
-
Searches for a value with the specified metric in the specified list of values.
- FlowAnalysisPathBuilder - Class in com.parasoft.findings.jenkins.parser
- FlowAnalysisPathBuilder(IFlowAnalysisViolation, String, Path) - Constructor for class com.parasoft.findings.jenkins.parser.FlowAnalysisPathBuilder
- FlowIssueAdditionalProperties - Class in com.parasoft.findings.jenkins.parser
- FlowIssueAdditionalProperties() - Constructor for class com.parasoft.findings.jenkins.parser.FlowIssueAdditionalProperties
- FlowIssueAdditionalProperties(String, String, String) - Constructor for class com.parasoft.findings.jenkins.parser.FlowIssueAdditionalProperties
- FONT_MONOSPACE_SPAN_START_TAG - Static variable in interface com.parasoft.findings.jenkins.html.IHtmlTags
- format(Value) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.ElementFormatter
-
Formats a generic value using a specific rendering method.
- format(Value, Locale) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.ElementFormatter
-
Formats a generic value using a specific rendering method.
- formatAdditionalInformation(Value) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.ElementFormatter
-
Formats additional information for a generic value using a specific rendering method.
- formatDeltaPercentage(Locale) - Method in class com.parasoft.findings.jenkins.coverage.model.Percentage
-
Formats a delta percentage to its plain text representation with a leading sign and rounds the value to two decimals.
- formatDetailedValueWithMetric(Value) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.ElementFormatter
-
Returns a formatted and localized String representation of the specified value prefixed with the metric name.
- formatDetails(Value, Locale) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.ElementFormatter
-
Formats a generic value using a specific rendering method.
- formatPercentage(Coverage, Locale) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.ElementFormatter
-
Formats a coverage as a percentage number.
- formatPercentage(Locale) - Method in class com.parasoft.findings.jenkins.coverage.model.Percentage
-
Formats a percentage to plain text and rounds the value to two decimals.
- formatValue(Baseline, Metric) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageBuildAction
-
Returns a formatted and localized String representation of the value for the specified metric (with respect to the given baseline).
- formatValue(Value) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.ElementFormatter
-
Returns a formatted and localized String representation of the specified value (without metric).
- formatValueWithMetric(Value) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.ElementFormatter
-
Returns a formatted and localized String representation of the specified value prefixed with the metric name.
- FractionValue - Class in com.parasoft.findings.jenkins.coverage.model
-
Represents the value of a rational number based metric.
- FractionValue(Metric, int, int) - Constructor for class com.parasoft.findings.jenkins.coverage.model.FractionValue
-
Creates a new
FractionValue
from the specified counters for the given metric. - FractionValue(Metric, Fraction) - Constructor for class com.parasoft.findings.jenkins.coverage.model.FractionValue
-
Creates a new
FractionValue
with the specified value for the given metric. - fromTag(String) - Static method in enum com.parasoft.findings.jenkins.coverage.model.Metric
-
Returns the metric that belongs to the specified tag.
G
- getAll() - Static method in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorJenkinsId
- getAll(Metric) - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Returns recursively all nodes for the specified metric type.
- getAllFileNodes() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
- getAllMethodNodes() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
- getAllValues(Baseline) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageBuildAction
-
Returns all available values for the specified baseline.
- getAnalyzer() - Method in class com.parasoft.findings.jenkins.parser.ParasoftIssueAdditionalProperties
- getAuthor() - Method in class com.parasoft.findings.jenkins.internal.ResultAdditionalAttributes
- getAuthor() - Method in class com.parasoft.findings.jenkins.parser.ParasoftIssueAdditionalProperties
- getAuthor() - Method in class com.parasoft.findings.jenkins.tool.ParasoftTableModel.ParasoftTableRow
- getBackgroundColorFillPercentage(Value) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.ElementFormatter
-
Returns the fill percentage for the specified value.
- getBackgroundColorFillPercentage(String) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.ElementFormatter
-
Transforms percentages with a ',' decimal separator to a representation using a '.' in order to use the percentage for styling HTML tags.
- getBackgroundColorFillPercentage(String) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageMetricColumn
-
Transforms percentages with a ',' decimal separator to a representation using a '.' in order to use the percentage for styling HTML tags.
- getBlendedDisplayColors(double, double, ColorId, ColorId) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorProvider
-
Gets the blended
display colors
in dependence of the passed weights for each colors. - getBuildResultBaseName() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageBuildAction
- getCallHierarchy(FileNameRenderer) - Method in class com.parasoft.findings.jenkins.parser.DupIssueAdditionalProperties
- getCallHierarchy(FileNameRenderer) - Method in class com.parasoft.findings.jenkins.parser.FlowIssueAdditionalProperties
- getCategory() - Method in class com.parasoft.findings.jenkins.tool.ParasoftTableModel.ParasoftTableRow
- getCause() - Method in class com.parasoft.findings.jenkins.parser.FlowIssueAdditionalProperties
- getChildren() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
- getChildren() - Method in class com.parasoft.findings.jenkins.parser.DupIssueAdditionalProperties
- getChildren() - Method in class com.parasoft.findings.jenkins.parser.FlowIssueAdditionalProperties
- getCoberturaPattern() - Method in class com.parasoft.findings.jenkins.coverage.ProcessedFileResult
- getColorId() - Method in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorPalette
- getColorizationId() - Method in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageLevel
- getColumnName() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageMetricColumn
- getColumns() - Method in class com.parasoft.findings.jenkins.tool.ParasoftTableModel
- getConfiguration() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CustomTableConfiguration
-
Get the configuration as JSON.
- getCounters() - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
- getCoverageBuildAction() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.ReferenceBuildActionResult
- getCoverageCoveredText() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel.CoverageOverview
- getCoverageMetrics() - Static method in enum com.parasoft.findings.jenkins.coverage.model.Metric
- getCoverageMissedText() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel.CoverageOverview
- getCoverageQualityGates() - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder
- getCoverageQualityGates() - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageStep
- getCoverageText(Job<?, ?>) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageMetricColumn
-
Provides a text which represents the coverage percentage of the selected coverage type and metric.
- getCoverageValue(Job<?, ?>) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageMetricColumn
-
Provides the coverage value of the selected coverage type and metric.
- getCovered() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel.CoverageOverview
- getCovered() - Method in class com.parasoft.findings.jenkins.coverage.model.Coverage
-
Returns the number of covered items.
- getCoveredAndModifiedLines() - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Returns the lines with code coverage that also have been modified.
- getCoveredCounters() - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
- getCoveredOfLine(int) - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Returns the number of covered items for the specified line.
- getCoveredPercentage() - Method in class com.parasoft.findings.jenkins.coverage.model.Coverage
-
Returns the percentage of covered items.
- getCoveredPercentages() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel.CoverageOverview
- getCriticalityItems() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.ElementFormatter
- getDefaultPattern() - Method in enum com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageTool.Parser
- getDelta(Metric) - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Returns the delta for the specified metric.
- getDescription() - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation
- getDescription() - Method in class com.parasoft.findings.jenkins.parser.DupIssueAdditionalProperties
- getDescription() - Method in class com.parasoft.findings.jenkins.parser.FlowIssueAdditionalProperties
- getDescription() - Method in class com.parasoft.findings.jenkins.tool.ParasoftTableModel.ParasoftTableRow
- getDescriptor() - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder
- getDisplayColors(double, ColorProvider) - Method in enum com.parasoft.findings.jenkins.coverage.api.metrics.model.Baseline
-
Returns the display colors to use render a value of this baseline.
- getDisplayColors(Baseline, Value) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.ElementFormatter
-
Provides the colors to render a given coverage percentage.
- getDisplayColors(Job<?, ?>, Optional<? extends Value>) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageMetricColumn
-
Provides the line color for representing the passed coverage value.
- getDisplayColorsOf(ColorId) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorProvider
-
Returns the
display colors
for the passed id. - getDisplayColorsOfCoverageLevel(double, ColorProvider) - Static method in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageLevel
-
Gets the
display colors
for representing the passed coverage amount. - getDisplayName() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.source.SourceViewModel
- getDisplayName() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageBuildAction
- getDisplayName() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageJobAction
- getDisplayName() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageMetricColumn.CoverageMetricColumnDescriptor
- getDisplayName() - Method in enum com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageTool.Parser
- getDisplayName() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel
- getDisplayName() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.MessagesViewModel
- getDisplayName() - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder.ParasoftCoverageDescriptor
- getDisplayName() - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageStep.ParasoftCoverageStepDescriptor
- getDisplayName() - Method in class com.parasoft.findings.jenkins.tool.ParasoftTool.Descriptor
- getDisplayName(Baseline) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.ElementFormatter
-
Returns a localized human-readable name for the specified baseline.
- getDisplayName(Metric) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.ElementFormatter
-
Returns a localized human-readable name for the specified metric.
- getDisplayName(QualityGate.QualityGateCriticality) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.ElementFormatter
- getDynamic(String, StaplerRequest, StaplerResponse) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel
-
Returns a new sub-page for the selected link.
- getErrorMessages() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.MessagesViewModel
- getFiles() - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
- getFiles() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Returns the file names that are contained within the subtree of this node.
- getFillColor() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorProvider.DisplayColors
- getFillColor() - Method in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorPalette
- getFillColorAsRGBAHex(int) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorProvider.DisplayColors
-
Gets the fill color with the passed alpha value.
- getFillColorAsRGBHex() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorProvider.DisplayColors
- getFormatter() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageBuildAction
- getFraction() - Method in class com.parasoft.findings.jenkins.coverage.model.FractionValue
- getFunctionName() - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageStep.ParasoftCoverageStepDescriptor
- getGeneratedCoverageBuildDir() - Method in class com.parasoft.findings.jenkins.coverage.ProcessedFileResult
- getIcon() - Method in enum com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageTool.Parser
- getIconFileName() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageBuildAction
- getIconFileName() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageJobAction
- getId() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel
- getId() - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder
- getId() - Method in class com.parasoft.findings.jenkins.tool.ParasoftTableModel
- getIndirectCoverageChanges() - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
- getInfoMessages() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.MessagesViewModel
- getInputXsdNameList() - Method in class com.parasoft.findings.jenkins.xunit.ParasoftInputMetric
- getInputXsdNameList() - Method in class com.parasoft.findings.jenkins.xunit.ParasoftSOAtest9xInputMetric
- getIntegerValueOf(StartElement, QName) - Static method in class com.parasoft.findings.jenkins.coverage.model.CoverageParser
- getIssuesModel(Run<?, ?>, String, Report) - Method in class com.parasoft.findings.jenkins.tool.ParasoftTool.LabelProvider
- getItems() - Method in class com.parasoft.findings.jenkins.coverage.model.Percentage
- getJenkinsColorId() - Method in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorJenkinsId
- getJenkinsColorIDs() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel
-
Gets a set of color IDs which can be used to dynamically load the defined Jenkins colors.
- getKillingTest() - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation
- getLabel(Metric, String) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.ElementFormatter
-
Returns a localized human-readable label for the specified metric.
- getLabelProvider() - Method in class com.parasoft.findings.jenkins.tool.ParasoftTool.Descriptor
- getLargeIconUrl() - Method in class com.parasoft.findings.jenkins.tool.ParasoftTool.LabelProvider
- getLatestAction() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageJobAction
- getLevel() - Method in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageLevel
- getLine() - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation
- getLineColor() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorProvider.DisplayColors
- getLineColor() - Method in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorPalette
- getLineColorAsRGBHex() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorProvider.DisplayColors
- getLineNumber() - Method in class com.parasoft.findings.jenkins.coverage.model.MethodNode
- getLinesWithCoverage() - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
- getLocalSettingsPath() - Method in class com.parasoft.findings.jenkins.tool.ParasoftTool
- getLog() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageBuildAction
- getLogHandler() - Method in class com.parasoft.findings.jenkins.util.FilteredLogChain
- getMethod() - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation
- getMetric() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageQualityGate
- getMetric() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
- getMetric() - Method in class com.parasoft.findings.jenkins.coverage.model.Value
- getMetrics() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel.CoverageOverview
- getMetrics() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Returns the available metrics for the whole tree starting with this node.
- getMissed() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel.CoverageOverview
- getMissed() - Method in class com.parasoft.findings.jenkins.coverage.model.Coverage
-
Returns the number of missed items.
- getMissedCounters() - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
- getMissedLines() - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Returns the lines that have no line coverage.
- getMissedOfLine(int) - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Returns the number of missed items for the specified line.
- getMissedPercentages() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel.CoverageOverview
- getModifiedLines() - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
- getMutatedClass() - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation
- getMutations() - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
- getMutationsPerLine() - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Returns the lines that contain mutations.
- getMutator() - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation
- getName() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageQualityGate
-
Returns a human-readable name of the quality gate.
- getName() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
- getName() - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder
- getNode() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.source.SourceViewModel
- getNode() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel
- getOptionalValueOf(StartElement, QName) - Static method in class com.parasoft.findings.jenkins.coverage.model.CoverageParser
- getOutputFormatType() - Method in class com.parasoft.findings.jenkins.xunit.ParasoftInputMetric
- getOutputFormatType() - Method in class com.parasoft.findings.jenkins.xunit.ParasoftSOAtest9xInputMetric
- getOverview() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel
- getOwner() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.source.SourceViewModel
- getOwner() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel
- getOwner() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.MessagesViewModel
- getPackageName() - Method in class com.parasoft.findings.jenkins.tool.ParasoftTableModel.ParasoftTableRow
- getParasoftToolName() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
- getParent() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Returns the parent node.
- getParentName() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Returns the name of the parent element or
Node.ROOT
if there is no such element. - getParser(ParserRegistry.CoverageParserType) - Method in class com.parasoft.findings.jenkins.coverage.model.registry.ParserRegistry
-
Returns the parser for the specified name.
- getParser(String) - Method in class com.parasoft.findings.jenkins.coverage.model.registry.ParserRegistry
-
Returns the parser for the specified name.
- getPartiallyCoveredLines() - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Returns the lines that have a branch coverage less than 100%.
- getPath() - Method in class com.parasoft.findings.jenkins.parser.DupCodePathBuilder
- getPath() - Method in class com.parasoft.findings.jenkins.parser.FlowAnalysisPathBuilder
- getPattern() - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder
- getPattern() - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageStep
- getPattern() - Method in class com.parasoft.findings.jenkins.tool.ParasoftTool.Descriptor
- getPoint() - Method in class com.parasoft.findings.jenkins.parser.FlowIssueAdditionalProperties
- getProject() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageJobAction
- getProjectBaseline() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageBuildAction
-
Returns the supported baselines.
- getProperties() - Method in class com.parasoft.findings.jenkins.parser.ParasoftParser
- getQualityGateResult() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageBuildAction
- getReferenceBuild() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.ReferenceResult
- getReferenceBuild() - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder
- getReferenceBuild() - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageStep
- getReferenceBuildLink() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageBuildAction
-
Renders the reference build as HTML-link.
- getReferenceBuildWarningMessage() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageBuildAction
- getReferenceJob() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.ReferenceResult
- getReferenceJob() - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder
- getReferenceJob() - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageStep
- getReferenceResult() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.ReferenceBuildActionResult
- getRelativeCoverageUrl(Job<?, ?>) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageMetricColumn
-
Provides the relative URL which can be used for accessing the coverage report.
- getRelativePath() - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Returns the relative path of the file.
- getRequiredContext() - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageStep.ParasoftCoverageStepDescriptor
- getRequiredMonitorService() - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder
- getResolvableVariables() - Static method in class com.parasoft.findings.jenkins.internal.variables.JenkinsVariablesResolver
- getRevision() - Method in class com.parasoft.findings.jenkins.internal.ResultAdditionalAttributes
- getRevision() - Method in class com.parasoft.findings.jenkins.parser.ParasoftIssueAdditionalProperties
- getRevision() - Method in class com.parasoft.findings.jenkins.tool.ParasoftTableModel.ParasoftTableRow
- getRow(Issue) - Method in class com.parasoft.findings.jenkins.tool.ParasoftTableModel
- getRuleCategory() - Method in class com.parasoft.findings.jenkins.internal.ResultAdditionalAttributes
- getRuleDoc(String, String) - Method in class com.parasoft.findings.jenkins.internal.rules.RuleDocumentationReader
- getRuleDocKey(String, String) - Static method in class com.parasoft.findings.jenkins.internal.rules.RuleDocumentationReader
- getRuleDocRelativePath(String, String, String) - Static method in class com.parasoft.findings.jenkins.internal.rules.RuleDocumentationReader
- getRuleTitle() - Method in class com.parasoft.findings.jenkins.internal.ResultAdditionalAttributes
- getSearchUrl() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageJobAction
- getSeverity() - Method in class com.parasoft.findings.jenkins.internal.ResultAdditionalAttributes
- getSeverity() - Method in class com.parasoft.findings.jenkins.tool.ParasoftTableModel.ParasoftTableRow
- getSignature() - Method in class com.parasoft.findings.jenkins.coverage.model.MethodNode
- getSignature() - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation
- getSmallIconUrl() - Method in class com.parasoft.findings.jenkins.tool.ParasoftTool.LabelProvider
- getSourceCode(String, String) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel
-
Gets the source code of the file which is represented by the passed hash code.
- getSourceCodeDescription(Run<?, ?>, Issue) - Method in class com.parasoft.findings.jenkins.tool.ParasoftTool.LabelProvider
- getSourceCodeEncoding() - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder
- getSourceCodeEncoding() - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageStep
- getSourceFileContent() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.source.SourceViewModel
-
Returns the source file rendered in HTML.
- getSourceFolders() - Method in class com.parasoft.findings.jenkins.coverage.model.ModuleNode
- getSourceFolders() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Returns a collection of source folders that contain the source code files of all
file nodes
. - getStatistics() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageBuildAction
- getStatus() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.ReferenceResult
- getStatus() - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation
- getSurvivedMutationsPerLine() - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Returns the lines that contain survived mutations.
- getTableId() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.source.SourceViewModel
- getTableModel(String) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel
-
Returns the table model that matches with the passed table ID and shows the files along with the branch and line coverage.
- getTarget() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageBuildAction
- getTendency() - Method in enum com.parasoft.findings.jenkins.coverage.model.Metric
- getTitle() - Method in enum com.parasoft.findings.jenkins.coverage.api.metrics.model.Baseline
- getTitle(Baseline) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageBuildAction
-
Returns the title text for the specified baseline.
- getToolName() - Method in class com.parasoft.findings.jenkins.xunit.ParasoftInputMetric
- getToolName() - Method in class com.parasoft.findings.jenkins.xunit.ParasoftSOAtest9xInputMetric
- getToolType() - Method in class com.parasoft.findings.jenkins.xunit.ParasoftInputMetric
- getToolType() - Method in class com.parasoft.findings.jenkins.xunit.ParasoftSOAtest9xInputMetric
- getToolVersion() - Method in class com.parasoft.findings.jenkins.xunit.ParasoftInputMetric
- getToolVersion() - Method in class com.parasoft.findings.jenkins.xunit.ParasoftSOAtest9xInputMetric
- getTotal() - Method in class com.parasoft.findings.jenkins.coverage.model.Coverage
- getTotal() - Method in class com.parasoft.findings.jenkins.coverage.model.Percentage
- getTreeStringBuilder() - Method in class com.parasoft.findings.jenkins.coverage.model.CoverageParser
- getTrendChart(String) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel
-
Returns the trend chart configuration.
- getTrendName() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageJobAction
-
Returns a label for the trend chart.
- getType() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageQualityGate
- getType() - Method in class com.parasoft.findings.jenkins.tool.ParasoftTableModel.ParasoftTableRow
- getTypedValue(Metric, T) - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Returns the value for the specified metric.
- getTypeItems() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.ElementFormatter
-
Returns all available baselines as a
ListBoxModel
. - getUrl() - Method in enum com.parasoft.findings.jenkins.coverage.api.metrics.model.Baseline
- getUrl() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CustomTableConfiguration.Language
- getUrl() - Method in class com.parasoft.findings.jenkins.tool.ParasoftTool.Descriptor
- getUrlForBuild(String, String) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel
-
Returns the URL for coverage results of the selected build.
- getUrlName() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageBuildAction
- getUrlName() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageJobAction
- getValue() - Method in class com.parasoft.findings.jenkins.coverage.model.IntegerValue
-
Returns the value of this metric.
- getValue(Baseline, Metric) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.CoverageStatistics
-
Returns the value for the specified baseline and metric.
- getValue(Metric) - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Returns the value for the specified metric.
- getValue(Metric, List<Value>) - Static method in class com.parasoft.findings.jenkins.coverage.model.Value
-
Searches for a value with the specified metric in the specified list of values.
- getValueFor(Node) - Method in enum com.parasoft.findings.jenkins.coverage.model.Metric
-
Returns the aggregated value of this metric for the specified tree of nodes.
- getValueForMetric(Baseline, Metric) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageBuildAction
-
Returns the value for the specified metric, if available.
- getValueMetrics() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Returns the available metrics for the whole tree starting with this node.
- getValueOf(StartElement, QName) - Static method in class com.parasoft.findings.jenkins.coverage.model.CoverageParser
- getValues() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
- getValues(Baseline) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageBuildAction
-
Returns all important values for the specified baseline.
- getXslName() - Method in class com.parasoft.findings.jenkins.xunit.ParasoftInputMetric
- getXslName() - Method in class com.parasoft.findings.jenkins.xunit.ParasoftSOAtest9xInputMetric
- GOOD - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorId
- GRAY - Static variable in class com.parasoft.findings.jenkins.html.Colors
- GREEN - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorJenkinsId
- GREEN - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorPalette
- GREEN - Static variable in class com.parasoft.findings.jenkins.html.Colors
H
- hasBaselineResult(Baseline) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageBuildAction
-
Returns whether a delta metric for the specified metric exists.
- hasChildren() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Returns whether this node has children or not.
- hasCoverageForLine(int) - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Returns whether this file has a coverage result for the specified line.
- hasCoveredAndModifiedLines() - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Returns whether this file has lines with code coverage that also have been modified.
- hasDelta(Metric) - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Returns whether this file has a delta result for the specified metric.
- hasErrors() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.MessagesViewModel
- hashCode() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorProvider.DisplayColors
- hashCode() - Method in class com.parasoft.findings.jenkins.coverage.model.Coverage
- hashCode() - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
- hashCode() - Method in class com.parasoft.findings.jenkins.coverage.model.FractionValue
- hashCode() - Method in class com.parasoft.findings.jenkins.coverage.model.IntegerValue
- hashCode() - Method in class com.parasoft.findings.jenkins.coverage.model.MethodNode
- hashCode() - Method in class com.parasoft.findings.jenkins.coverage.model.ModuleNode
- hashCode() - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation
- hashCode() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
- hashCode() - Method in class com.parasoft.findings.jenkins.coverage.model.Percentage
- hashCode() - Method in class com.parasoft.findings.jenkins.coverage.model.Value
- hasIndirectCoverageChanges() - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Returns whether the coverage of this node is affected indirectly by the tests in the change set.
- hasModifiedLine(int) - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Returns whether this file has been modified at the specified line.
- hasModifiedLines() - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Returns whether this file has been modified in the active change set.
- hasModifiedLines() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Checks whether code any changes have been detected no matter if the code coverage is affected or not.
- hasModifiedLinesCoverage() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel
-
Checks whether modified lines coverage exists.
- hasParent() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Returns whether this node has a parent node.
- hasSameMetric(Value) - Method in class com.parasoft.findings.jenkins.coverage.model.Value
-
Returns whether this value has the same metric as the specified value.
- hasSourceCode() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel
-
Checks whether source files are stored.
- hasStoredSourceCode(File, String) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.source.SourceCodeFacade
-
Checks whether any source files has been stored.
- hasSurvived() - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation
-
Returns if the mutation has survived.
- hasValidLineNumber() - Method in class com.parasoft.findings.jenkins.coverage.model.MethodNode
-
Checks whether the line number is valid.
- HEADER_END_TAG - Static variable in interface com.parasoft.findings.jenkins.html.IHtmlTags
- HEADER_START_TAG - Static variable in interface com.parasoft.findings.jenkins.html.IHtmlTags
I
- IHtmlTags - Interface in com.parasoft.findings.jenkins.html
- INADEQUATE - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorId
- incrementCovered() - Method in class com.parasoft.findings.jenkins.coverage.model.Coverage.CoverageBuilder
-
Increments the number of covered items by 1.
- incrementMissed() - Method in class com.parasoft.findings.jenkins.coverage.model.Coverage.CoverageBuilder
-
Increments the number of missed items by 1.
- INSTRUCTION - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.Metric
- INSUFFICIENT - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorId
- IntegerValue - Class in com.parasoft.findings.jenkins.coverage.model
-
Represents the value of an integer based metric.
- isAbsolute(FilePath) - Static method in class com.parasoft.findings.jenkins.util.FilePathUtil
- isApplicable(Class<? extends AbstractProject>) - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder.ParasoftCoverageDescriptor
- isContainer() - Method in enum com.parasoft.findings.jenkins.coverage.model.Metric
-
Returns if a given metric is a node metric.
- isCovered() - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation
- isCovered() - Method in enum com.parasoft.findings.jenkins.coverage.model.MutationStatus
- isDetected() - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation
- isDetected() - Method in enum com.parasoft.findings.jenkins.coverage.model.MutationStatus
- isEmpty() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
- isKilled() - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation
-
Returns if the mutation was killed.
- isMissed() - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation
- isMissed() - Method in enum com.parasoft.findings.jenkins.coverage.model.MutationStatus
- isNotDetected() - Method in enum com.parasoft.findings.jenkins.coverage.model.MutationStatus
- isOutOfValidRange(double) - Method in class com.parasoft.findings.jenkins.coverage.model.Coverage
-
Returns whether this coverage percentage is below the given threshold.
- isOutOfValidRange(double) - Method in class com.parasoft.findings.jenkins.coverage.model.FractionValue
-
Returns whether this fraction is out of the valid range.
- isOutOfValidRange(double) - Method in class com.parasoft.findings.jenkins.coverage.model.IntegerValue
-
Returns whether this integer value is larger than the given threshold.
- isOutOfValidRange(double) - Method in class com.parasoft.findings.jenkins.coverage.model.Value
-
Returns whether this value if within the specified threshold (given as double value).
- isRoot() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Returns whether this node is the root of the tree.
- isSet() - Method in class com.parasoft.findings.jenkins.coverage.model.Coverage
- isSourceFileAvailable() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.source.SourceViewModel
-
Returns whether the source file is available in Jenkins build folder.
- isSourceFileAvailable(FileNode) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel
-
Returns whether the source file is available in Jenkins build folder.
- isSuppressed() - Method in class com.parasoft.findings.jenkins.internal.ResultAdditionalAttributes
- isValid() - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation
- ITALIC_END_TAG - Static variable in interface com.parasoft.findings.jenkins.html.IHtmlTags
- ITALIC_START_TAG - Static variable in interface com.parasoft.findings.jenkins.html.IHtmlTags
J
- JACOCO - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.registry.ParserRegistry.CoverageParserType
- JacocoParser - Class in com.parasoft.findings.jenkins.coverage.model.parser
-
A parser which parses reports made by Jacoco into a Java Object Model.
- JacocoParser() - Constructor for class com.parasoft.findings.jenkins.coverage.model.parser.JacocoParser
- JenkinsRulesUtil - Class in com.parasoft.findings.jenkins.internal.rules
-
Utility class for operations related to rules.
- JenkinsRulesUtil() - Constructor for class com.parasoft.findings.jenkins.internal.rules.JenkinsRulesUtil
- JenkinsVariablesResolver - Class in com.parasoft.findings.jenkins.internal.variables
-
Resolver impl for jenkins variables in jenkins notation.
- JenkinsVariablesResolver(Map<String, String>) - Constructor for class com.parasoft.findings.jenkins.internal.variables.JenkinsVariablesResolver
K
- KILLED - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.MutationStatus
L
- language(String) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CustomTableConfiguration
- Language(String) - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CustomTableConfiguration.Language
- LARGER_IS_BETTER - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.Metric.MetricTendency
-
Larger values will indicate better results.
- LIGHT_GREEN - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorJenkinsId
- LIGHT_GREEN - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorPalette
- LIGHT_ORANGE - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorJenkinsId
- LIGHT_ORANGE - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorPalette
- LIGHT_RED - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorJenkinsId
- LIGHT_RED - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorPalette
- LIGHT_YELLOW - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorJenkinsId
- LIGHT_YELLOW - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorPalette
- LINE - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.Metric
-
Coverage values without children.
- LinesOfCode - Class in com.parasoft.findings.jenkins.coverage.model
-
Represents the lines of code in a particular code block.
- LinesOfCode(int) - Constructor for class com.parasoft.findings.jenkins.coverage.model.LinesOfCode
-
Creates a new
LinesOfCode
instance with the specified lines of code. - LIST_ELEM_END_TAG - Static variable in interface com.parasoft.findings.jenkins.html.IHtmlTags
- LIST_ELEM_START_TAG - Static variable in interface com.parasoft.findings.jenkins.html.IHtmlTags
- LIST_END_TAG - Static variable in interface com.parasoft.findings.jenkins.html.IHtmlTags
- LIST_START_TAG - Static variable in interface com.parasoft.findings.jenkins.html.IHtmlTags
- loadConfiguration() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CustomTableConfiguration
- loadProperties(FilePath) - Static method in class com.parasoft.findings.jenkins.util.FilePathUtil
- loadSettings(FilePath, String) - Static method in class com.parasoft.findings.jenkins.internal.rules.JenkinsRulesUtil
-
Loads settings from remote workspace location
- LOC - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.Metric
- LocalizableString - Class in com.parasoft.findings.jenkins
- LocalizableString(String) - Constructor for class com.parasoft.findings.jenkins.LocalizableString
- LocalizableString(ResourceBundleHolder, String, Object...) - Constructor for class com.parasoft.findings.jenkins.LocalizableString
- LVL_0 - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageLevel
- LVL_50 - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageLevel
- LVL_60 - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageLevel
- LVL_70 - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageLevel
- LVL_75 - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageLevel
- LVL_80 - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageLevel
- LVL_90 - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageLevel
- LVL_95 - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageLevel
M
- matches(Metric, int) - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
- matches(Metric, int) - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Returns whether this node matches the specified metric and name.
- matches(Metric, String) - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
- matches(Metric, String) - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Returns whether this node matches the specified metric and name.
- max(Value) - Method in class com.parasoft.findings.jenkins.coverage.model.Coverage
- max(Value) - Method in class com.parasoft.findings.jenkins.coverage.model.FractionValue
- max(Value) - Method in class com.parasoft.findings.jenkins.coverage.model.IntegerValue
- max(Value) - Method in class com.parasoft.findings.jenkins.coverage.model.Value
-
Merge this coverage with the specified coverage.
- MEMORY_ERROR - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.MutationStatus
- merge(Node) - Method in class com.parasoft.findings.jenkins.coverage.model.Node
- merge(List<? extends Node>) - Static method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Creates a new tree of merged
nodes
if all nodes have the same name and metric. - mergeAllLogs() - Method in class com.parasoft.findings.jenkins.util.FilteredLogChain
- Messages - Class in com.parasoft.findings.jenkins.coverage.api.metrics.model
-
Generated localization support class.
- Messages - Class in com.parasoft.findings.jenkins.coverage.api.metrics.source
-
Generated localization support class.
- Messages - Class in com.parasoft.findings.jenkins.coverage.api.metrics.steps
-
Generated localization support class.
- Messages - Class in com.parasoft.findings.jenkins.coverage
-
Generated localization support class.
- Messages - Class in com.parasoft.findings.jenkins.tool
-
Generated localization support class.
- Messages() - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
- Messages() - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.source.Messages
- Messages() - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
- Messages() - Constructor for class com.parasoft.findings.jenkins.coverage.Messages
- Messages() - Constructor for class com.parasoft.findings.jenkins.tool.Messages
- MessagesViewModel - Class in com.parasoft.findings.jenkins.coverage.api.metrics.steps
- MessagesViewModel(Run<?, ?>, String, List<String>) - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.steps.MessagesViewModel
- MessagesViewModel(Run<?, ?>, String, List<String>, List<String>) - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.steps.MessagesViewModel
- MessagesViewModel_Title() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
MessagesViewModel.Title
:Code Coverage - Messages
. - METHOD - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.Metric
- MethodNode - Class in com.parasoft.findings.jenkins.coverage.model
-
A
Node
for a specific method. - MethodNode(String, String) - Constructor for class com.parasoft.findings.jenkins.coverage.model.MethodNode
-
Creates a new method node with the given name.
- MethodNode(String, String, int) - Constructor for class com.parasoft.findings.jenkins.coverage.model.MethodNode
-
Creates a new item node with the given name.
- Metric - Enum in com.parasoft.findings.jenkins.coverage.model
-
A coverage metric to identify the coverage result type.
- Metric_BRANCH() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.BRANCH
:Branch Coverage
. - Metric_CLASS() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.CLASS
:Class Coverage
. - Metric_CONTAINER() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.CONTAINER
:Container Coverage
. - Metric_COVERAGE() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.COVERAGE
:Coverage
. - Metric_Coverage_Covered() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Coverage.Covered
:Covered
. - Metric_Coverage_Missed() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Coverage.Missed
:Missed
. - Metric_FILE() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.FILE
:File Coverage
. - Metric_INSTRUCTION() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.INSTRUCTION
:Instruction Coverage
. - Metric_LINE() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.LINE
:Line Coverage
. - Metric_LINES_COVERED() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.LINES_COVERED
:Lines covered
. - Metric_METHOD() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.METHOD
:Method Coverage
. - Metric_MODULE() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.MODULE
:Module Coverage
. - Metric_PACKAGE() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.PACKAGE
:Package Coverage
. - Metric_Short_BRANCH() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Short.BRANCH
:Branch
. - Metric_Short_CLASS() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Short.CLASS
:Class
. - Metric_Short_CONTAINER() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Short.CONTAINER
:Container
. - Metric_Short_FILE() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Short.FILE
:File
. - Metric_Short_FOLDER() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Short.FOLDER
:Folder
. - Metric_Short_INSTRUCTION() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Short.INSTRUCTION
:Instruction
. - Metric_Short_LINE() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Short.LINE
:Line
. - Metric_Short_LOC() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Short.LOC
:LOC
. - Metric_Short_METHOD() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Short.METHOD
:Method
. - Metric_Short_MODULE() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Short.MODULE
:Module
. - Metric_Short_NAMESPACE() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Short.NAMESPACE
:Namespace
. - Metric_Short_PACKAGE() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Short.PACKAGE
:Package
. - Metric.MetricTendency - Enum in com.parasoft.findings.jenkins.coverage.model
-
Metric tendency: some metrics are getting better when the value is getting larger, some other metrics are getting better when the value is getting smaller.
- Modified_Code_Coverage_Title(Object) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.source.Messages
-
Key
Modified.Code.Coverage.Title
:Modified Code Coverage of ''{0}''
. - MODIFIED_LINES - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.model.Baseline
-
Coverage of the modified lines (e.g., within the modified lines of a pull or merge request) will focus on new or modified code only.
- MODIFIED_LINES_COVERAGE_TABLE_ID - Static variable in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel
- MODULE - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.Metric
- ModuleNode - Class in com.parasoft.findings.jenkins.coverage.model
-
A
Node
which represents a module of a project. - ModuleNode(String) - Constructor for class com.parasoft.findings.jenkins.coverage.model.ModuleNode
-
Creates a new module node with the given name.
- multiplyBy(Fraction) - Method in class com.parasoft.findings.jenkins.coverage.model.SafeFraction
-
Multiplies the value of this fraction by another, returning the result in reduced form.
- Mutation - Class in com.parasoft.findings.jenkins.coverage.model
-
Class which represents a mutation of the PIT Mutation Testing tool.
- MUTATION - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.Metric
-
Additional metrics without children.
- Mutation.MutationBuilder - Class in com.parasoft.findings.jenkins.coverage.model
-
Builder to create new
Mutation
instances. - MutationBuilder() - Constructor for class com.parasoft.findings.jenkins.coverage.model.Mutation.MutationBuilder
- MutationStatus - Enum in com.parasoft.findings.jenkins.coverage.model
-
Represents all possible outcomes for mutations.
N
- NA - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageLevel
- NO_COVERAGE - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.MutationStatus
- NO_CVG_DATA_IN_REF_BUILD - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.steps.ReferenceResult.ReferenceStatus
- NO_PREVIOUS_BUILD_WAS_FOUND - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.steps.ReferenceResult.ReferenceStatus
- NO_REF_BUILD - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.steps.ReferenceResult.ReferenceStatus
- NO_REF_JOB - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.steps.ReferenceResult.ReferenceStatus
- Node - Class in com.parasoft.findings.jenkins.coverage.model
-
A hierarchical decomposition of coverage results.
- Node(Metric, String) - Constructor for class com.parasoft.findings.jenkins.coverage.model.Node
-
Creates a new node with the given name.
- NON_BREAKABLE_4_SPACE - Static variable in interface com.parasoft.findings.jenkins.html.IHtmlTags
- NON_BREAKABLE_SPACE - Static variable in interface com.parasoft.findings.jenkins.html.IHtmlTags
- NON_VIABLE - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.MutationStatus
- Not_Covered() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.source.Messages
-
Key
Not.Covered
:Not covered
. - nullObject(Metric) - Static method in class com.parasoft.findings.jenkins.coverage.model.Coverage
-
Returns a
null
object that indicates that no coverage has been recorded.
O
- OK - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.steps.ReferenceResult.ReferenceStatus
- ORANGE - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorJenkinsId
- ORANGE - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorPalette
P
- PACKAGE - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.Metric
- PACKAGE_COLUMN_HEADER() - Static method in class com.parasoft.findings.jenkins.tool.Messages
-
Key
PACKAGE_COLUMN_HEADER
:Package
. - PackageNode - Class in com.parasoft.findings.jenkins.coverage.model
-
A
Node
for a specific package. - PackageNode(String) - Constructor for class com.parasoft.findings.jenkins.coverage.model.PackageNode
-
Creates a new coverage item node with the given name.
- PARAGRAPH_END_TAG - Static variable in interface com.parasoft.findings.jenkins.html.IHtmlTags
- PARAGRAPH_START_TAG - Static variable in interface com.parasoft.findings.jenkins.html.IHtmlTags
- Parasoft_Coverage() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Parasoft.Coverage
:Parasoft Coverage
. - PARASOFT_COVERAGE_ID - Static variable in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder
- PARASOFT_COVERAGE_NAME - Static variable in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder
- PARASOFT_NAME() - Static method in class com.parasoft.findings.jenkins.tool.Messages
-
Key
PARASOFT_NAME
:Parasoft
. - PARASOFT_TOOL_DISPLAY_NAME() - Static method in class com.parasoft.findings.jenkins.tool.Messages
-
Key
PARASOFT_TOOL_DISPLAY_NAME
:Parasoft Findings
. - ParasoftCoverageDescriptor() - Constructor for class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder.ParasoftCoverageDescriptor
- ParasoftCoverageRecorder - Class in com.parasoft.findings.jenkins.coverage
- ParasoftCoverageRecorder() - Constructor for class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder
- ParasoftCoverageRecorder.ParasoftCoverageDescriptor - Class in com.parasoft.findings.jenkins.coverage
- ParasoftCoverageReportScanner - Class in com.parasoft.findings.jenkins.coverage
- ParasoftCoverageReportScanner(String, String, String, String, boolean) - Constructor for class com.parasoft.findings.jenkins.coverage.ParasoftCoverageReportScanner
- ParasoftCoverageStep - Class in com.parasoft.findings.jenkins.coverage
- ParasoftCoverageStep() - Constructor for class com.parasoft.findings.jenkins.coverage.ParasoftCoverageStep
- ParasoftCoverageStep.ParasoftCoverageStepDescriptor - Class in com.parasoft.findings.jenkins.coverage
- ParasoftCoverageStepDescriptor() - Constructor for class com.parasoft.findings.jenkins.coverage.ParasoftCoverageStep.ParasoftCoverageStepDescriptor
- ParasoftInputMetric - Class in com.parasoft.findings.jenkins.xunit
- ParasoftInputMetric() - Constructor for class com.parasoft.findings.jenkins.xunit.ParasoftInputMetric
- ParasoftIssueAdditionalProperties - Class in com.parasoft.findings.jenkins.parser
- ParasoftIssueAdditionalProperties() - Constructor for class com.parasoft.findings.jenkins.parser.ParasoftIssueAdditionalProperties
- ParasoftIssueAdditionalProperties(String, String, String) - Constructor for class com.parasoft.findings.jenkins.parser.ParasoftIssueAdditionalProperties
- ParasoftParser - Class in com.parasoft.findings.jenkins.parser
-
A parser for Parasoft files containing xml report.
- ParasoftParser(Properties, String) - Constructor for class com.parasoft.findings.jenkins.parser.ParasoftParser
- ParasoftSOAtest9xInputMetric - Class in com.parasoft.findings.jenkins.xunit
- ParasoftSOAtest9xInputMetric() - Constructor for class com.parasoft.findings.jenkins.xunit.ParasoftSOAtest9xInputMetric
- ParasoftSOAtest9xType - Class in com.parasoft.findings.jenkins.xunit
-
Identifies our tests.
- ParasoftSOAtest9xType(String, boolean, boolean, boolean, boolean) - Constructor for class com.parasoft.findings.jenkins.xunit.ParasoftSOAtest9xType
- ParasoftSOAtest9xType.ParasoftSOAtest9xTypeDescriptor - Class in com.parasoft.findings.jenkins.xunit
- ParasoftSOAtest9xTypeDescriptor() - Constructor for class com.parasoft.findings.jenkins.xunit.ParasoftSOAtest9xType.ParasoftSOAtest9xTypeDescriptor
- ParasoftTableModel - Class in com.parasoft.findings.jenkins.tool
- ParasoftTableModel(Run<?, ?>, Report, FileNameRenderer, StaticAnalysisLabelProvider.AgeBuilder, DescriptionProvider, JenkinsFacade) - Constructor for class com.parasoft.findings.jenkins.tool.ParasoftTableModel
- ParasoftTableModel.ParasoftTableRow - Class in com.parasoft.findings.jenkins.tool
- ParasoftTableRow(StaticAnalysisLabelProvider.AgeBuilder, FileNameRenderer, DescriptionProvider, Issue, JenkinsFacade) - Constructor for class com.parasoft.findings.jenkins.tool.ParasoftTableModel.ParasoftTableRow
- ParasoftTool - Class in com.parasoft.findings.jenkins.tool
- ParasoftTool() - Constructor for class com.parasoft.findings.jenkins.tool.ParasoftTool
- ParasoftTool.Descriptor - Class in com.parasoft.findings.jenkins.tool
- ParasoftTool.LabelProvider - Class in com.parasoft.findings.jenkins.tool
- ParasoftType - Class in com.parasoft.findings.jenkins.xunit
-
Identifies our tests.
- ParasoftType(String, boolean, boolean, boolean, boolean) - Constructor for class com.parasoft.findings.jenkins.xunit.ParasoftType
- ParasoftType.ParasoftTypeDescriptor - Class in com.parasoft.findings.jenkins.xunit
- ParasoftTypeDescriptor() - Constructor for class com.parasoft.findings.jenkins.xunit.ParasoftType.ParasoftTypeDescriptor
- PARENT_KEY - Static variable in class com.parasoft.findings.jenkins.parser.DupIssueAdditionalProperties
- PARENT_KEY - Static variable in class com.parasoft.findings.jenkins.parser.FlowIssueAdditionalProperties
- parse(ReaderFactory) - Method in class com.parasoft.findings.jenkins.parser.ParasoftParser
- parse(Reader, FilteredLog) - Method in class com.parasoft.findings.jenkins.coverage.model.CoverageParser
-
Parses a report provided by the given reader.
- parseInteger(String) - Static method in class com.parasoft.findings.jenkins.coverage.model.CoverageParser
- Parser_Cobertura() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Parser.Cobertura
:Cobertura
. - parseReport(Reader, FilteredLog) - Method in class com.parasoft.findings.jenkins.coverage.model.CoverageParser
-
Parses a report provided by the given reader.
- parseReport(Reader, FilteredLog) - Method in class com.parasoft.findings.jenkins.coverage.model.parser.CoberturaParser
-
Parses the Cobertura report.
- parseReport(Reader, FilteredLog) - Method in class com.parasoft.findings.jenkins.coverage.model.parser.JacocoParser
-
Parses the JaCoCo report.
- ParserRegistry - Class in com.parasoft.findings.jenkins.coverage.model.registry
-
Provides a registry for all available
parsers
. - ParserRegistry() - Constructor for class com.parasoft.findings.jenkins.coverage.model.registry.ParserRegistry
- ParserRegistry.CoverageParserType - Enum in com.parasoft.findings.jenkins.coverage.model.registry
-
Supported parsers.
- Partially_Covered_And_Branch_Coverage() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.source.Messages
-
Key
Partially.Covered.And.Branch.Coverage
:Partially covered, branch coverage
. - PathResolver - Class in com.parasoft.findings.jenkins.coverage.api.metrics.steps
-
Resolves source code files on the agent using the stored paths of the coverage reports.
- PathResolver() - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.steps.PathResolver
- Percentage - Class in com.parasoft.findings.jenkins.coverage.model
-
Represents a coverage percentage value which can be used in order to show and serialize coverage values.
- perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder
- perform(Run<?, ?>, FilePath, TaskListener, ResultHandler) - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder
- performSubstitution(String) - Method in class com.parasoft.findings.jenkins.internal.variables.JenkinsVariablesResolver
- POINT_KEY - Static variable in class com.parasoft.findings.jenkins.parser.FlowIssueAdditionalProperties
- ProcessedFileResult - Class in com.parasoft.findings.jenkins.coverage
- ProcessedFileResult(String, String) - Constructor for class com.parasoft.findings.jenkins.coverage.ProcessedFileResult
- processFile(Path, Charset, FilteredLog) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageReportScanner
- processFile(Path, Charset, FilteredLog) - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageReportScanner
- processSourceCodePainting(Node, List<FileNode>, String, SourceCodeRetention, FilteredLog) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.source.SourceCodePainter
-
Processes the source code painting.
- PROJECT - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.model.Baseline
-
Coverage of the whole project.
- publishAction(String, String, Node, Run<?, ?>, FilePath, TaskListener, String, String, List<CoverageQualityGate>, String, ResultHandler, FilteredLogChain) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageReporter
R
- read(File, String, String) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.source.SourceCodeFacade
-
Reads the contents of the source file of the given file into a String.
- readResolve() - Method in class com.parasoft.findings.jenkins.coverage.model.CoverageParser
-
Called after de-serialization to restore transient fields.
- Recorder_Name() - Static method in class com.parasoft.findings.jenkins.coverage.Messages
-
Key
Recorder.Name
:Record Parasoft code coverage results
. - RED - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorJenkinsId
- RED - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorPalette
- RED - Static variable in class com.parasoft.findings.jenkins.html.Colors
- REF_BUILD_IS_CURRENT_BUILD - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.steps.ReferenceResult.ReferenceStatus
- REF_BUILD_NOT_SUCCESSFUL_OR_UNSTABLE - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.steps.ReferenceResult.ReferenceStatus
- Reference_Build_Removed() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Reference.Build.Removed
:(removed)
. - Reference_Build_Warning_Message_NO_CVG_DATA_IN_PREVIOUS_SUCCESSFUL_BUILDS(Object) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Reference.Build.Warning.Message.NO_CVG_DATA_IN_PREVIOUS_SUCCESSFUL_BUILDS
:No Parasoft code coverage result was found in any of the previous stable builds in job ''{0}''
. - Reference_Build_Warning_Message_NO_CVG_DATA_IN_REF_BUILD(Object) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Reference.Build.Warning.Message.NO_CVG_DATA_IN_REF_BUILD
:No Parasoft code coverage result was found in reference build ''{0}''
. - Reference_Build_Warning_Message_NO_PREVIOUS_BUILD_WAS_FOUND(Object) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Reference.Build.Warning.Message.NO_PREVIOUS_BUILD_WAS_FOUND
:No previous build was found in job ''{0}''
. - Reference_Build_Warning_Message_NO_REF_BUILD(Object) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Reference.Build.Warning.Message.NO_REF_BUILD
:No stable build was found in job ''{0}''
. - Reference_Build_Warning_Message_NO_REF_JOB(Object) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Reference.Build.Warning.Message.NO_REF_JOB
:The specified reference job ''{0}'' could not be found
. - Reference_Build_Warning_Message_NO_SPECIFIED_REF_BUILD(Object, Object) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Reference.Build.Warning.Message.NO_SPECIFIED_REF_BUILD
:The specified reference build ''{0}'' could not be found in job ''{1}''
. - Reference_Build_Warning_Message_REF_BUILD_IS_CURRENT_BUILD(Object) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Reference.Build.Warning.Message.REF_BUILD_IS_CURRENT_BUILD
:The reference build ''{0}'' was ignored since the build number set is the same as the current build
. - Reference_Build_Warning_Message_REF_BUILD_NOT_SUCCESSFUL_OR_UNSTABLE(Object) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Reference.Build.Warning.Message.REF_BUILD_NOT_SUCCESSFUL_OR_UNSTABLE
:The reference build ''{0}'' cannot be used. Only stable or unstable builds are valid references
. - ReferenceBuildActionResult - Class in com.parasoft.findings.jenkins.coverage.api.metrics.steps
- ReferenceBuildActionResult(CoverageBuildAction, ReferenceResult) - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.steps.ReferenceBuildActionResult
- ReferenceBuildActionResult(ReferenceResult) - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.steps.ReferenceBuildActionResult
- ReferenceResult - Class in com.parasoft.findings.jenkins.coverage.api.metrics.steps
- ReferenceResult(ReferenceResult.ReferenceStatus, String) - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.steps.ReferenceResult
- ReferenceResult(ReferenceResult.ReferenceStatus, String, String) - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.steps.ReferenceResult
- ReferenceResult.ReferenceStatus - Enum in com.parasoft.findings.jenkins.coverage.api.metrics.steps
- removeChild(Node) - Method in class com.parasoft.findings.jenkins.coverage.model.Node
- replaceValue(Value) - Method in class com.parasoft.findings.jenkins.coverage.model.Node
-
Replaces an existing value of the specified metric with the specified value.
- resolveEntity(String, String) - Method in class com.parasoft.findings.jenkins.coverage.converter.ConversionService.CoverageEntityResolver
- resolvePaths(Set<String>, FilePath, FilteredLog) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.PathResolver
-
Resolves source code files on the agent using the stored paths of the coverage reports.
- ResultAdditionalAttributes - Class in com.parasoft.findings.jenkins.internal
-
Provides additional attributes associated with violation, which are not attached directly to violation itself.
- ResultAdditionalAttributes(IRuleViolation) - Constructor for class com.parasoft.findings.jenkins.internal.ResultAdditionalAttributes
- REVISION_COLUMN_HEADER() - Static method in class com.parasoft.findings.jenkins.tool.Messages
-
Key
REVISION_COLUMN_HEADER
:Revision
. - REVISION_KEY - Static variable in class com.parasoft.findings.jenkins.parser.ParasoftIssueAdditionalProperties
- RULE_DOCUMENTATION_UNAVAILABLE(Object) - Static method in class com.parasoft.findings.jenkins.tool.Messages
-
Key
RULE_DOCUMENTATION_UNAVAILABLE
:{0} rule documentation is not available
. - RuleDocumentationReader - Class in com.parasoft.findings.jenkins.internal.rules
- RuleDocumentationReader(File) - Constructor for class com.parasoft.findings.jenkins.internal.rules.RuleDocumentationReader
- RuleDocumentationReader(File, String) - Constructor for class com.parasoft.findings.jenkins.internal.rules.RuleDocumentationReader
- RuleDocumentationStorage - Class in com.parasoft.findings.jenkins.internal.rules
- RuleDocumentationStorage(File, String, Properties) - Constructor for class com.parasoft.findings.jenkins.internal.rules.RuleDocumentationStorage
- RuleDocumentationStorage(File, Properties) - Constructor for class com.parasoft.findings.jenkins.internal.rules.RuleDocumentationStorage
- RUN_ERROR - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.MutationStatus
S
- SafeFraction - Class in com.parasoft.findings.jenkins.coverage.model
-
A small wrapper for
Fraction
instances that avoids an arithmetic overflow by using double based operations in case of an exception. - SafeFraction(int, int) - Constructor for class com.parasoft.findings.jenkins.coverage.model.SafeFraction
-
Creates a new fraction instance that wraps the specified fraction with safe operations.
- SafeFraction(Fraction) - Constructor for class com.parasoft.findings.jenkins.coverage.model.SafeFraction
-
Creates a new fraction instance that wraps the specified fraction with safe operations.
- scan(Run<?, ?>, FilePath, Charset, LogHandler) - Method in class com.parasoft.findings.jenkins.tool.ParasoftTool
- serialize() - Method in class com.parasoft.findings.jenkins.coverage.model.Coverage
- serialize() - Method in class com.parasoft.findings.jenkins.coverage.model.FractionValue
- serialize() - Method in class com.parasoft.findings.jenkins.coverage.model.IntegerValue
- serialize() - Method in class com.parasoft.findings.jenkins.coverage.model.Value
-
Serializes this instance into a String.
- serializeToString() - Method in class com.parasoft.findings.jenkins.coverage.model.Percentage
-
Returns a string representation for this
Percentage
that can be used to serialize this instance in a simple but still readable way. - setCause(String) - Method in class com.parasoft.findings.jenkins.parser.FlowIssueAdditionalProperties
- setChildren(List<Issue>) - Method in class com.parasoft.findings.jenkins.parser.DupIssueAdditionalProperties
- setChildren(List<Issue>) - Method in class com.parasoft.findings.jenkins.parser.FlowIssueAdditionalProperties
- setCoverageQualityGates(List<CoverageQualityGate>) - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder
- setCoverageQualityGates(List<CoverageQualityGate>) - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageStep
- setCovered(int) - Method in class com.parasoft.findings.jenkins.coverage.model.Coverage.CoverageBuilder
-
Sets the number of covered items.
- setCovered(String) - Method in class com.parasoft.findings.jenkins.coverage.model.Coverage.CoverageBuilder
-
Sets the number of covered items.
- setDescription(String) - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation.MutationBuilder
- setDescription(String) - Method in class com.parasoft.findings.jenkins.parser.DupIssueAdditionalProperties
- setDescription(String) - Method in class com.parasoft.findings.jenkins.parser.FlowIssueAdditionalProperties
- setIsDetected(boolean) - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation.MutationBuilder
- setJenkinsColors(String) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel
-
Creates a new
ColorProvider
based on the passed color json string which contains the set Jenkins colors. - setJenkinsFacade(JenkinsFacade) - Method in class com.parasoft.findings.jenkins.tool.ParasoftTool.LabelProvider
- setKillingTest(String) - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation.MutationBuilder
- setLine(int) - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation.MutationBuilder
- setLine(String) - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation.MutationBuilder
- setLocalSettingsPath(String) - Method in class com.parasoft.findings.jenkins.tool.ParasoftTool
- setMetric(Metric) - Method in class com.parasoft.findings.jenkins.coverage.model.Coverage.CoverageBuilder
-
Sets the metric of the coverage.
- setMetric(String) - Method in class com.parasoft.findings.jenkins.coverage.model.Coverage.CoverageBuilder
-
Sets the metric of the coverage.
- setMissed(int) - Method in class com.parasoft.findings.jenkins.coverage.model.Coverage.CoverageBuilder
-
Sets the number of missed items.
- setMissed(String) - Method in class com.parasoft.findings.jenkins.coverage.model.Coverage.CoverageBuilder
-
Sets the number of missed items.
- setMutatedClass(String) - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation.MutationBuilder
- setMutatedMethod(String) - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation.MutationBuilder
- setMutatedMethodSignature(String) - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation.MutationBuilder
- setMutator(String) - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation.MutationBuilder
- setParasoftToolName(String) - Method in class com.parasoft.findings.jenkins.coverage.model.Node
- setParentKey(String) - Method in class com.parasoft.findings.jenkins.parser.DupIssueAdditionalProperties
- setParentKey(String) - Method in class com.parasoft.findings.jenkins.parser.FlowIssueAdditionalProperties
- setPattern(String) - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder
- setPattern(String) - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageStep
- setPoint(String) - Method in class com.parasoft.findings.jenkins.parser.FlowIssueAdditionalProperties
- setReferenceBuild(String) - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder
- setReferenceBuild(String) - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageStep
- setReferenceJob(String) - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder
- setReferenceJob(String) - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageStep
- setRelativePath(TreeString) - Method in class com.parasoft.findings.jenkins.coverage.model.FileNode
-
Sets the relative path of the file.
- setSourceCodeEncoding(String) - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageRecorder
- setSourceCodeEncoding(String) - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageStep
- setSourceFile(String) - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation.MutationBuilder
- setStatus(MutationStatus) - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation.MutationBuilder
- setTotal(int) - Method in class com.parasoft.findings.jenkins.coverage.model.Coverage.CoverageBuilder
-
Sets the number of total items.
- setTotal(String) - Method in class com.parasoft.findings.jenkins.coverage.model.Coverage.CoverageBuilder
-
Sets the number of total items.
- setType(Baseline) - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageQualityGate
-
Sets the baseline that will be used for the quality gate evaluation.
- SEVERITY_COLUMN_HEADER() - Static method in class com.parasoft.findings.jenkins.tool.Messages
-
Key
SEVERITY_COLUMN_HEADER
:Severity
. - SMALLER_IS_BETTER - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.Metric.MetricTendency
-
Smaller values will indicate better results.
- SourceCodeFacade - Class in com.parasoft.findings.jenkins.coverage.api.metrics.source
-
Facade to the source code file structure in Jenkins build folder.
- SourceCodeFacade() - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.source.SourceCodeFacade
- SourceCodePainter - Class in com.parasoft.findings.jenkins.coverage.api.metrics.source
-
Highlights the code coverage information in all source code files.
- SourceCodePainter(Run<?, ?>, FilePath, String) - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.source.SourceCodePainter
-
Creates a painter for the passed build, using the passed properties.
- SourceViewModel - Class in com.parasoft.findings.jenkins.coverage.api.metrics.source
-
Server side model that provides the data for the source code view of the coverage results.
- SourceViewModel(Run<?, ?>, String, FileNode, String) - Constructor for class com.parasoft.findings.jenkins.coverage.api.metrics.source.SourceViewModel
-
Creates a new source view model instance.
- SPAN_COLOR_CLOSE_START_TAG - Static variable in interface com.parasoft.findings.jenkins.html.IHtmlTags
- SPAN_COLOR_START_TAG - Static variable in interface com.parasoft.findings.jenkins.html.IHtmlTags
- SPAN_END_TAG - Static variable in interface com.parasoft.findings.jenkins.html.IHtmlTags
- splitPackages() - Method in class com.parasoft.findings.jenkins.coverage.model.ModuleNode
-
Splits flat packages into a package hierarchy.
- start(StepContext) - Method in class com.parasoft.findings.jenkins.coverage.ParasoftCoverageStep
- storeRuleDoc(String, String) - Method in class com.parasoft.findings.jenkins.internal.rules.RuleDocumentationStorage
- subtract(int, int) - Method in class com.parasoft.findings.jenkins.coverage.model.SafeFraction
-
Subtracts the value of another fraction from the value of this one, returning the result in reduced form.
- subtract(Percentage) - Method in class com.parasoft.findings.jenkins.coverage.model.Percentage
-
Subtracts the other percentage from this percentage, returning the result as a
Fraction
. - subtract(Fraction) - Method in class com.parasoft.findings.jenkins.coverage.model.SafeFraction
-
Subtracts the value of another fraction from the value of this one, returning the result in reduced form.
- SURVIVED - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.MutationStatus
T
- TABLE_ID - Static variable in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageViewModel
- TIMED_OUT - Enum constant in enum com.parasoft.findings.jenkins.coverage.model.MutationStatus
- toDouble() - Method in class com.parasoft.findings.jenkins.coverage.model.Percentage
-
Returns this percentage as a double value in the interval [0, 100].
- toString() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorProvider.DisplayColors
- toString() - Method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageBuildAction
- toString() - Method in class com.parasoft.findings.jenkins.coverage.model.Coverage
- toString() - Method in class com.parasoft.findings.jenkins.coverage.model.FractionValue
- toString() - Method in class com.parasoft.findings.jenkins.coverage.model.IntegerValue
- toString() - Method in class com.parasoft.findings.jenkins.coverage.model.MethodNode
- toString() - Method in class com.parasoft.findings.jenkins.coverage.model.ModuleNode
- toString() - Method in class com.parasoft.findings.jenkins.coverage.model.Mutation
- toString() - Method in class com.parasoft.findings.jenkins.coverage.model.Node
- toString() - Method in class com.parasoft.findings.jenkins.coverage.model.PackageNode
- toString() - Method in class com.parasoft.findings.jenkins.coverage.model.Percentage
- toString() - Method in class com.parasoft.findings.jenkins.LocalizableString
- toString(Locale) - Method in class com.parasoft.findings.jenkins.LocalizableString
- toTagName() - Method in enum com.parasoft.findings.jenkins.coverage.model.Metric
-
Returns the name of the metric as a tag, containing only lowercase characters and dashes.
- TYPE_COLUMN_HEADER() - Static method in class com.parasoft.findings.jenkins.tool.Messages
-
Key
TYPE_COLUMN_HEADER
:Type
.
V
- Value - Class in com.parasoft.findings.jenkins.coverage.model
-
A leaf in the tree.
- Value(Metric) - Constructor for class com.parasoft.findings.jenkins.coverage.model.Value
-
Creates a new leaf with the given coverage for the specified metric.
- valueOf(int, int) - Static method in class com.parasoft.findings.jenkins.coverage.model.Percentage
-
Creates an instance of
Percentage
from the two number items and total. - valueOf(Metric, String) - Static method in class com.parasoft.findings.jenkins.coverage.model.Coverage
-
Creates a new
Coverage
instance from the provided string representation. - valueOf(String) - Static method in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorJenkinsId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorPalette
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.parasoft.findings.jenkins.coverage.api.metrics.model.Baseline
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageTool.Parser
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.parasoft.findings.jenkins.coverage.api.metrics.steps.ReferenceResult.ReferenceStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.parasoft.findings.jenkins.coverage.model.Metric.MetricTendency
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.parasoft.findings.jenkins.coverage.model.Metric
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.parasoft.findings.jenkins.coverage.model.MutationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class com.parasoft.findings.jenkins.coverage.model.Percentage
-
Creates a new
Percentage
instance from the provided string representation. - valueOf(String) - Static method in enum com.parasoft.findings.jenkins.coverage.model.registry.ParserRegistry.CoverageParserType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class com.parasoft.findings.jenkins.coverage.model.Value
-
Creates a new
Value
instance from the provided string representation. - valueOf(Fraction) - Static method in class com.parasoft.findings.jenkins.coverage.model.Percentage
-
Creates an instance of
Percentage
in the range [0,100] from afraction
within the range [0,1]. - values() - Static method in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorId
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorJenkinsId
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorPalette
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.parasoft.findings.jenkins.coverage.api.metrics.model.Baseline
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageTool.Parser
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.parasoft.findings.jenkins.coverage.api.metrics.steps.ReferenceResult.ReferenceStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.parasoft.findings.jenkins.coverage.model.Metric.MetricTendency
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.parasoft.findings.jenkins.coverage.model.Metric
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.parasoft.findings.jenkins.coverage.model.MutationStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.parasoft.findings.jenkins.coverage.model.registry.ParserRegistry.CoverageParserType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VariablePatternVerifier - Class in com.parasoft.findings.jenkins.internal.variables
-
Checks variables for correctness.
- VariablePatternVerifier(String) - Constructor for class com.parasoft.findings.jenkins.internal.variables.VariablePatternVerifier
-
Create verifier for given pattern.
- VERY_BAD - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorId
- VERY_GOOD - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorId
W
- WHITE - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorId
- WHITE - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorPalette
Y
- YELLOW - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorJenkinsId
- YELLOW - Enum constant in enum com.parasoft.findings.jenkins.coverage.api.metrics.color.CoverageColorPalette
Z
- ZERO - Static variable in class com.parasoft.findings.jenkins.coverage.model.Percentage
-
null value.
_
- _AGE_COLUMN_HEADER() - Static method in class com.parasoft.findings.jenkins.tool.Messages
-
Key
AGE_COLUMN_HEADER
:Age
. - _All_Branches_Covered() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.source.Messages
-
Key
All.Branches.Covered
:All branches covered
. - _AUTHOR_COLUMN_HEADER() - Static method in class com.parasoft.findings.jenkins.tool.Messages
-
Key
AUTHOR_COLUMN_HEADER
:Author
. - _Baseline_MODIFIED_LINES() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Baseline.MODIFIED_LINES
:Modified code lines
. - _Baseline_PROJECT() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Baseline.PROJECT
:Overall project
. - _CATEGORY_COLUMN_HEADER() - Static method in class com.parasoft.findings.jenkins.tool.Messages
-
Key
CATEGORY_COLUMN_HEADER
:Category
. - _Column_File() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Column.File
:File
. - _Column_Folder() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Column_Folder
:Folder
. - _Column_LineCoverage() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Column.LineCoverage
:Line
. - _Column_LinesOfCode() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Column.LinesOfCode
:LOC
. - _Column_Namespace() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Column_Namespace
:Namespace
. - _Column_Package() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Column.Package
:Package
. - _Coverage_Covered() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Coverage.Covered
:Covered
. - _Coverage_Link_Name() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Coverage.Link.Name
:Coverage Report
. - _Coverage_Missed() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Coverage.Missed
:Missed
. - _Coverage_Not_Available() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Coverage.Not.Available
:N/A
. - _Coverage_Title(Object) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.source.Messages
-
Key
Coverage.Title
:Coverage of ''{0}''
. - _Coverage_Title(Object) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Coverage.Title
:Coverage of ''{0}''
. - _Coverage_Trend_Default_Name() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Coverage.Trend.Default.Name
:Code Coverage Trend
. - _Coverage_Trend_Name(Object) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Coverage.Trend.Name
:{0} Trend
. - _Covered_At_Least_Once() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.source.Messages
-
Key
Covered.At.Least.Once
:Covered at least once
. - _Criticality_FAILED() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Criticality.FAILED
:Set the build status to failed if the quality gate fails
. - _Criticality_UNSTABLE() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Criticality.UNSTABLE
:Set the build status to unstable if the quality gate fails
. - _DETAILS_COLUMN_HEADER() - Static method in class com.parasoft.findings.jenkins.tool.Messages
-
Key
DETAILS_COLUMN_HEADER
:Details
. - _FILE_COLUMN_HEADER() - Static method in class com.parasoft.findings.jenkins.tool.Messages
-
Key
FILE_COLUMN_HEADER
:File
. - _MessagesViewModel_Title() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
MessagesViewModel.Title
:Code Coverage - Messages
. - _Metric_BRANCH() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.BRANCH
:Branch Coverage
. - _Metric_CLASS() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.CLASS
:Class Coverage
. - _Metric_CONTAINER() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.CONTAINER
:Container Coverage
. - _Metric_COVERAGE() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.COVERAGE
:Coverage
. - _Metric_Coverage_Covered() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Coverage.Covered
:Covered
. - _Metric_Coverage_Missed() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Coverage.Missed
:Missed
. - _Metric_FILE() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.FILE
:File Coverage
. - _Metric_INSTRUCTION() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.INSTRUCTION
:Instruction Coverage
. - _Metric_LINE() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.LINE
:Line Coverage
. - _Metric_LINES_COVERED() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.LINES_COVERED
:Lines covered
. - _Metric_METHOD() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.METHOD
:Method Coverage
. - _Metric_MODULE() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.MODULE
:Module Coverage
. - _Metric_PACKAGE() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.PACKAGE
:Package Coverage
. - _Metric_Short_BRANCH() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Short.BRANCH
:Branch
. - _Metric_Short_CLASS() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Short.CLASS
:Class
. - _Metric_Short_CONTAINER() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Short.CONTAINER
:Container
. - _Metric_Short_FILE() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Short.FILE
:File
. - _Metric_Short_FOLDER() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Short.FOLDER
:Folder
. - _Metric_Short_INSTRUCTION() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Short.INSTRUCTION
:Instruction
. - _Metric_Short_LINE() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Short.LINE
:Line
. - _Metric_Short_LOC() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Short.LOC
:LOC
. - _Metric_Short_METHOD() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Short.METHOD
:Method
. - _Metric_Short_MODULE() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Short.MODULE
:Module
. - _Metric_Short_NAMESPACE() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Short.NAMESPACE
:Namespace
. - _Metric_Short_PACKAGE() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.model.Messages
-
Key
Metric.Short.PACKAGE
:Package
. - _Modified_Code_Coverage_Title(Object) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.source.Messages
-
Key
Modified.Code.Coverage.Title
:Modified Code Coverage of ''{0}''
. - _Not_Covered() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.source.Messages
-
Key
Not.Covered
:Not covered
. - _PACKAGE_COLUMN_HEADER() - Static method in class com.parasoft.findings.jenkins.tool.Messages
-
Key
PACKAGE_COLUMN_HEADER
:Package
. - _Parasoft_Coverage() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Parasoft.Coverage
:Parasoft Coverage
. - _PARASOFT_NAME() - Static method in class com.parasoft.findings.jenkins.tool.Messages
-
Key
PARASOFT_NAME
:Parasoft
. - _PARASOFT_TOOL_DISPLAY_NAME() - Static method in class com.parasoft.findings.jenkins.tool.Messages
-
Key
PARASOFT_TOOL_DISPLAY_NAME
:Parasoft Findings
. - _Parser_Cobertura() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Parser.Cobertura
:Cobertura
. - _Partially_Covered_And_Branch_Coverage() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.source.Messages
-
Key
Partially.Covered.And.Branch.Coverage
:Partially covered, branch coverage
. - _Recorder_Name() - Static method in class com.parasoft.findings.jenkins.coverage.Messages
-
Key
Recorder.Name
:Record Parasoft code coverage results
. - _Reference_Build_Removed() - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Reference.Build.Removed
:(removed)
. - _Reference_Build_Warning_Message_NO_CVG_DATA_IN_PREVIOUS_SUCCESSFUL_BUILDS(Object) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Reference.Build.Warning.Message.NO_CVG_DATA_IN_PREVIOUS_SUCCESSFUL_BUILDS
:No Parasoft code coverage result was found in any of the previous stable builds in job ''{0}''
. - _Reference_Build_Warning_Message_NO_CVG_DATA_IN_REF_BUILD(Object) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Reference.Build.Warning.Message.NO_CVG_DATA_IN_REF_BUILD
:No Parasoft code coverage result was found in reference build ''{0}''
. - _Reference_Build_Warning_Message_NO_PREVIOUS_BUILD_WAS_FOUND(Object) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Reference.Build.Warning.Message.NO_PREVIOUS_BUILD_WAS_FOUND
:No previous build was found in job ''{0}''
. - _Reference_Build_Warning_Message_NO_REF_BUILD(Object) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Reference.Build.Warning.Message.NO_REF_BUILD
:No stable build was found in job ''{0}''
. - _Reference_Build_Warning_Message_NO_REF_JOB(Object) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Reference.Build.Warning.Message.NO_REF_JOB
:The specified reference job ''{0}'' could not be found
. - _Reference_Build_Warning_Message_NO_SPECIFIED_REF_BUILD(Object, Object) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Reference.Build.Warning.Message.NO_SPECIFIED_REF_BUILD
:The specified reference build ''{0}'' could not be found in job ''{1}''
. - _Reference_Build_Warning_Message_REF_BUILD_IS_CURRENT_BUILD(Object) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Reference.Build.Warning.Message.REF_BUILD_IS_CURRENT_BUILD
:The reference build ''{0}'' was ignored since the build number set is the same as the current build
. - _Reference_Build_Warning_Message_REF_BUILD_NOT_SUCCESSFUL_OR_UNSTABLE(Object) - Static method in class com.parasoft.findings.jenkins.coverage.api.metrics.steps.Messages
-
Key
Reference.Build.Warning.Message.REF_BUILD_NOT_SUCCESSFUL_OR_UNSTABLE
:The reference build ''{0}'' cannot be used. Only stable or unstable builds are valid references
. - _REVISION_COLUMN_HEADER() - Static method in class com.parasoft.findings.jenkins.tool.Messages
-
Key
REVISION_COLUMN_HEADER
:Revision
. - _RULE_DOCUMENTATION_UNAVAILABLE(Object) - Static method in class com.parasoft.findings.jenkins.tool.Messages
-
Key
RULE_DOCUMENTATION_UNAVAILABLE
:{0} rule documentation is not available
. - _SEVERITY_COLUMN_HEADER() - Static method in class com.parasoft.findings.jenkins.tool.Messages
-
Key
SEVERITY_COLUMN_HEADER
:Severity
. - _TYPE_COLUMN_HEADER() - Static method in class com.parasoft.findings.jenkins.tool.Messages
-
Key
TYPE_COLUMN_HEADER
:Type
.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form