-
public final class StartPreciseCoverageRequestRequest object containing input parameters for the ProfilerDomain.startPreciseCoverage command.
-
-
Constructor Summary
Constructors Constructor Description StartPreciseCoverageRequest(Boolean callCount, Boolean detailed, Boolean allowTriggeredUpdates)
-
Method Summary
Modifier and Type Method Description final Booleancomponent1()final Booleancomponent2()final Booleancomponent3()final StartPreciseCoverageRequestcopy(Boolean callCount, Boolean detailed, Boolean allowTriggeredUpdates)final BooleangetCallCount()Collect accurate call counts beyond simple 'covered' or 'not covered'. final BooleangetDetailed()Collect block-based coverage. final BooleangetAllowTriggeredUpdates()Allow the backend to send updates on its own initiative -
-
Method Detail
-
component1
final Boolean component1()
-
component2
final Boolean component2()
-
component3
final Boolean component3()
-
copy
final StartPreciseCoverageRequest copy(Boolean callCount, Boolean detailed, Boolean allowTriggeredUpdates)
-
getCallCount
final Boolean getCallCount()
Collect accurate call counts beyond simple 'covered' or 'not covered'.
-
getDetailed
final Boolean getDetailed()
Collect block-based coverage.
-
getAllowTriggeredUpdates
final Boolean getAllowTriggeredUpdates()
Allow the backend to send updates on its own initiative
-
-
-
-