Class FrequentCleanCheckoutHelper
- java.lang.Object
-
- jetbrains.buildServer.serverSide.healthStatus.utils.FrequentCleanCheckoutHelper
-
public class FrequentCleanCheckoutHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
TEAMCITY_CLEAN_CHECKOUT_REPORT_RESOLVE_CHECKOUT_DIR_PROPERTY
-
Constructor Summary
Constructors Constructor Description FrequentCleanCheckoutHelper(ProjectManager projectManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<List<SBuildType>>
computeBuildTypesWithDifferentVcsSettings(HealthStatusScope scope)
-
-
-
Field Detail
-
TEAMCITY_CLEAN_CHECKOUT_REPORT_RESOLVE_CHECKOUT_DIR_PROPERTY
public static final String TEAMCITY_CLEAN_CHECKOUT_REPORT_RESOLVE_CHECKOUT_DIR_PROPERTY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FrequentCleanCheckoutHelper
public FrequentCleanCheckoutHelper(@NotNull ProjectManager projectManager)
-
-
Method Detail
-
computeBuildTypesWithDifferentVcsSettings
@NotNull public List<List<SBuildType>> computeBuildTypesWithDifferentVcsSettings(@NotNull HealthStatusScope scope)
-
-