| Modifier and Type | Method and Description |
|---|---|
List<TaskModuleDescriptor> |
ViewEnvironmentTaskTypes.getAvailableTasks() |
List<TaskModuleDescriptor> |
ConfigureEnvironmentTasks.getAvailableTasks() |
| Modifier and Type | Method and 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 environment
|
@NotNull TaskDefinition |
EnvironmentTaskServiceImpl.createTask(long environmentId,
@NotNull TaskModuleDescriptor taskDescriptor,
@Nullable String userDescription,
boolean isEnabled,
@NotNull List<TaskConditionConfig> conditions,
@NotNull Map<String,String> configuration) |
TaskDefinition |
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 Map<String,String> configuration) |
| Constructor and Description |
|---|
DecoratedTaskDefinitionImpl(@NotNull TaskDefinition taskDefinition,
@Nullable TaskModuleDescriptor taskModuleDescriptor,
T taskContainer) |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskModuleDescriptorImpl |
| Modifier and Type | Method and Description |
|---|---|
@Nullable TaskModuleDescriptor |
TaskManagerImpl.getTaskDescriptor(@Nullable String pluginKey) |
@Nullable TaskModuleDescriptor |
TaskManager.getTaskDescriptor(@Nullable String pluginKey)
Get the task type descriptor matching a particular plugin key.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<TaskModuleDescriptor> |
TaskPredicates.providesExecutableConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
TaskDefinition |
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 |
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 plan
|
TaskDefinition |
TaskConfigurationServiceImpl.createTask(@NotNull PlanKey planKey,
@NotNull TaskModuleDescriptor taskDescriptor,
@Nullable String userDescription,
boolean isEnabled,
@NotNull Map<String,String> configuration,
@NotNull TaskRootDirectorySelector taskRootDirectorySelector) |
TaskDefinition |
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 plan
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskModuleDescriptor> |
ViewBuildTaskTypes.getAvailableTasks() |
List<TaskModuleDescriptor> |
ConfigureBuildTasks.getAvailableTasks() |
| Modifier and Type | Method and 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) |
| Constructor and Description |
|---|
DecoratedTaskManipulationResult(@NotNull TaskDefinition taskDefinition,
@Nullable TaskModuleDescriptor taskModuleDescriptor,
@NotNull com.google.common.collect.Multimap<String,String> requirementConflicts,
T taskContainer) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.