Uses of Interface
com.atlassian.bamboo.task.TaskModuleDescriptor
Package
Description
-
Uses of TaskModuleDescriptor in com.atlassian.bamboo.deployments.environments.actions
Modifier and TypeMethodDescriptionConfigureEnvironmentTasks.getAvailableTasks()
ViewEnvironmentTaskTypes.getAvailableTasks()
-
Uses of TaskModuleDescriptor in com.atlassian.bamboo.deployments.environments.service
Modifier 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
ModifierConstructorDescriptionDecoratedTaskDefinitionImpl
(@NotNull TaskDefinition taskDefinition, @Nullable TaskModuleDescriptor taskModuleDescriptor, T taskContainer) -
Uses of TaskModuleDescriptor in com.atlassian.bamboo.plugin.descriptor
-
Uses of TaskModuleDescriptor in com.atlassian.bamboo.task
Modifier 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) Modifier 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()
Modifier 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
Modifier and TypeMethodDescriptionConfigureBuildTasks.getAvailableTasks()
ViewBuildTaskTypes.getAvailableTasks()
Modifier 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) ModifierConstructorDescriptionDecoratedTaskManipulationResult
(@NotNull TaskDefinition taskDefinition, @Nullable TaskModuleDescriptor taskModuleDescriptor, @NotNull com.google.common.collect.Multimap<String, String> requirementConflicts, T taskContainer)
TaskUIConfigBean.validateTaskConfiguration(TaskModuleDescriptor, List, ErrorCollection)