Uses of Interface
com.atlassian.bamboo.task.TaskConditionConfig
-
-
Uses of TaskConditionConfig in com.atlassian.bamboo.deployments.environments.actions
Methods in com.atlassian.bamboo.deployments.environments.actions that return types with arguments of type TaskConditionConfig Modifier and Type Method Description protected List<TaskConditionConfig>ConfigureEnvironmentTasks. getTaskConditions(boolean isConditionalTask) -
Uses of TaskConditionConfig in com.atlassian.bamboo.deployments.environments.service
Method parameters in com.atlassian.bamboo.deployments.environments.service with type arguments of type TaskConditionConfig Modifier and Type Method Description TaskDefinitionEnvironmentTaskService. 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 TaskDefinitionEnvironmentTaskServiceImpl. createTask(long environmentId, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String,String> configuration)TaskDefinitionEnvironmentTaskService. editTask(long environmentId, long taskId, String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, Map<String,String> taskConfigurationMap)Edit an existing task in the environmentTaskDefinitionEnvironmentTaskServiceImpl. editTask(long environmentId, long taskId, String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, Map<String,String> taskConfigurationMap) -
Uses of TaskConditionConfig in com.atlassian.bamboo.task
Classes in com.atlassian.bamboo.task that implement TaskConditionConfig Modifier and Type Class Description classTaskConditionConfigImplMethods in com.atlassian.bamboo.task that return types with arguments of type TaskConditionConfig Modifier and Type Method Description @NotNull List<TaskConditionConfig>ImmutableTaskDefinition. getConditions()@NotNull List<TaskConditionConfig>TaskDefinition. getConditions()@NotNull List<TaskConditionConfig>TaskDefinitionImpl. getConditions()Method parameters in com.atlassian.bamboo.task with type arguments of type TaskConditionConfig Modifier and Type Method Description TaskDefinitionTaskConfigurationService. 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 planTaskDefinitionTaskConfigurationServiceImpl. createTask(@NotNull PlanKey planKey, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String,String> configuration, @NotNull TaskRootDirectorySelector taskRootDirectorySelector)TaskDefinitionTaskConfigurationService. editTask(@NotNull PlanKey planKey, long taskId, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String,String> taskConfigurationMap, @NotNull TaskRootDirectorySelector taskRootDirectorySelector)Update the details of specific taskDefinitionTaskDefinitionTaskConfigurationServiceImpl. editTask(@NotNull PlanKey planKey, long taskId, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String,String> taskConfigurationMap, @NotNull TaskRootDirectorySelector taskRootDirectorySelector)voidImmutableTaskDefinition. setConditions(@NotNull List<TaskConditionConfig> conditions)voidTaskDefinition. setConditions(@NotNull List<TaskConditionConfig> conditions)voidTaskDefinitionImpl. setConditions(@NotNull List<TaskConditionConfig> conditions)Constructor parameters in com.atlassian.bamboo.task with type arguments of type TaskConditionConfig Constructor Description TaskDefinitionImpl(long id, @NotNull String pluginKey, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String,String> configuration, boolean finalising)TaskDefinitionImpl(long id, @NotNull String pluginKey, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String,String> configuration, boolean finalising, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) -
Uses of TaskConditionConfig in com.atlassian.bamboo.task.condition
Methods in com.atlassian.bamboo.task.condition with parameters of type TaskConditionConfig Modifier and Type Method Description default @NotNull StringTaskCondition. getDescription(@NotNull CommonContext commonContext, @NotNull TaskConditionConfig condition)Provide condition description to display at UI and build logs. -
Uses of TaskConditionConfig in com.atlassian.bamboo.ww2.actions.build.admin.config.task
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.task that return types with arguments of type TaskConditionConfig Modifier and Type Method Description protected List<TaskConditionConfig>ConfigureBuildTasks. getTaskConditions()List<TaskConditionConfig>TaskUIConfigBean. getTaskConditions(boolean isConditionalTask, @Nullable String selectedCondition)Method parameters in com.atlassian.bamboo.ww2.actions.build.admin.config.task with type arguments of type TaskConditionConfig Modifier and Type Method Description voidTaskUIConfigBean. validateTaskConfiguration(@NotNull TaskModuleDescriptor taskDescriptor, @Nullable List<TaskConditionConfig> conditions, @NotNull ErrorCollection errorCollection)
-