Uses of Class
jetbrains.buildServer.serverSide.ChangesCollectionCondition.Result
-
Packages that use ChangesCollectionCondition.Result Package Description jetbrains.buildServer.serverSide jetbrains.buildServer.serverSide.impl.approval -
-
Uses of ChangesCollectionCondition.Result in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return ChangesCollectionCondition.Result Modifier and Type Method Description ChangesCollectionCondition.ResultChangesCollectionCondition. shouldCollectChangesNow(BuildPromotion buildPromotion)Checks if changes can and should to be collected now or not.static ChangesCollectionCondition.ResultChangesCollectionCondition.Result. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangesCollectionCondition.Result[]ChangesCollectionCondition.Result. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChangesCollectionCondition.Result in jetbrains.buildServer.serverSide.impl.approval
Methods in jetbrains.buildServer.serverSide.impl.approval that return ChangesCollectionCondition.Result Modifier and Type Method Description ChangesCollectionCondition.ResultApprovableBuildChangesCollectionCondition. shouldCollectChangesNow(BuildPromotion buildPromotion)
-