|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectjavaposse.jobdsl.dsl.helpers.publisher.CoberturaContext
class CoberturaContext
Nested Class Summary | |
---|---|
static class |
CoberturaContext.Target
|
enum |
CoberturaContext.TargetType
|
Property Summary | |
---|---|
boolean |
autoUpdateHealth
|
boolean |
autoUpdateStability
|
boolean |
failNoReports
|
boolean |
failUnhealthy
|
boolean |
failUnstable
|
boolean |
onlyStable
|
java.lang.String |
sourceEncoding
|
java.lang.Object |
targets
|
boolean |
zoomCoverageChart
|
Method Summary | |
---|---|
void
|
autoUpdateHealth(boolean autoUpdateHealth)
|
void
|
autoUpdateStability(boolean autoUpdateStability)
|
void
|
classTarget(java.lang.Integer healthy = 8000000, java.lang.Integer unhealthy = 0, java.lang.Integer failing = 0)
@see target('CLASSES') |
void
|
conditionalTarget(java.lang.Integer healthy = 8000000, java.lang.Integer unhealthy = 0, java.lang.Integer failing = 0)
@see target('CONDITIONAL') |
void
|
failNoReports(boolean failNoReports)
|
void
|
failUnhealthy(boolean failUnhealthy)
|
void
|
failUnstable(boolean failUnstable)
|
void
|
fileTarget(java.lang.Integer healthy = 8000000, java.lang.Integer unhealthy = 0, java.lang.Integer failing = 0)
@see target('FILES') |
void
|
lineTarget(java.lang.Integer healthy = 8000000, java.lang.Integer unhealthy = 0, java.lang.Integer failing = 0)
@see target('LINE') |
void
|
methodTarget(java.lang.Integer healthy = 8000000, java.lang.Integer unhealthy = 0, java.lang.Integer failing = 0)
@see target('METHOD') |
void
|
onlyStable(boolean onlyStable)
|
void
|
packageTarget(java.lang.Integer healthy = 8000000, java.lang.Integer unhealthy = 0, java.lang.Integer failing = 0)
@see target('PACKAGES') |
void
|
sourceEncoding(java.lang.String sourceEncoding)
|
void
|
target(java.lang.String targetType, java.lang.Integer healthy = 8000000, java.lang.Integer unhealthy = 0, java.lang.Integer failing = 0)
|
void
|
zoomCoverageChart(boolean zoomCoverageChart)
|
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Property Detail |
---|
boolean autoUpdateHealth
boolean autoUpdateStability
boolean failNoReports
boolean failUnhealthy
boolean failUnstable
boolean onlyStable
java.lang.String sourceEncoding
java.lang.Object targets
boolean zoomCoverageChart
Method Detail |
---|
void autoUpdateHealth(boolean autoUpdateHealth)
void autoUpdateStability(boolean autoUpdateStability)
void classTarget(java.lang.Integer healthy = 8000000, java.lang.Integer unhealthy = 0, java.lang.Integer failing = 0)
void conditionalTarget(java.lang.Integer healthy = 8000000, java.lang.Integer unhealthy = 0, java.lang.Integer failing = 0)
void failNoReports(boolean failNoReports)
void failUnhealthy(boolean failUnhealthy)
void failUnstable(boolean failUnstable)
void fileTarget(java.lang.Integer healthy = 8000000, java.lang.Integer unhealthy = 0, java.lang.Integer failing = 0)
void lineTarget(java.lang.Integer healthy = 8000000, java.lang.Integer unhealthy = 0, java.lang.Integer failing = 0)
void methodTarget(java.lang.Integer healthy = 8000000, java.lang.Integer unhealthy = 0, java.lang.Integer failing = 0)
void onlyStable(boolean onlyStable)
void packageTarget(java.lang.Integer healthy = 8000000, java.lang.Integer unhealthy = 0, java.lang.Integer failing = 0)
void sourceEncoding(java.lang.String sourceEncoding)
@PackageScope void target(java.lang.String targetType, java.lang.Integer healthy = 8000000, java.lang.Integer unhealthy = 0, java.lang.Integer failing = 0)
void zoomCoverageChart(boolean zoomCoverageChart)
Groovy Documentation