Uses of Class
com.atlassian.bamboo.task.TaskRootDirectorySelector
Package
Description
-
Uses of TaskRootDirectorySelector in com.atlassian.bamboo.task
Modifier and TypeFieldDescriptionstatic TaskRootDirectorySelector
TaskRootDirectorySelector.DEFAULT
Deprecated.static TaskRootDirectorySelector
TaskRootDirectorySelector.INHERITED
Deprecated.protected final TaskRootDirectorySelector
CommonTaskContextImpl.rootDirectorySelector
Modifier and TypeMethodDescriptionstatic TaskRootDirectorySelector
TaskRootDirectorySelector.create
(TaskRootDirectoryType taskRootDirectoryType, long repositoryDefiningWorkingDirectory) Deprecated.@NotNull TaskRootDirectorySelector
ImmutableTaskDefinition.getRootDirectorySelector()
@NotNull TaskRootDirectorySelector
TaskDefinition.getRootDirectorySelector()
@NotNull TaskRootDirectorySelector
TaskDefinitionImpl.getRootDirectorySelector()
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) TaskConfigurationService.editTask
(@NotNull PlanKey planKey, long taskId, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String, String> taskConfigurationMap, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) Update the details of specific taskDefinitionTaskConfigurationService.editTask
(@NotNull PlanKey planKey, long taskId, @Nullable String userDescription, boolean isEnabled, @NotNull Map<String, String> taskConfigurationMap, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) Update the details of specific taskDefinitionTaskConfigurationServiceImpl.editTask
(@NotNull PlanKey planKey, long taskId, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String, String> taskConfigurationMap, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) TaskConfigurationServiceImpl.editTask
(@NotNull PlanKey planKey, long taskId, @Nullable String userDescription, boolean isEnabled, @NotNull Map<String, String> taskConfigurationMap, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) void
ImmutableTaskDefinition.setRootDirectorySelector
(@NotNull TaskRootDirectorySelector taskRootDirectorySelector) void
TaskDefinition.setRootDirectorySelector
(@NotNull TaskRootDirectorySelector taskRootDirectorySelector) void
TaskDefinitionImpl.setRootDirectorySelector
(@NotNull TaskRootDirectorySelector rootDirectorySelector) ModifierConstructorDescriptionTaskDefinitionImpl
(long id, @NotNull String pluginKey, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String, String> configuration, boolean finalising, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) TaskDefinitionImpl
(long id, @NotNull String pluginKey, @Nullable String userDescription, boolean isEnabled, @NotNull Map<String, String> configuration, boolean finalising, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) -
Uses of TaskRootDirectorySelector in com.atlassian.bamboo.ww2.actions.build.admin.config.task
Modifier and TypeMethodDescriptionprotected TaskRootDirectorySelector
ConfigureBuildTasks.getRootDirSelector()