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 booleanequals(Object o)StringgetBuildProblemDescription()intgetId()Returns build problem idStringgetProjectId()Returns related project internal idinthashCode()StringtoString()
-
-
-
Constructor Detail
-
BuildProblemInfoImpl
public BuildProblemInfoImpl(@NotNull String projectId, int problemId)
-
-
Method Detail
-
getId
public int getId()
Description copied from interface:BuildProblemInfoReturns build problem id- Specified by:
getIdin interfaceBuildProblemInfo- Returns:
- see above
-
getProjectId
@NotNull public String getProjectId()
Description copied from interface:BuildProblemInfoReturns related project internal id- Specified by:
getProjectIdin interfaceBuildProblemInfo- Returns:
- see above
-
getBuildProblemDescription
public String getBuildProblemDescription()
- Specified by:
getBuildProblemDescriptionin interfaceBuildProblemInfo
-
equals
public boolean equals(Object o)
- Specified by:
equalsin interfaceBuildProblemInfo- Overrides:
equalsin classObject
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceBuildProblemInfo- Overrides:
hashCodein classObject
-
-