Package jetbrains.buildServer.messages
Class TestStartBlockData
- java.lang.Object
-
- jetbrains.buildServer.messages.BlockData
-
- jetbrains.buildServer.messages.TestStartBlockData
-
- All Implemented Interfaces:
ObjectSizeEstimate
public class TestStartBlockData extends BlockData
- Author:
- Maxim.Manuylov Date: 15.08.2008
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.messages.BlockData
blockDescription, blockName, blockType
-
-
Constructor Summary
Constructors Constructor Description TestStartBlockData(String blockName, String blockType, boolean captureStandardOutput, Long startTimestamp, String locationHint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getEstimatedSize()
String
getLocationHint()
Long
getStartTimestamp()
boolean
isCaptureStandardOutput()
-
-
-
Method Detail
-
isCaptureStandardOutput
public boolean isCaptureStandardOutput()
-
getStartTimestamp
public Long getStartTimestamp()
-
getLocationHint
public String getLocationHint()
-
getEstimatedSize
public long getEstimatedSize()
- Specified by:
getEstimatedSize
in interfaceObjectSizeEstimate
- Overrides:
getEstimatedSize
in classBlockData
- Returns:
- estimated size of this object in bytes
-
-