|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CoverageElement.Type | |
|---|---|
| hudson.plugins.jacoco | |
| hudson.plugins.jacoco.model | |
| Uses of CoverageElement.Type in hudson.plugins.jacoco |
|---|
| Constructor parameters in hudson.plugins.jacoco with type arguments of type CoverageElement.Type | |
|---|---|
JacocoBuildAction(hudson.model.AbstractBuild<?,?> owner,
Rule rule,
Map<CoverageElement.Type,Coverage> ratios,
JacocoHealthReportThresholds thresholds,
hudson.model.BuildListener listener,
String[] inclusions,
String[] exclusions)
|
|
| Uses of CoverageElement.Type in hudson.plugins.jacoco.model |
|---|
| Methods in hudson.plugins.jacoco.model that return CoverageElement.Type | |
|---|---|
CoverageElement.Type |
Coverage.getType()
|
CoverageElement.Type |
CoverageElement.getTypeAsEnum()
Returns the enum constant that says what type of coverage this bean represents. |
static CoverageElement.Type |
CoverageElement.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CoverageElement.Type[] |
CoverageElement.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in hudson.plugins.jacoco.model with parameters of type CoverageElement.Type | |
|---|---|
void |
Coverage.setType(CoverageElement.Type type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||