Skip navigation links
A B C D E F G H I L M N O P R S T V _ 

A

AbstractClassMetrics - Class in org.jenkinsci.plugins.cloverphp.results
Abstract Clover Coverage results.
AbstractClassMetrics() - Constructor for class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
 
AbstractCloverMetrics_Label_element() - Static method in class org.jenkinsci.plugins.cloverphp.results.Messages
total
AbstractCloverMetrics_Label_method() - Static method in class org.jenkinsci.plugins.cloverphp.results.Messages
method
AbstractCloverMetrics_Label_statement() - Static method in class org.jenkinsci.plugins.cloverphp.results.Messages
statement
AbstractFileMetrics - Class in org.jenkinsci.plugins.cloverphp.results
Clover Coverage results for multiple classes.
AbstractFileMetrics() - Constructor for class org.jenkinsci.plugins.cloverphp.results.AbstractFileMetrics
 
AbstractProjectMetrics - Class in org.jenkinsci.plugins.cloverphp.results
Clover Coverage results for multiple files.
AbstractProjectMetrics() - Constructor for class org.jenkinsci.plugins.cloverphp.results.AbstractProjectMetrics
 
addAliases() - Static method in class org.jenkinsci.plugins.cloverphp.CloverPHPPublisher.DescriptorImpl
 
addClassCoverage(ClassCoverage) - Method in class org.jenkinsci.plugins.cloverphp.results.FileCoverage
 
addFileCoverage(FileCoverage) - Method in class org.jenkinsci.plugins.cloverphp.results.PackageCoverage
 
addFileCoverage(FileCoverage) - Method in class org.jenkinsci.plugins.cloverphp.results.ProjectCoverage
 
addPackageCoverage(PackageCoverage) - Method in class org.jenkinsci.plugins.cloverphp.results.ProjectCoverage
 

B

buildDigester() - Static method in class org.jenkinsci.plugins.cloverphp.CloverCoverageParser
 

C

ClassCoverage - Class in org.jenkinsci.plugins.cloverphp.results
Clover Coverage results for a specific class.
ClassCoverage() - Constructor for class org.jenkinsci.plugins.cloverphp.results.ClassCoverage
 
CloverBuildAction - Class in org.jenkinsci.plugins.cloverphp
A health reporter for the individual build page.
CloverBuildAction_DisplayName() - Static method in class org.jenkinsci.plugins.cloverphp.Messages
Clover Summary Report
CloverBuildAction_ElementCoverage(Object, Object) - Static method in class org.jenkinsci.plugins.cloverphp.Messages
Clover Coverage: Elements {0}% ({1})
CloverBuildAction_MethodCoverage(Object, Object) - Static method in class org.jenkinsci.plugins.cloverphp.Messages
Clover Coverage: Methods {0}% ({1})
CloverBuildAction_StatementCoverage(Object, Object) - Static method in class org.jenkinsci.plugins.cloverphp.Messages
Clover Coverage: Statements {0}% ({1})
CloverCoverageParser - Class in org.jenkinsci.plugins.cloverphp
Created by IntelliJ IDEA.
CloverCoverageParser_ProjectName() - Static method in class org.jenkinsci.plugins.cloverphp.Messages
Project
CloverHtmlBuildAction - Class in org.jenkinsci.plugins.cloverphp
 
CloverHtmlBuildAction(FilePath) - Constructor for class org.jenkinsci.plugins.cloverphp.CloverHtmlBuildAction
 
CloverHtmlBuildAction_DisplayName() - Static method in class org.jenkinsci.plugins.cloverphp.Messages
Clover HTML Report
CloverPHPPublisher - Class in org.jenkinsci.plugins.cloverphp
Clover Publisher.
CloverPHPPublisher(String, String, String, boolean) - Constructor for class org.jenkinsci.plugins.cloverphp.CloverPHPPublisher
 
