Package jetbrains.buildServer.messages
Class TestProblemData
- java.lang.Object
-
- jetbrains.buildServer.messages.ErrorData
-
- jetbrains.buildServer.messages.TestProblemData
-
- All Implemented Interfaces:
ObjectSizeEstimate
- Direct Known Subclasses:
ComparisonFailedData
public class TestProblemData extends ErrorData
- Author:
- Eugene Zhuravlev Date: Mar 22, 2006
-
-
Field Summary
Fields Modifier and Type Field Description String
testName
-
Fields inherited from class jetbrains.buildServer.messages.ErrorData
ARTIFACT_DEPENDENCY_ERROR_TYPE, BUILD_RUNNER_ERROR_TYPE, CHECKING_FOR_CHANGES_ERROR_TYPE, DIRECTORY_CREATION_ERROR_TYPE, INACCESSIBLE_EXTERNAL_DEPENDENCY_ERROR_TYPE, localizedMessage, PREPARATION_FAILURE_TYPE, SNAPSHOT_DEPENDENCY_ERROR_BUILD_PROCEEDS_TYPE, SNAPSHOT_DEPENDENCY_ERROR_TYPE, stackTrace, type, TYPE_DESCRIPTIONS, UNKNOWN_TYPE, UPDATE_SOURCES_TYPE
-
-
Constructor Summary
Constructors Constructor Description TestProblemData(String testName, String stackTrace, String localizedMessage)
TestProblemData(String testName, Throwable th)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getEstimatedSize()
String
toString()
-
Methods inherited from class jetbrains.buildServer.messages.ErrorData
isInternalError, isInternalError, isSnapshotDependencyError
-
-
-
-
Field Detail
-
testName
public String testName
-
-
Method Detail
-
getEstimatedSize
public long getEstimatedSize()
- Specified by:
getEstimatedSize
in interfaceObjectSizeEstimate
- Overrides:
getEstimatedSize
in classErrorData
- Returns:
- estimated size of this object in bytes
-
-