| Package | Description |
|---|---|
| com.atlassian.bamboo.task |
| Modifier and Type | Method and Description |
|---|---|
TaskModuleDescriptor |
TaskManager.getTaskDescriptor(String pluginKey)
Get the task type descriptor matching a particular plugin key.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskModuleDescriptor> |
TaskManager.getAvailableBuildTaskDescriptors() |
List<TaskModuleDescriptor> |
TaskManager.getAvailableDeploymentTaskDescriptors() |
List<TaskModuleDescriptor> |
TaskManager.getAvailableTaskDescriptors() |
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.