Class TestDurationInfo
- java.lang.Object
-
- jetbrains.buildServer.serverSide.messages.core.TestDurationInfo
-
public class TestDurationInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description TestDurationInfo(Date timestamp)
TestDurationInfo(BuildMessage1 message)
TestDurationInfo(BuildMessage1 message, BlockData blockData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getFinishingMessageTimestamp()
Integer
getTestFinishBlockDataDuration()
Long
getTestFinishBlockDataTimestamp()
-
-
-
Constructor Detail
-
TestDurationInfo
public TestDurationInfo(@NotNull BuildMessage1 message, @NotNull BlockData blockData)
-
TestDurationInfo
public TestDurationInfo(@NotNull BuildMessage1 message)
-
TestDurationInfo
public TestDurationInfo(@NotNull Date timestamp)
-
-