Class CleanedBuildsCounterImpl
- java.lang.Object
-
- jetbrains.buildServer.serverSide.statistics.diskusage.impl.CleanedBuildsCounterImpl
-
- All Implemented Interfaces:
CleanedBuildsCounter
public class CleanedBuildsCounterImpl extends Object implements CleanedBuildsCounter
-
-
Constructor Summary
Constructors Constructor Description CleanedBuildsCounterImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCleanedBuildsNumber(SBuildType buildType)voidincreaseCleanedBuildsNumber(SBuildType buildType, int number)voidresetCounter(SBuildType buildType)
-
-
-
Method Detail
-
increaseCleanedBuildsNumber
public void increaseCleanedBuildsNumber(@NotNull SBuildType buildType, int number)- Specified by:
increaseCleanedBuildsNumberin interfaceCleanedBuildsCounter
-
getCleanedBuildsNumber
public int getCleanedBuildsNumber(@NotNull SBuildType buildType)- Specified by:
getCleanedBuildsNumberin interfaceCleanedBuildsCounter
-
resetCounter
public void resetCounter(@NotNull SBuildType buildType)- Specified by:
resetCounterin interfaceCleanedBuildsCounter
-
-