CloverPHPPublisher.DescriptorImpl - Class in org.jenkinsci.plugins.cloverphp
Descriptor for CloverPublisher.
CloverPHPPublisher_DisplayName() - Static method in class org.jenkinsci.plugins.cloverphp.Messages
Publish Clover PHP Coverage Report
CloverPHPPublisher_reportDir_required() - Static method in class org.jenkinsci.plugins.cloverphp.Messages
Clover HTML report directory is required.
CloverPHPPublisher_xmlLocation_required() - Static method in class org.jenkinsci.plugins.cloverphp.Messages
Clover XML Location is required.
CloverProjectAction - Class in org.jenkinsci.plugins.cloverphp
Project level action.
CloverProjectAction(Project, CloverPHPPublisher) - Constructor for class org.jenkinsci.plugins.cloverphp.CloverProjectAction
 
CloverProjectAction_HTML_DisplayName() - Static method in class org.jenkinsci.plugins.cloverphp.Messages
Clover HTML Report
CloverProjectAction_HTML_NoCloverReportFound() - Static method in class org.jenkinsci.plugins.cloverphp.Messages
No Clover HTML Report found.
CloverProjectAction_InvalidConfiguration() - Static method in class org.jenkinsci.plugins.cloverphp.Messages
Invalid clover report directory or name.
CloverProjectAction_XML_DisplayName() - Static method in class org.jenkinsci.plugins.cloverphp.Messages
Coverage Summary Report
configure(StaplerRequest, JSONObject) - Method in class org.jenkinsci.plugins.cloverphp.CloverPHPPublisher.DescriptorImpl
 
CoverageBarProvider - Interface in org.jenkinsci.plugins.cloverphp
An interface that exposes enough data for a coverage bar to be rendered.
CoverageMetric - Enum in org.jenkinsci.plugins.cloverphp.targets
Created by IntelliJ IDEA.
CoverageTarget - Class in org.jenkinsci.plugins.cloverphp.targets
Holds the target coverage for a specific condition;
CoverageTarget() - Constructor for class org.jenkinsci.plugins.cloverphp.targets.CoverageTarget
 
CoverageTarget(Integer, Integer) - Constructor for class org.jenkinsci.plugins.cloverphp.targets.CoverageTarget
 
create(float, float) - Static method in class org.jenkinsci.plugins.cloverphp.Ratio
Creates a new instance of Ratio.

D

denominator - Variable in class org.jenkinsci.plugins.cloverphp.Ratio
 
