public interface BuildProblemTypeDetailsProvider extends TeamCityExtension
BaseBuildProblemTypeDetailsProvider,
BuildProblemData,
PositionAware| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStatusText(BuildProblemData buildProblem,
SBuild build)
Returns custom build problem status text or null if build problem shouldn't affect build status text
|
java.lang.String |
getType()
Returns build problem type that is supported by this provider
|
java.lang.String |
getTypeDescription()
Returns human readable build problem type description
|
@Nullable
java.lang.String getStatusText(@NotNull
BuildProblemData buildProblem,
@NotNull
SBuild build)
buildProblem - build problembuild - build@Nullable java.lang.String getTypeDescription()
@NotNull java.lang.String getType()