Uses of Interface
com.atlassian.bamboo.task.TaskConfiguratorHelper
Packages that use TaskConfiguratorHelper
Package
Description
-
Uses of TaskConfiguratorHelper in com.atlassian.bamboo.plugins.php.task.utils
Methods in com.atlassian.bamboo.plugins.php.task.utils with parameters of type TaskConfiguratorHelperModifier and TypeMethodDescriptionstatic @NotNull Set<Requirement>
PhpUnitBuildTaskHelper.calculateRequirements
(@NotNull TaskConfiguratorHelper taskConfiguratorHelper, @NotNull TaskDefinition taskDefinition) -
Uses of TaskConfiguratorHelper in com.atlassian.bamboo.plugins.testresultparser.task.configuration
Constructors in com.atlassian.bamboo.plugins.testresultparser.task.configuration with parameters of type TaskConfiguratorHelperModifierConstructorDescriptionTestResultsParserTaskConfigurator
(com.atlassian.sal.api.message.I18nResolver i18nResolver, TaskConfiguratorHelper taskConfiguratorHelper) -
Uses of TaskConfiguratorHelper in com.atlassian.bamboo.plugins.testresultparser.testng.task
Constructors in com.atlassian.bamboo.plugins.testresultparser.testng.task with parameters of type TaskConfiguratorHelperModifierConstructorDescriptionTestNGTestResultsParserTaskConfigurator
(com.atlassian.sal.api.message.I18nResolver i18nResolver, TaskConfiguratorHelper taskConfiguratorHelper) -
Uses of TaskConfiguratorHelper in com.atlassian.bamboo.task
Classes in com.atlassian.bamboo.task that implement TaskConfiguratorHelperFields in com.atlassian.bamboo.task declared as TaskConfiguratorHelperModifier and TypeFieldDescriptionprotected TaskConfiguratorHelper
AbstractTaskConfigurator.taskConfiguratorHelper
Deprecated.since 6.8 inject your own instanceMethods in com.atlassian.bamboo.task with parameters of type TaskConfiguratorHelperModifier and TypeMethodDescriptionvoid
AbstractTaskConfigurator.setTaskConfiguratorHelper
(TaskConfiguratorHelper taskConfiguratorHelper) Deprecated.since 6.8 use constructor injection or annotation injection -
Uses of TaskConfiguratorHelper in com.atlassian.bamboo.warnings
Constructors in com.atlassian.bamboo.warnings with parameters of type TaskConfiguratorHelperModifierConstructorDescriptionWarningsTaskConfigurator
(com.atlassian.sal.api.message.I18nResolver i18nResolver, TaskConfiguratorHelper taskConfiguratorHelper, CachedPlanManager cachedPlanManager, ParsersListProvider parsersListProvider)