Uses of Interface
com.atlassian.bamboo.task.TaskModuleDescriptor
-
-
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 TaskModuleDescriptor Modifier and Type Method Description List<TaskModuleDescriptor>
ConfigureEnvironmentTasks. getAvailableTasks()
List<TaskModuleDescriptor>
ViewEnvironmentTaskTypes. getAvailableTasks()
-
Uses of TaskModuleDescriptor in com.atlassian.bamboo.deployments.environments.service
Methods in com.atlassian.bamboo.deployments.environments.service with parameters of type TaskModuleDescriptor Modifier and Type Method Description TaskDefinition
EnvironmentTaskService. 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 environmentTaskDefinition
EnvironmentTaskService. 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 TaskModuleDescriptor Constructor Description DecoratedTaskDefinitionImpl(@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 Modifier and Type Class Description class
TaskModuleDescriptorImpl
-
Uses of TaskModuleDescriptor in com.atlassian.bamboo.task
Methods in com.atlassian.bamboo.task that return TaskModuleDescriptor Modifier and Type Method Description @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 TaskModuleDescriptor Modifier and Type Method Description @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 TaskModuleDescriptor Modifier and Type Method Description TaskDefinition
TaskConfigurationService. 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 planTaskDefinition
TaskConfigurationService. 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 planTaskDefinition
TaskConfigurationServiceImpl. createTask(@NotNull PlanKey planKey, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String,String> configuration, @NotNull TaskRootDirectorySelector taskRootDirectorySelector)
TaskDefinition
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 TaskModuleDescriptor Modifier and Type Method Description List<TaskModuleDescriptor>
ConfigureBuildTasks. getAvailableTasks()
List<TaskModuleDescriptor>
ViewBuildTaskTypes. getAvailableTasks()
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.task with parameters of type TaskModuleDescriptor Modifier and Type Method Description @NotNull Map<String,String>
TaskUIConfigBean. 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)
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 TaskModuleDescriptor Constructor Description DecoratedTaskManipulationResult(@NotNull TaskDefinition taskDefinition, @Nullable TaskModuleDescriptor taskModuleDescriptor, @NotNull com.google.common.collect.Multimap<String,String> requirementConflicts, T taskContainer)
-