Interface CurrentBuildProblem
-
- All Known Implementing Classes:
CurrentBuildProblemImpl
public interface CurrentBuildProblem
User: Victory.Bedrosova Date: 4/3/13 Time: 4:41 PM Represents current build problem in project- Since:
- 8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuildProblemInfo
getBuildProblemInfo()
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 typesBuildProblem
getLatestBuildProblem()
Returns latest occurrence of this build problem
-
-
-
Method Detail
-
getLatestBuildProblem
@NotNull BuildProblem getLatestBuildProblem()
Returns latest occurrence of this build problem- Returns:
- see above
-
getInstances
@NotNull Map<SBuildType,BuildProblem> getInstances()
Returns occurrences of this build problem in different build types- Returns:
- see above
-
getBuildTypes
@NotNull List<SBuildType> getBuildTypes()
Returns build types where this build problem is currently present- Returns:
-
getBuildProblemInfo
@NotNull BuildProblemInfo getBuildProblemInfo()
-
-