Class TcLogInfo
java.lang.Object
com.smartbear.jenkins.plugins.testcomplete.TcLogInfo
- All Implemented Interfaces:
Serializable
- Author:
- Igor Filin
- See Also:
-
Constructor Details
-
TcLogInfo
public TcLogInfo(long startTime, long stopTime, int testCount, int errorCount, int warningCount)
-
-
Method Details
-
getStartTime
@Exported(name="timestamp") public long getStartTime() -
getStopTime
public long getStopTime() -
getTestDuration
@Exported(name="duration") public long getTestDuration() -
getTestCount
public int getTestCount() -
getErrorCount
@Exported(name="errors") public int getErrorCount() -
getWarningCount
@Exported(name="warnings") public int getWarningCount() -
formatStartTime
-
formatStopTime
-
formatTestDuration
-
getXML
-
setXML
-