public interface ConfigurablePlugin<T extends com.atlassian.plugin.ModuleDescriptor> extends BuildConfigurationAwarePlugin<T>
| Modifier and Type | Method and Description |
|---|---|
void |
customizeBuildRequirements(@NotNull PlanKey planKey,
@NotNull BuildConfiguration buildConfiguration,
@NotNull RequirementSet requirementSet)
Extension point for adding/customizing requirements when editing a build's builder configuration.
|
void |
removeBuildRequirements(@NotNull PlanKey planKey,
@NotNull BuildConfiguration buildConfiguration,
@NotNull RequirementSet requirementSet)
Extension point for removing requirements when given plugin is excluded from build's builder configuration.
|
addDefaultValues, isConfigurationMissing, prepareConfigObject, validateinitgetEditHtml, getViewHtmlvoid customizeBuildRequirements(@NotNull
@NotNull PlanKey planKey,
@NotNull
@NotNull BuildConfiguration buildConfiguration,
@NotNull
@NotNull RequirementSet requirementSet)
planKey - key of Plan for which requirements has to be removed.buildConfiguration - source of information for customizing build requirementsrequirementSet - requirements to be customizedvoid removeBuildRequirements(@NotNull
@NotNull PlanKey planKey,
@NotNull
@NotNull BuildConfiguration buildConfiguration,
@NotNull
@NotNull RequirementSet requirementSet)
planKey - key of Plan for which requirements has to be removed.buildConfiguration - source of information for customizing build requirementsrequirementSet - requirements to be customizedCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.