Interface CleanedBuildsCounter
-
- All Known Implementing Classes:
CleanedBuildsCounterImpl
public interface CleanedBuildsCounter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCleanedBuildsNumber(SBuildType buildType)voidincreaseCleanedBuildsNumber(SBuildType buildType, int number)voidresetCounter(SBuildType buildType)
-
-
-
Method Detail
-
increaseCleanedBuildsNumber
void increaseCleanedBuildsNumber(@NotNull SBuildType buildType, int number)
-
getCleanedBuildsNumber
int getCleanedBuildsNumber(@NotNull SBuildType buildType)
-
resetCounter
void resetCounter(@NotNull SBuildType buildType)
-
-