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