Interface PlanConfigurationUiPlugin

    • Method Detail

      • isApplicableTo

        boolean isApplicableTo​(@NotNull
                               @NotNull ImmutablePlan plan)
        Checks if the plugin is applicable to a plan. Typical implementation is to check plan's type (chain, build, job).
        Parameters:
        plan - Plan to be verified
        Returns:
        true if particular configuration is applicable to input plan