Class BuildProblemInfoImpl
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.problems.BuildProblemInfoImpl
-
- All Implemented Interfaces:
BuildProblemInfo
public class BuildProblemInfoImpl extends Object implements BuildProblemInfo
User: Victory.Bedrosova Date: 1/3/13 Time: 6:57 PM
-
-
Constructor Summary
Constructors Constructor Description BuildProblemInfoImpl(String projectId, int problemId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getBuildProblemDescription()
int
getId()
Returns build problem idString
getProjectId()
Returns related project internal idint
hashCode()
String
toString()
-
-
-
Constructor Detail
-
BuildProblemInfoImpl
public BuildProblemInfoImpl(@NotNull String projectId, int problemId)
-
-
Method Detail
-
getId
public int getId()
Description copied from interface:BuildProblemInfo
Returns build problem id- Specified by:
getId
in interfaceBuildProblemInfo
- Returns:
- see above
-
getProjectId
@NotNull public String getProjectId()
Description copied from interface:BuildProblemInfo
Returns related project internal id- Specified by:
getProjectId
in interfaceBuildProblemInfo
- Returns:
- see above
-
getBuildProblemDescription
public String getBuildProblemDescription()
- Specified by:
getBuildProblemDescription
in interfaceBuildProblemInfo
-
equals
public boolean equals(Object o)
- Specified by:
equals
in interfaceBuildProblemInfo
- Overrides:
equals
in classObject
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfaceBuildProblemInfo
- Overrides:
hashCode
in classObject
-
-