Class BuildTypesTestScopeViaProperties
- java.lang.Object
-
- jetbrains.buildServer.serverSide.tests.BuildTypesTestScopeViaProperties
-
- All Implemented Interfaces:
ServerExtension
,BuildTypesTestScope
,TeamCityExtension
public class BuildTypesTestScopeViaProperties extends Object implements BuildTypesTestScope
-
-
Constructor Summary
Constructors Constructor Description BuildTypesTestScopeViaProperties(ProjectManager projectManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<SBuildType>
getRelevantBuildTypes(SBuild build)
Return a collection of additional build configurations which should be treated equally with regard to test failures for a given build.
-
-
-
Constructor Detail
-
BuildTypesTestScopeViaProperties
public BuildTypesTestScopeViaProperties(@NotNull ProjectManager projectManager)
-
-
Method Detail
-
getRelevantBuildTypes
@NotNull public Collection<SBuildType> getRelevantBuildTypes(@NotNull SBuild build)
Description copied from interface:BuildTypesTestScope
Return a collection of additional build configurations which should be treated equally with regard to test failures for a given build.- Specified by:
getRelevantBuildTypes
in interfaceBuildTypesTestScope
- Returns:
- see above
- See Also:
TestHistory.getRelevantBuildTypes(SBuild)
-
-