public interface PlanConfigurationUiPlugin extends BuildConfigurationAwarePlugin, BuildConfigurationUIPlugin
Modifier and Type | Method and Description |
---|---|
boolean |
isApplicableTo(ImmutablePlan plan)
Checks if the plugin is applicable to a plan.
|
default boolean |
isApplicableTo(Plan plan)
Checks if the plugin is applicable to a plan.
|
isConfigurationMissing
addDefaultValues, isConfigurationMissing, prepareConfigObject, validate
init
getEditHtml, getViewHtml
boolean isApplicableTo(@NotNull ImmutablePlan plan)
plan
- Plan to be verifieddefault boolean isApplicableTo(@NotNull Plan plan)
BuildConfigurationUIPlugin
isApplicableTo
in interface BuildConfigurationUIPlugin
plan
- Plan to be verifiedCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.