Class PlanConfigHelpers
- java.lang.Object
-
- com.atlassian.bamboo.build.creation.PlanConfigHelpers
-
@Internal @NotThreadSafe public class PlanConfigHelpers extends Object
Utility class that makes invoking validation onPlanConfigHelper
easier. Not thread safe.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Runnable
getValidationRunnableForHelpers(@NotNull com.atlassian.struts.ValidationAware validationAware, @NotNull BuildConfiguration buildConfiguration, @NotNull PlanConfigHelper... planConfigHelpers)
Get Runnable that goes through the provided helpers and invokes validation on provided build configuration.
-
-
-
Method Detail
-
getValidationRunnableForHelpers
public static Runnable getValidationRunnableForHelpers(@NotNull @NotNull com.atlassian.struts.ValidationAware validationAware, @NotNull @NotNull BuildConfiguration buildConfiguration, @NotNull @NotNull PlanConfigHelper... planConfigHelpers)
Get Runnable that goes through the provided helpers and invokes validation on provided build configuration. Returned runnable is not protected from concurrent modification of build configuration.
-
-