public abstract class AbstractCloverMetrics extends Object
| Constructor and Description |
|---|
AbstractCloverMetrics() |
| Modifier and Type | Method and Description |
|---|---|
Ratio |
getConditionalCoverage() |
int |
getConditionals()
Getter for property 'conditionals'.
|
int |
getCoveredconditionals()
Getter for property 'coveredconditionals'.
|
int |
getCoveredelements()
Getter for property 'coveredelements'.
|
int |
getCoveredmethods()
Getter for property 'coveredmethods'.
|
int |
getCoveredstatements()
Getter for property 'coveredstatements'.
|
Ratio |
getElementCoverage() |
int |
getElements()
Getter for property 'elements'.
|
Ratio |
getMethodCoverage() |
int |
getMethods()
Getter for property 'methods'.
|
String |
getName()
Getter for property 'name'.
|
hudson.model.Run<?,?> |
getOwner() |
protected CloverBuildAction |
getPreviousCloverBuildAction() |
abstract AbstractCloverMetrics |
getPreviousResult() |
Ratio |
getStatementCoverage() |
int |
getStatements()
Getter for property 'statements'.
|
hudson.util.Graph |
getTrendGraph() |
void |
setConditionals(int conditionals)
Setter for property 'conditionals'.
|
void |
setCoveredconditionals(int coveredconditionals)
Setter for property 'coveredconditionals'.
|
void |
setCoveredelements(int coveredelements)
Setter for property 'coveredelements'.
|
void |
setCoveredmethods(int coveredmethods)
Setter for property 'coveredmethods'.
|
void |
setCoveredstatements(int coveredstatements)
Setter for property 'coveredstatements'.
|
void |
setElements(int elements)
Setter for property 'elements'.
|
void |
setMethods(int methods)
Setter for property 'methods'.
|
void |
setName(String name)
Setter for property 'name'.
|
void |
setOwner(hudson.model.Run<?,?> owner) |
void |
setStatements(int statements)
Setter for property 'statements'.
|
public Ratio getMethodCoverage()
public Ratio getConditionalCoverage()
public Ratio getStatementCoverage()
public Ratio getElementCoverage()
public int getConditionals()
public void setConditionals(int conditionals)
conditionals - Value to set for property 'conditionals'.public int getMethods()
public void setMethods(int methods)
methods - Value to set for property 'methods'.public int getCoveredstatements()
public void setCoveredstatements(int coveredstatements)
coveredstatements - Value to set for property 'coveredstatements'.public int getCoveredmethods()
public void setCoveredmethods(int coveredmethods)
coveredmethods - Value to set for property 'coveredmethods'.public int getCoveredconditionals()
public void setCoveredconditionals(int coveredconditionals)
coveredconditionals - Value to set for property 'coveredconditionals'.public int getStatements()
public void setStatements(int statements)
statements - Value to set for property 'statements'.public int getCoveredelements()
public void setCoveredelements(int coveredelements)
coveredelements - Value to set for property 'coveredelements'.public int getElements()
public void setElements(int elements)
elements - Value to set for property 'elements'.public String getName()
public void setName(String name)
name - Value to set for property 'name'.public hudson.model.Run<?,?> getOwner()
public void setOwner(hudson.model.Run<?,?> owner)
public abstract AbstractCloverMetrics getPreviousResult()
protected CloverBuildAction getPreviousCloverBuildAction()
public hudson.util.Graph getTrendGraph()
Copyright © 2004-2021. All Rights Reserved.