Uses of Interface
com.atlassian.bamboo.task.TaskConfiguratorHelper
-
-
Uses of TaskConfiguratorHelper in com.atlassian.bamboo.plugins.php.task.utils
Methods in com.atlassian.bamboo.plugins.php.task.utils with parameters of type TaskConfiguratorHelper Modifier and Type Method Description static @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 TaskConfiguratorHelper Constructor Description TestResultsParserTaskConfigurator(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 TaskConfiguratorHelper Constructor Description TestNGTestResultsParserTaskConfigurator(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 TaskConfiguratorHelper Modifier and Type Class Description class
TaskConfiguratorHelperImpl
Fields in com.atlassian.bamboo.task declared as TaskConfiguratorHelper Modifier and Type Field Description protected TaskConfiguratorHelper
AbstractTaskConfigurator. taskConfiguratorHelper
Deprecated.since 6.8 inject your own instanceMethods in com.atlassian.bamboo.task with parameters of type TaskConfiguratorHelper Modifier and Type Method Description void
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 TaskConfiguratorHelper Constructor Description WarningsTaskConfigurator(com.atlassian.sal.api.message.I18nResolver i18nResolver, TaskConfiguratorHelper taskConfiguratorHelper, CachedPlanManager cachedPlanManager, ParsersListProvider parsersListProvider)
-