Package de.dagere.peass.ci.logs.rts
Class AggregatedRTSResult
- java.lang.Object
-
- de.dagere.peass.ci.logs.rts.AggregatedRTSResult
-
public class AggregatedRTSResult extends Object
-
-
Constructor Summary
Constructors Constructor Description AggregatedRTSResult(RTSLogSummary logSummary, de.dagere.peass.ci.RTSResult result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RTSLogSummary
getLogSummary()
de.dagere.peass.ci.RTSResult
getResult()
boolean
isRtsAllError()
boolean
isRtsAnyError()
-
-
-
Constructor Detail
-
AggregatedRTSResult
public AggregatedRTSResult(RTSLogSummary logSummary, de.dagere.peass.ci.RTSResult result)
-
-
Method Detail
-
getLogSummary
public RTSLogSummary getLogSummary()
-
getResult
public de.dagere.peass.ci.RTSResult getResult()
-
isRtsAnyError
public boolean isRtsAnyError()
-
isRtsAllError
public boolean isRtsAllError()
-
-