jetbrains.buildServer.serverSide.systemProblems
Interface SystemProblemEntry


public interface SystemProblemEntry

Links a system problem with a particular system entity -- a Project, a VCS Root, a Build Type, a User, etc. If a problem isn't linked to any enity, it's considered a whole system problem. When the problem is reported it's assigned an integer identifier, which is also provided in this class.

Since:
5.0

Method Summary
 java.lang.String getId()
           
 SystemProblem getProblem()
           
 java.lang.Object getRelatedObject()
           
 

Method Detail

getId

java.lang.String getId()
Returns:
the identifier of the problem

getProblem

@NotNull
SystemProblem getProblem()
Returns:
the system problem

getRelatedObject

@Nullable
java.lang.Object getRelatedObject()
Returns:
the entity related to the problem (a Project, a VCS Root, a Build Type, a User, etc.)