DESCRIPTOR - Static variable in class org.jenkinsci.plugins.cloverphp.CloverPHPPublisher
Descriptor should be singleton.
doDynamic(StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.cloverphp.CloverHtmlBuildAction
 
doDynamic(StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.cloverphp.CloverProjectAction
 
doRequiredCheck(String) - Method in class org.jenkinsci.plugins.cloverphp.CloverPHPPublisher.DescriptorImpl
 

E

equals(Object) - Method in class org.jenkinsci.plugins.cloverphp.Ratio
 

F

FileCoverage - Class in org.jenkinsci.plugins.cloverphp.results
Clover Coverage results for a specific file.
FileCoverage() - Constructor for class org.jenkinsci.plugins.cloverphp.results.FileCoverage
 
findClassCoverage(String) - Method in class org.jenkinsci.plugins.cloverphp.results.FileCoverage
 
findFileCoverage(String) - Method in class org.jenkinsci.plugins.cloverphp.results.ProjectCoverage
 
findPackageCoverage(String) - Method in class org.jenkinsci.plugins.cloverphp.results.ProjectCoverage
 

G

getBuildHealth() - Method in class org.jenkinsci.plugins.cloverphp.CloverBuildAction
 
getChildren() - Method in class org.jenkinsci.plugins.cloverphp.results.FileCoverage
 
getChildren() - Method in class org.jenkinsci.plugins.cloverphp.results.ProjectCoverage
 
getClassCoverages() - Method in class org.jenkinsci.plugins.cloverphp.results.FileCoverage
 
getClasses() - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractFileMetrics
getCoveredelements() - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
Getter for property 'coveredelements'.
getCoveredelements() - Method in class org.jenkinsci.plugins.cloverphp.results.PackageCoverage
 
getCoveredmethods() - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
Getter for property 'coveredmethods'.
getCoveredmethods() - Method in class org.jenkinsci.plugins.cloverphp.results.PackageCoverage
 
getCoveredstatements() - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
Getter for property 'coveredstatements'.
getCoveredstatements() - Method in class org.jenkinsci.plugins.cloverphp.results.PackageCoverage
 
getDescriptor() - Method in class org.jenkinsci.plugins.cloverphp.CloverPHPPublisher
 
getDisplayName() - Method in class org.jenkinsci.plugins.cloverphp.CloverBuildAction
 
getDisplayName() - Method in class org.jenkinsci.plugins.cloverphp.CloverHtmlBuildAction
 
getDisplayName() - Method in class org.jenkinsci.plugins.cloverphp.CloverPHPPublisher.DescriptorImpl
This human readable name is used in the configuration screen.
getDisplayName() - Method in class org.jenkinsci.plugins.cloverphp.CloverProjectAction
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.cloverphp.results.FileCoverage
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.cloverphp.results.ProjectCoverage
Method to expose subpages to the Stapler HTTP server.
getElementCoverage() - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
 
getElementCoverage() - Method in class org.jenkinsci.plugins.cloverphp.targets.CoverageTarget
Getter for property 'elementCoverage'.
getElements() - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
Getter for property 'elements'.
getElements() - Method in class org.jenkinsci.plugins.cloverphp.results.PackageCoverage
 
getFailingMetrics(AbstractClassMetrics) - Method in class org.jenkinsci.plugins.cloverphp.targets.CoverageTarget
 
getFailingTarget() - Method in class org.jenkinsci.plugins.cloverphp.CloverPHPPublisher
Getter for property 'failingTarget'.
getFileCoverages() - Method in class org.jenkinsci.plugins.cloverphp.results.ProjectCoverage
 
getFiles() - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractProjectMetrics
getHasData() - Method in interface org.jenkinsci.plugins.cloverphp.CoverageBarProvider
 
getHasData() - Method in class org.jenkinsci.plugins.cloverphp.Ratio
 
getHealthyTarget() - Method in class org.jenkinsci.plugins.cloverphp.CloverPHPPublisher
Getter for property 'healthyTarget'.
getIconFileName() - Method in class org.jenkinsci.plugins.cloverphp.CloverBuildAction
 
getIconFileName() - Method in class org.jenkinsci.plugins.cloverphp.CloverHtmlBuildAction
 
getIconFileName() - Method in class org.jenkinsci.plugins.cloverphp.CloverProjectAction
 
getLastSuccessfulResult() - Method in class org.jenkinsci.plugins.cloverphp.CloverProjectAction
Returns the last Result that was successful.
getLoc() - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractFileMetrics
getLoc() - Method in class org.jenkinsci.plugins.cloverphp.results.PackageCoverage
for some reason, the clover results generated by recent PHPUnit do not contain metrics on package level.
getMethodCoverage() - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
 
getMethodCoverage() - Method in class org.jenkinsci.plugins.cloverphp.targets.CoverageTarget
Getter for property 'methodCoverage'.
getMethods() - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
Getter for property 'methods'.
getMethods() - Method in class org.jenkinsci.plugins.cloverphp.results.PackageCoverage
 
getName() - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
Getter for property 'name'.
getName() - Method in class org.jenkinsci.plugins.cloverphp.results.ProjectCoverage
 
getNamespace() - Method in class org.jenkinsci.plugins.cloverphp.results.ClassCoverage
 
getNcloc() - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractFileMetrics
getNcloc() - Method in class org.jenkinsci.plugins.cloverphp.results.PackageCoverage
 
getOwner() - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
 
getPackageCoverages() - Method in class org.jenkinsci.plugins.cloverphp.results.ProjectCoverage
 
getParent() - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
 
getParents() - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
exposed to jelly.
getPcCovered() - Method in interface org.jenkinsci.plugins.cloverphp.CoverageBarProvider
 
getPcCovered() - Method in class org.jenkinsci.plugins.cloverphp.Ratio
 
getPcUncovered() - Method in interface org.jenkinsci.plugins.cloverphp.CoverageBarProvider
 
getPcUncovered() - Method in class org.jenkinsci.plugins.cloverphp.Ratio
 
getPcWidth() - Method in interface org.jenkinsci.plugins.cloverphp.CoverageBarProvider
 
getPcWidth() - Method in class org.jenkinsci.plugins.cloverphp.Ratio
 
getPercentage() - Method in class org.jenkinsci.plugins.cloverphp.Ratio
Gets the percentage in integer.
getPercentage1d() - Method in class org.jenkinsci.plugins.cloverphp.Ratio
Gets the percentage in integer.
getPercentageFloat() - Method in class org.jenkinsci.plugins.cloverphp.Ratio
Gets the percentage in float.
getPercentageStr() - Method in class org.jenkinsci.plugins.cloverphp.Ratio
 
getPreviousCloverBuildAction() - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
 
getPreviousResult() - Method in class org.jenkinsci.plugins.cloverphp.CloverBuildAction
 
getPreviousResult() - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
 
getPreviousResult() - Method in class org.jenkinsci.plugins.cloverphp.results.ClassCoverage
 
getPreviousResult() - Method in class org.jenkinsci.plugins.cloverphp.results.FileCoverage
 
getPreviousResult() - Method in class org.jenkinsci.plugins.cloverphp.results.PackageCoverage
 
getPreviousResult() - Method in class org.jenkinsci.plugins.cloverphp.results.ProjectCoverage
 
getProjectAction(AbstractProject<?, ?>) - Method in class org.jenkinsci.plugins.cloverphp.CloverPHPPublisher
 
getRangeScores(CoverageTarget, AbstractClassMetrics) - Method in class org.jenkinsci.plugins.cloverphp.targets.CoverageTarget
 
getReportDir() - Method in class org.jenkinsci.plugins.cloverphp.CloverPHPPublisher
 
getRequiredMonitorService() - Method in class org.jenkinsci.plugins.cloverphp.CloverPHPPublisher
 
getResult() - Method in class org.jenkinsci.plugins.cloverphp.CloverBuildAction
Obtains the detailed CoverageReport instance.
getSearchUrl() - Method in class org.jenkinsci.plugins.cloverphp.CloverProjectAction
 
getStatementCoverage() - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
 
getStatementCoverage() - Method in class org.jenkinsci.plugins.cloverphp.targets.CoverageTarget
Getter for property 'statementCoverage'.
getStatements() - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
Getter for property 'statements'.
getStatements() - Method in class org.jenkinsci.plugins.cloverphp.results.PackageCoverage
 
getTarget() - Method in class org.jenkinsci.plugins.cloverphp.CloverBuildAction
 
getTrendGraph() - Method in class org.jenkinsci.plugins.cloverphp.CloverProjectAction
 
getTrendGraph() - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
 
getUnhealthyTarget() - Method in class org.jenkinsci.plugins.cloverphp.CloverPHPPublisher
Getter for property 'unhealthyTarget'.
getUrlName() - Method in class org.jenkinsci.plugins.cloverphp.CloverBuildAction
 
getUrlName() - Method in class org.jenkinsci.plugins.cloverphp.CloverHtmlBuildAction
 
getUrlName() - Method in class org.jenkinsci.plugins.cloverphp.CloverProjectAction
 
getURLSafeName() - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
 
getXmlLocation() - Method in class org.jenkinsci.plugins.cloverphp.CloverPHPPublisher
 

H

hashCode() - Method in class org.jenkinsci.plugins.cloverphp.Ratio
 

I

isAlwaysMet() - Method in class org.jenkinsci.plugins.cloverphp.targets.CoverageTarget
 
isApplicable(Class<? extends AbstractProject>) - Method in class org.jenkinsci.plugins.cloverphp.CloverPHPPublisher.DescriptorImpl
 
isDisableArchiving() - Method in class org.jenkinsci.plugins.cloverphp.CloverPHPPublisher
 
isEmpty() - Method in class org.jenkinsci.plugins.cloverphp.targets.CoverageTarget
 
isPublishHtmlReport() - Method in class org.jenkinsci.plugins.cloverphp.CloverPHPPublisher
 

L

load(AbstractBuild<?, ?>, String, ProjectCoverage, CoverageTarget, CoverageTarget) - Static method in class org.jenkinsci.plugins.cloverphp.CloverBuildAction
 

M

Messages - Class in org.jenkinsci.plugins.cloverphp
 
Messages() - Constructor for class org.jenkinsci.plugins.cloverphp.Messages
 
Messages - Class in org.jenkinsci.plugins.cloverphp.results
 
Messages() - Constructor for class org.jenkinsci.plugins.cloverphp.results.Messages
 

N

newInstance(StaplerRequest, JSONObject) - Method in class org.jenkinsci.plugins.cloverphp.CloverPHPPublisher.DescriptorImpl
Creates a new instance of CloverPublisher from a submitted form.
numerator - Variable in class org.jenkinsci.plugins.cloverphp.Ratio
 

O

org.jenkinsci.plugins.cloverphp - package org.jenkinsci.plugins.cloverphp
 
org.jenkinsci.plugins.cloverphp.results - package org.jenkinsci.plugins.cloverphp.results
 
org.jenkinsci.plugins.cloverphp.targets - package org.jenkinsci.plugins.cloverphp.targets
 

P

PackageCoverage - Class in org.jenkinsci.plugins.cloverphp.results
Created by Patrick Brückner on 24.08.15.
PackageCoverage() - Constructor for class org.jenkinsci.plugins.cloverphp.results.PackageCoverage
 
parse(File, String) - Static method in class org.jenkinsci.plugins.cloverphp.CloverCoverageParser
 
parse(InputStream) - Static method in class org.jenkinsci.plugins.cloverphp.CloverCoverageParser
 
PC_WIDTH_FORMAT - Static variable in class org.jenkinsci.plugins.cloverphp.Ratio
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.cloverphp.CloverPHPPublisher
 
ProjectCoverage - Class in org.jenkinsci.plugins.cloverphp.results
Clover Coverage results for the entire project.
ProjectCoverage() - Constructor for class org.jenkinsci.plugins.cloverphp.results.ProjectCoverage
 

R

Ratio - Class in org.jenkinsci.plugins.cloverphp
Represents x/y where x=Ratio.numerator and y=Ratio.denominator.
relativeUrl(AbstractClassMetrics) - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
exposed to jelly.

S

safelyEncodedName(String) - Static method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
 
setClasses(int) - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractFileMetrics
setCoveredelements(int) - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
Setter for property 'coveredelements'.
setCoveredmethods(int) - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
Setter for property 'coveredmethods'.
setCoveredstatements(int) - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
Setter for property 'coveredstatements'.
setElementCoverage(Integer) - Method in class org.jenkinsci.plugins.cloverphp.targets.CoverageTarget
Setter for property 'elementCoverage'.
setElements(int) - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
Setter for property 'elements'.
setFailingTarget(CoverageTarget) - Method in class org.jenkinsci.plugins.cloverphp.CloverPHPPublisher
Setter for property 'failingTarget'.
setFiles(int) - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractProjectMetrics
setHealthyTarget(CoverageTarget) - Method in class org.jenkinsci.plugins.cloverphp.CloverPHPPublisher
Setter for property 'healthyTarget'.
setLoc(int) - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractFileMetrics
setMethodCoverage(Integer) - Method in class org.jenkinsci.plugins.cloverphp.targets.CoverageTarget
Setter for property 'methodCoverage'.
setMethods(int) - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
Setter for property 'methods'.
setName(String) - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
Setter for property 'name'.
setNamespace(String) - Method in class org.jenkinsci.plugins.cloverphp.results.ClassCoverage
 
setNcloc(int) - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractFileMetrics
setOwner(AbstractBuild) - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
 
setOwner(AbstractBuild) - Method in class org.jenkinsci.plugins.cloverphp.results.FileCoverage
 
setOwner(AbstractBuild) - Method in class org.jenkinsci.plugins.cloverphp.results.PackageCoverage
 
setOwner(AbstractBuild) - Method in class org.jenkinsci.plugins.cloverphp.results.ProjectCoverage
 
setParent(AbstractClassMetrics) - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
 
setStatementCoverage(Integer) - Method in class org.jenkinsci.plugins.cloverphp.targets.CoverageTarget
Setter for property 'statementCoverage'.
setStatements(int) - Method in class org.jenkinsci.plugins.cloverphp.results.AbstractClassMetrics
Setter for property 'statements'.
setUnhealthyTarget(CoverageTarget) - Method in class org.jenkinsci.plugins.cloverphp.CloverPHPPublisher
Setter for property 'unhealthyTarget'.

T

toString() - Method in class org.jenkinsci.plugins.cloverphp.Ratio
Gets "x/y" representation.
toString() - Method in enum org.jenkinsci.plugins.cloverphp.targets.CoverageMetric
 
trimPathPrefix(String, List<FileCoverage>) - Static method in class org.jenkinsci.plugins.cloverphp.CloverCoverageParser
 
trimPaths(ProjectCoverage, String) - Static method in class org.jenkinsci.plugins.cloverphp.CloverCoverageParser
 

V

valueOf(String) - Static method in enum org.jenkinsci.plugins.cloverphp.targets.CoverageMetric
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jenkinsci.plugins.cloverphp.targets.CoverageMetric
Returns an array containing the constants of this enum type, in the order they are declared.

_

_AbstractCloverMetrics_Label_element() - Static method in class org.jenkinsci.plugins.cloverphp.results.Messages
total
_AbstractCloverMetrics_Label_method() - Static method in class org.jenkinsci.plugins.cloverphp.results.Messages
method
_AbstractCloverMetrics_Label_statement() - Static method in class org.jenkinsci.plugins.cloverphp.results.Messages
statement
_CloverBuildAction_DisplayName() - Static method in class org.jenkinsci.plugins.cloverphp.Messages
Clover Summary Report
_CloverBuildAction_ElementCoverage(Object, Object) - Static method in class org.jenkinsci.plugins.cloverphp.Messages
Clover Coverage: Elements {0}% ({1})
_CloverBuildAction_MethodCoverage(Object, Object) - Static method in class org.jenkinsci.plugins.cloverphp.Messages
Clover Coverage: Methods {0}% ({1})
_CloverBuildAction_StatementCoverage(Object, Object) - Static method in class org.jenkinsci.plugins.cloverphp.Messages
Clover Coverage: Statements {0}% ({1})
_CloverCoverageParser_ProjectName() - Static method in class org.jenkinsci.plugins.cloverphp.Messages
Project
_CloverHtmlBuildAction_DisplayName() - Static method in class org.jenkinsci.plugins.cloverphp.Messages
Clover HTML Report
_CloverPHPPublisher_DisplayName() - Static method in class org.jenkinsci.plugins.cloverphp.Messages
Publish Clover PHP Coverage Report
_CloverPHPPublisher_reportDir_required() - Static method in class org.jenkinsci.plugins.cloverphp.Messages
Clover HTML report directory is required.
_CloverPHPPublisher_xmlLocation_required() - Static method in class org.jenkinsci.plugins.cloverphp.Messages
Clover XML Location is required.
_CloverProjectAction_HTML_DisplayName() - Static method in class org.jenkinsci.plugins.cloverphp.Messages
Clover HTML Report
_CloverProjectAction_HTML_NoCloverReportFound() - Static method in class org.jenkinsci.plugins.cloverphp.Messages
No Clover HTML Report found.
_CloverProjectAction_InvalidConfiguration() - Static method in class org.jenkinsci.plugins.cloverphp.Messages
Invalid clover report directory or name.
_CloverProjectAction_XML_DisplayName() - Static method in class org.jenkinsci.plugins.cloverphp.Messages
Coverage Summary Report
A B C D E F G H I L M N O P R S T V _ 
Skip navigation links

Copyright © 2004-2021. All Rights Reserved.