@PublicApi public interface TaskDefinition extends TaskIdentifier, Serializable
TaskTypeTaskConfigurator| Modifier and Type | Field and Description |
|---|---|
static boolean |
DISABLED |
static boolean |
ENABLED |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getConfiguration()
Represents the raw configuration data for this configuration.
|
TaskRootDirectorySelector |
getRootDirectorySelector() |
void |
setConfiguration(Map<String,String> configuration) |
void |
setEnabled(boolean isEnabled)
Tells bamboo whether this task should run as a part of this build or not.
|
void |
setFinalising(boolean finalising) |
void |
setRootDirectorySelector(TaskRootDirectorySelector taskRootDirectorySelector) |
void |
setUserDescription(String userDescription) |
getId, getPluginKey, getUserDescription, isEnabled, isFinalisingstatic final boolean ENABLED
static final boolean DISABLED
void setUserDescription(@Nullable
String userDescription)
void setEnabled(boolean isEnabled)
void setFinalising(boolean finalising)
@NotNull TaskRootDirectorySelector getRootDirectorySelector()
void setRootDirectorySelector(@NotNull
TaskRootDirectorySelector taskRootDirectorySelector)
taskRootDirectorySelector - @NotNull Map<String,String> getConfiguration()
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.