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 int
getCleanedBuildsNumber(SBuildType buildType)
void
increaseCleanedBuildsNumber(SBuildType buildType, int number)
void
resetCounter(SBuildType buildType)
-
-
-
Method Detail
-
increaseCleanedBuildsNumber
public void increaseCleanedBuildsNumber(@NotNull SBuildType buildType, int number)
- Specified by:
increaseCleanedBuildsNumber
in interfaceCleanedBuildsCounter
-
getCleanedBuildsNumber
public int getCleanedBuildsNumber(@NotNull SBuildType buildType)
- Specified by:
getCleanedBuildsNumber
in interfaceCleanedBuildsCounter
-
resetCounter
public void resetCounter(@NotNull SBuildType buildType)
- Specified by:
resetCounter
in interfaceCleanedBuildsCounter
-
-