Interface CleanCheckoutEnforcer
-
- All Known Implementing Classes:
CleanCheckoutEnforcerImpl
public interface CleanCheckoutEnforcer- Author:
- Sergey.Pak Date: 1/17/14 Time: 12:41 PM
-
-
Field Summary
Fields Modifier and Type Field Description static intAGENTS_ALLstatic StringBUILD_TYPES_ALLstatic StringBUILD_TYPES_ALL_QUOTEDstatic longDEFAULT_BUILD_ID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidenforceCleanCheckout(BuildType buildType, BuildAgent buildAgent)voidenforceCleanCheckoutForAgent(BuildAgent buildAgent)voidenforceCleanCheckoutForBuildType(BuildType buildType)LonggetEnforcedCleanCheckoutBuildId(BuildType buildType, BuildAgent buildAgent)
-
-
-
Field Detail
-
BUILD_TYPES_ALL
static final String BUILD_TYPES_ALL
- See Also:
- Constant Field Values
-
BUILD_TYPES_ALL_QUOTED
static final String BUILD_TYPES_ALL_QUOTED
- See Also:
- Constant Field Values
-
AGENTS_ALL
static final int AGENTS_ALL
- See Also:
- Constant Field Values
-
DEFAULT_BUILD_ID
static final long DEFAULT_BUILD_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
enforceCleanCheckout
void enforceCleanCheckout(@NotNull BuildType buildType, @NotNull BuildAgent buildAgent)
-
enforceCleanCheckoutForAgent
void enforceCleanCheckoutForAgent(@NotNull BuildAgent buildAgent)
-
enforceCleanCheckoutForBuildType
void enforceCleanCheckoutForBuildType(@NotNull BuildType buildType)
-
getEnforcedCleanCheckoutBuildId
Long getEnforcedCleanCheckoutBuildId(@NotNull BuildType buildType, @NotNull BuildAgent buildAgent)
-
-