Package com.atlassian.bamboo.warnings
Class WarningsTask
java.lang.Object
com.atlassian.bamboo.warnings.WarningsTask
- All Implemented Interfaces:
InternalTaskType
,TaskType
-
Constructor Summary
ConstructorDescriptionWarningsTask
(BuildWarningSummaryCollationService buildWarningSummaryCollationService, com.atlassian.sal.api.message.I18nResolver i18nResolver, ParsersListProvider parsersListProvider) -
Method Summary
Modifier and TypeMethodDescription@NotNull TaskResult
execute
(@NotNull TaskContext taskContext) Execute the task
-
Constructor Details
-
WarningsTask
@Inject public WarningsTask(BuildWarningSummaryCollationService buildWarningSummaryCollationService, com.atlassian.sal.api.message.I18nResolver i18nResolver, ParsersListProvider parsersListProvider)
-
-
Method Details
-
execute
@NotNull public @NotNull TaskResult execute(@NotNull @NotNull TaskContext taskContext) throws TaskException Description copied from interface:TaskType
Execute the task- Specified by:
execute
in interfaceTaskType
- Returns:
- a
TaskResult
representing the status of the task execution - Throws:
TaskException
-