Package com.atlassian.bamboo.build.test
Class SkipTestHistoryConfigurationItem
- java.lang.Object
-
- com.atlassian.bamboo.v2.build.BaseBuildConfigurationAwarePlugin
-
- com.atlassian.bamboo.build.test.SkipTestHistoryConfigurationItem
-
- All Implemented Interfaces:
MiscellaneousPlanConfigurationPlugin
,PlanConfigurationUiPlugin
,InitablePluginModule
,BambooPluginModule
,BuildConfigurationAwarePlugin
,RenderableBuildConfiguration
public class SkipTestHistoryConfigurationItem extends BaseBuildConfigurationAwarePlugin implements MiscellaneousPlanConfigurationPlugin
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.v2.build.BaseBuildConfigurationAwarePlugin
moduleDescriptor, templateRenderer
-
-
Constructor Summary
Constructors Constructor Description SkipTestHistoryConfigurationItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isApplicableTo(@NotNull ImmutablePlan plan)
Checks if the plugin is applicable to a plan.-
Methods inherited from class com.atlassian.bamboo.v2.build.BaseBuildConfigurationAwarePlugin
addDefaultValues, getEditHtml, getTemplateRenderer, getViewHtml, init, populateContextForEdit, populateContextForView, prepareConfigObject, setTemplateRenderer, validate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.v2.build.BuildConfigurationAwarePlugin
addDefaultValues, isConfigurationMissing, prepareConfigObject, validate
-
Methods inherited from interface com.atlassian.bamboo.plugin.InitablePluginModule
init
-
Methods inherited from interface com.atlassian.bamboo.v2.build.RenderableBuildConfiguration
getEditHtml, getViewHtml
-
-
-
-
Method Detail
-
isApplicableTo
public boolean isApplicableTo(@NotNull @NotNull ImmutablePlan plan)
Description copied from interface:PlanConfigurationUiPlugin
Checks if the plugin is applicable to a plan. Typical implementation is to check plan's type (chain, build, job).- Specified by:
isApplicableTo
in interfacePlanConfigurationUiPlugin
- Parameters:
plan
- Plan to be verified- Returns:
- true if particular configuration is applicable to input plan
-
-