Modifier and Type | Method and Description |
---|---|
List<TaskModuleDescriptor> |
ConfigureEnvironmentTasks.getAvailableTasks() |
Modifier and Type | Method and Description |
---|---|
TaskDefinition |
EnvironmentTaskServiceImpl.createTask(long environmentId,
TaskModuleDescriptor taskDescriptor,
String userDescription,
boolean isEnabled,
Map<String,String> configuration) |
TaskDefinition |
EnvironmentTaskService.createTask(long environmentId,
TaskModuleDescriptor taskDescriptor,
String userDescription,
boolean isEnabled,
Map<String,String> configuration)
Create a new task in the environment
|
Constructor and Description |
---|
DecoratedTaskDefinitionImpl(TaskDefinition taskDefinition,
TaskModuleDescriptor taskModuleDescriptor,
T taskContainer) |
Modifier and Type | Class and Description |
---|---|
class |
TaskModuleDescriptorImpl |
Modifier and Type | Method and Description |
---|---|
TaskModuleDescriptor |
TaskManagerImpl.getTaskDescriptor(String pluginKey) |
TaskModuleDescriptor |
TaskManager.getTaskDescriptor(String pluginKey)
Get the task type descriptor matching a particular plugin key.
|
Modifier and Type | Method and Description |
---|---|
List<TaskModuleDescriptor> |
TaskManagerImpl.getAvailableBuildTaskDescriptors() |
List<TaskModuleDescriptor> |
TaskManager.getAvailableBuildTaskDescriptors() |
List<TaskModuleDescriptor> |
TaskManagerImpl.getAvailableDeploymentTaskDescriptors() |
List<TaskModuleDescriptor> |
TaskManager.getAvailableDeploymentTaskDescriptors() |
List<TaskModuleDescriptor> |
TaskManagerImpl.getAvailableTaskDescriptors() |
List<TaskModuleDescriptor> |
TaskManager.getAvailableTaskDescriptors() |
static com.google.common.base.Predicate<TaskModuleDescriptor> |
TaskPredicates.providesExecutableConfiguration() |
Modifier and Type | Method and Description |
---|---|
TaskDefinition |
TaskConfigurationServiceImpl.createTask(PlanKey planKey,
TaskModuleDescriptor taskDescriptor,
String userDescription,
boolean isEnabled,
Map<String,String> configuration,
TaskRootDirectorySelector taskRootDirectorySelector) |
TaskDefinition |
TaskConfigurationService.createTask(PlanKey planKey,
TaskModuleDescriptor taskDescriptor,
String userDescription,
boolean isEnabled,
Map<String,String> configuration,
TaskRootDirectorySelector taskRootDirectorySelector)
Create a task Definition and save it against the plan
|
Modifier and Type | Method and Description |
---|---|
List<TaskModuleDescriptor> |
ConfigureBuildTasks.getAvailableTasks() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
TaskUIConfigBean.getTaskConfigurationMap(TaskModuleDescriptor taskDescriptor,
TaskDefinition previousTaskDefinition) |
String |
TaskUIConfigBean.prepareCreateHtml(TaskModuleDescriptor taskDescriptor,
TaskRenderMode renderMode,
TaskOwner taskOwner) |
String |
TaskUIConfigBean.prepareEditHtml(TaskModuleDescriptor taskDescriptor,
TaskDefinition taskDefinition,
TaskRenderMode renderMode,
TaskOwner taskOwner) |
void |
TaskUIConfigBean.validateTaskConfiguration(TaskModuleDescriptor taskDescriptor,
ErrorCollection errorCollection) |
Constructor and Description |
---|
DecoratedTaskManipulationResult(TaskDefinition taskDefinition,
TaskModuleDescriptor taskModuleDescriptor,
com.google.common.collect.Multimap<String,String> requirementConflicts,
T taskContainer) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.