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 TaskDefinitionEnvironmentTaskService. 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 environmentTaskDefinitionEnvironmentTaskService. createTask(long environmentId, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull Map<String,String> configuration)Create a new task in the environment@NotNull TaskDefinitionEnvironmentTaskServiceImpl. createTask(long environmentId, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String,String> configuration)@NotNull TaskDefinitionEnvironmentTaskServiceImpl. 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 classTaskModuleDescriptorImpl -
Uses of TaskModuleDescriptor in com.atlassian.bamboo.task
Methods in com.atlassian.bamboo.task that return TaskModuleDescriptor Modifier and Type Method Description @Nullable TaskModuleDescriptorTaskManager. getTaskDescriptor(@Nullable String pluginKey)Get the task type descriptor matching a particular plugin key.@Nullable TaskModuleDescriptorTaskManagerImpl. 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 TaskDefinitionTaskConfigurationService. 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 planTaskDefinitionTaskConfigurationService. 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 planTaskDefinitionTaskConfigurationServiceImpl. createTask(@NotNull PlanKey planKey, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String,String> configuration, @NotNull TaskRootDirectorySelector taskRootDirectorySelector)TaskDefinitionTaskConfigurationServiceImpl. 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 StringTaskUIConfigBean. prepareCreateHtml(@NotNull TaskModuleDescriptor taskDescriptor, @NotNull TaskRenderMode renderMode, @NotNull TaskOwner taskOwner)@NotNull StringTaskUIConfigBean. prepareEditHtml(@NotNull TaskModuleDescriptor taskDescriptor, @NotNull TaskDefinition taskDefinition, @NotNull TaskRenderMode renderMode, @NotNull TaskOwner taskOwner)voidTaskUIConfigBean. validateTaskConfiguration(@NotNull TaskModuleDescriptor taskDescriptor, @NotNull ErrorCollection errorCollection)voidTaskUIConfigBean. 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)
-