@Internal public class TaskConfigurationUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
TASK_CONFIG_ROOT |
static String |
TASK_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
static void |
addTaskDefinitionsToConfig(@Nullable List<TaskDefinition> taskDefinitions,
@NotNull org.apache.commons.configuration.HierarchicalConfiguration config,
@NotNull String taskPrefix)
Adds tasks to a build configuration
|
static @NotNull List<TaskDefinition> |
addTaskToList(@NotNull List<TaskDefinition> originalTasks,
@NotNull TaskDefinition toAdd) |
static void |
adjustFinalisingBar(@NotNull List<TaskDefinition> tasks,
long beforeId,
long afterId) |
static @Nullable BambooEntityOid |
getMaxTaskOid(int serverKey)
Returns the max
BambooEntityOid that's currently in use of BambooEntityType.TASK type, with the
given server key. |
static @NotNull List<TaskDefinition> |
getNewTaskList(@NotNull List<TaskDefinition> originalTasks,
@NotNull TaskDefinition toMove,
long beforeId,
long afterId,
boolean isFinal) |
static @NotNull List<TaskDefinition> |
getTaskDefinitionsFromConfig(String taskPrefix,
org.apache.commons.configuration.HierarchicalConfiguration fromConfig)
Retrieves tasks from build configuration
|
static long |
getUniqueId(@NotNull List<TaskDefinition> tasks)
Returns id of task that is not used in provided list.
|
static void |
removeTasksFromConfig(org.apache.commons.configuration.HierarchicalConfiguration config)
Removes all tasks from build configuration
|
static @NotNull Optional<List<TaskDefinition>> |
replaceCapabilityLabelInTasks(@NotNull List<TaskDefinition> taskDefinitions,
@NotNull String keyToReplace,
@NotNull String oldCapabilityLabel,
@NotNull String newCapabilityLabel,
@NotNull String oldCapabilityKey,
@NotNull String newCapabilityKey)
Replaces references to a capability in tasks from the list with a new capability key.
|
public static final String TASK_CONFIG_ROOT
public static final String TASK_PREFIX
public static void removeTasksFromConfig(org.apache.commons.configuration.HierarchicalConfiguration config)
config - public static void addTaskDefinitionsToConfig(@Nullable
@Nullable List<TaskDefinition> taskDefinitions,
@NotNull
@NotNull org.apache.commons.configuration.HierarchicalConfiguration config,
@NotNull
@NotNull String taskPrefix)
taskDefinitions - config - taskPrefix - @NotNull public static @NotNull List<TaskDefinition> getTaskDefinitionsFromConfig(String taskPrefix, org.apache.commons.configuration.HierarchicalConfiguration fromConfig)
taskPrefix - fromConfig - public static long getUniqueId(@NotNull
@NotNull List<TaskDefinition> tasks)
tasks - @NotNull public static @NotNull List<TaskDefinition> addTaskToList(@NotNull @NotNull List<TaskDefinition> originalTasks, @NotNull @NotNull TaskDefinition toAdd)
public static void adjustFinalisingBar(@NotNull
@NotNull List<TaskDefinition> tasks,
long beforeId,
long afterId)
@NotNull public static @NotNull List<TaskDefinition> getNewTaskList(@NotNull @NotNull List<TaskDefinition> originalTasks, @NotNull @NotNull TaskDefinition toMove, long beforeId, long afterId, boolean isFinal)
@Nullable public static @Nullable BambooEntityOid getMaxTaskOid(int serverKey)
BambooEntityOid that's currently in use of BambooEntityType.TASK type, with the
given server key.
Returns null if no OIDs are in use of this type with the given server key.@NotNull public static @NotNull Optional<List<TaskDefinition>> replaceCapabilityLabelInTasks(@NotNull @NotNull List<TaskDefinition> taskDefinitions, @NotNull @NotNull String keyToReplace, @NotNull @NotNull String oldCapabilityLabel, @NotNull @NotNull String newCapabilityLabel, @NotNull @NotNull String oldCapabilityKey, @NotNull @NotNull String newCapabilityKey)
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.