|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjetbrains.buildServer.tests.TestStartInfo
public class TestStartInfo
This class keeps some attributes related to the started test.
| Constructor Summary | |
|---|---|
TestStartInfo(boolean captureStandardOutput,
java.lang.Long startTimestamp,
java.lang.String locationHint)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getLocationHint()
|
java.lang.Long |
getStartTimestamp()
|
boolean |
isCaptureStandardOutput()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestStartInfo(boolean captureStandardOutput,
java.lang.Long startTimestamp,
java.lang.String locationHint)
captureStandardOutput - true if TeamCity server should automatically collect test output between testStart and testFinished messages on the server sidestartTimestamp - actual timestamp when test was started, can be passed via service message (or it will be taken from test start block timestamp instead)locationHint - an optional hint for test opening in IDE, can be passed by particular test runner and should be with IDE plugin implementation| Method Detail |
|---|
public boolean isCaptureStandardOutput()
public java.lang.Long getStartTimestamp()
public java.lang.String getLocationHint()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||