Class ProblemBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.changes.ProblemBean
-
public class ProblemBean extends Object
- Author:
- Sergey.Anchipolevsky Date: 06.10.2009
-
-
Constructor Summary
Constructors Constructor Description ProblemBean(SystemProblemEntry problemEntry, SystemProblemWebSpecifics problemWebSpecifics, String detailsString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDetailsString()
SystemProblemEntry
getProblemEntry()
SystemProblemWebSpecifics
getProblemWebSpecifics()
boolean
isBuildInternalError()
-
-
-
Constructor Detail
-
ProblemBean
public ProblemBean(@NotNull SystemProblemEntry problemEntry, @Nullable SystemProblemWebSpecifics problemWebSpecifics, @Nullable String detailsString)
-
-
Method Detail
-
getProblemEntry
@NotNull public SystemProblemEntry getProblemEntry()
-
getProblemWebSpecifics
@Nullable public SystemProblemWebSpecifics getProblemWebSpecifics()
-
getDetailsString
@Nullable public String getDetailsString()
-
isBuildInternalError
public boolean isBuildInternalError()
-
-