Uses of Interface
com.atlassian.bamboo.task.TaskModuleDescriptor
Packages that use TaskModuleDescriptor
Package
Description
-
Uses of TaskModuleDescriptor in com.atlassian.bamboo.deployments.environments.actions
Methods in com.atlassian.bamboo.deployments.environments.actions that return types with arguments of type TaskModuleDescriptorModifier and TypeMethodDescriptionConfigureEnvironmentTasks.getAvailableTasks()
ViewEnvironmentTaskTypes.getAvailableTasks()
-
Uses of TaskModuleDescriptor in com.atlassian.bamboo.deployments.environments.service
Methods in com.atlassian.bamboo.deployments.environments.service with parameters of type TaskModuleDescriptorModifier and TypeMethodDescriptionEnvironmentTaskService.createTask
(long environmentId, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String, String> configuration) Create a new task in the environmentEnvironmentTaskService.createTask
(long environmentId, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull Map<String, String> configuration) Create a new task in the environment@NotNull TaskDefinition
EnvironmentTaskServiceImpl.createTask
(long environmentId, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String, String> configuration) @NotNull TaskDefinition
EnvironmentTaskServiceImpl.createTask
(long environmentId, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull Map<String, String> configuration) -
Uses of TaskModuleDescriptor in com.atlassian.bamboo.plan.task
Constructors in com.atlassian.bamboo.plan.task with parameters of type TaskModuleDescriptorModifierConstructorDescriptionDecoratedTaskDefinitionImpl
(@NotNull TaskDefinition taskDefinition, @Nullable TaskModuleDescriptor taskModuleDescriptor, T taskContainer) -
Uses of TaskModuleDescriptor in com.atlassian.bamboo.plugin.descriptor
Classes in com.atlassian.bamboo.plugin.descriptor that implement TaskModuleDescriptor -
Uses of TaskModuleDescriptor in com.atlassian.bamboo.task
Methods in com.atlassian.bamboo.task that return TaskModuleDescriptorModifier and TypeMethodDescription@Nullable TaskModuleDescriptor
TaskManager.getTaskDescriptor
(@Nullable String pluginKey) Get the task type descriptor matching a particular plugin key.@Nullable TaskModuleDescriptor
TaskManagerImpl.getTaskDescriptor
(@Nullable String pluginKey) Methods in com.atlassian.bamboo.task that return types with arguments of type TaskModuleDescriptorModifier and TypeMethodDescription@NotNull List<TaskModuleDescriptor>
TaskManager.getAvailableBuildTaskDescriptors()
@NotNull List<TaskModuleDescriptor>
TaskManagerImpl.getAvailableBuildTaskDescriptors()
@NotNull List<TaskModuleDescriptor>
TaskManager.getAvailableDeploymentTaskDescriptors()
@NotNull List<TaskModuleDescriptor>
TaskManagerImpl.getAvailableDeploymentTaskDescriptors()
@NotNull List<TaskModuleDescriptor>
TaskManager.getAvailableTaskDescriptors()
@NotNull List<TaskModuleDescriptor>
TaskManagerImpl.getAvailableTaskDescriptors()
static com.google.common.base.Predicate<TaskModuleDescriptor>
TaskPredicates.providesExecutableConfiguration()
Methods in com.atlassian.bamboo.task with parameters of type TaskModuleDescriptorModifier and TypeMethodDescriptionTaskConfigurationService.createTask
(@NotNull PlanKey planKey, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String, String> configuration, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) Create a task Definition and save it against the planTaskConfigurationService.createTask
(@NotNull PlanKey planKey, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull Map<String, String> configuration, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) Create a task Definition and save it against the planTaskConfigurationServiceImpl.createTask
(@NotNull PlanKey planKey, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String, String> configuration, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) TaskConfigurationServiceImpl.createTask
(@NotNull PlanKey planKey, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull Map<String, String> configuration, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) -
Uses of TaskModuleDescriptor in com.atlassian.bamboo.ww2.actions.build.admin.config.task
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.task that return types with arguments of type TaskModuleDescriptorModifier and TypeMethodDescriptionConfigureBuildTasks.getAvailableTasks()
ViewBuildTaskTypes.getAvailableTasks()
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.task with parameters of type TaskModuleDescriptorModifier and TypeMethodDescriptionTaskUIConfigBean.getTaskConfigurationMap
(@NotNull TaskModuleDescriptor taskDescriptor, @Nullable TaskDefinition previousTaskDefinition) @NotNull String
TaskUIConfigBean.prepareCreateHtml
(@NotNull TaskModuleDescriptor taskDescriptor, @NotNull TaskRenderMode renderMode, @NotNull TaskOwner taskOwner) @NotNull String
TaskUIConfigBean.prepareEditHtml
(@NotNull TaskModuleDescriptor taskDescriptor, @NotNull TaskDefinition taskDefinition, @NotNull TaskRenderMode renderMode, @NotNull TaskOwner taskOwner) void
TaskUIConfigBean.validateTaskConfiguration
(@NotNull TaskModuleDescriptor taskDescriptor, @NotNull ErrorCollection errorCollection) Deprecated.void
TaskUIConfigBean.validateTaskConfiguration
(@NotNull TaskModuleDescriptor taskDescriptor, @Nullable List<TaskConditionConfig> conditions, @NotNull ErrorCollection errorCollection) Constructors in com.atlassian.bamboo.ww2.actions.build.admin.config.task with parameters of type TaskModuleDescriptorModifierConstructorDescriptionDecoratedTaskManipulationResult
(@NotNull TaskDefinition taskDefinition, @Nullable TaskModuleDescriptor taskModuleDescriptor, @NotNull com.google.common.collect.Multimap<String, String> requirementConflicts, T taskContainer)
TaskUIConfigBean.validateTaskConfiguration(TaskModuleDescriptor, List, ErrorCollection)