Class CurrentBuildProblemImpl
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.problems.CurrentBuildProblemImpl
-
- All Implemented Interfaces:
CurrentBuildProblem
public class CurrentBuildProblemImpl extends Object implements CurrentBuildProblem
User: Victory.Bedrosova Date: 4/3/13 Time: 4:36 PM
-
-
Constructor Summary
Constructors Constructor Description CurrentBuildProblemImpl(List<BuildProblem> instances)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BuildProblemInfogetBuildProblemInfo()List<SBuildType>getBuildTypes()Returns build types where this build problem is currently presentMap<SBuildType,BuildProblem>getInstances()Returns occurrences of this build problem in different build typesBuildProblemgetLatestBuildProblem()Returns latest occurrence of this build probleminthashCode()
-
-
-
Constructor Detail
-
CurrentBuildProblemImpl
public CurrentBuildProblemImpl(@NotNull List<BuildProblem> instances)
-
-
Method Detail
-
getLatestBuildProblem
@NotNull public BuildProblem getLatestBuildProblem()
Description copied from interface:CurrentBuildProblemReturns latest occurrence of this build problem- Specified by:
getLatestBuildProblemin interfaceCurrentBuildProblem- Returns:
- see above
-
getInstances
@NotNull public Map<SBuildType,BuildProblem> getInstances()
Description copied from interface:CurrentBuildProblemReturns occurrences of this build problem in different build types- Specified by:
getInstancesin interfaceCurrentBuildProblem- Returns:
- see above
-
getBuildTypes
@NotNull public List<SBuildType> getBuildTypes()
Description copied from interface:CurrentBuildProblemReturns build types where this build problem is currently present- Specified by:
getBuildTypesin interfaceCurrentBuildProblem- Returns:
-
getBuildProblemInfo
@NotNull public BuildProblemInfo getBuildProblemInfo()
- Specified by:
getBuildProblemInfoin interfaceCurrentBuildProblem
-
-