Class MavenDependenciesProcessorTask
java.lang.Object
com.atlassian.bamboo.plugins.maven.dependencies.MavenDependenciesProcessorTask
- All Implemented Interfaces:
InternalTaskType
,TaskType
-
Field Summary
-
Constructor Summary
ConstructorDescriptionMavenDependenciesProcessorTask
(com.atlassian.bandana.BandanaManager bandanaManager, MavenEmbedderService mavenEmbedderService) -
Method Summary
Modifier and TypeMethodDescription@NotNull TaskResult
execute
(@NotNull TaskContext taskContext) Execute the task
-
Field Details
-
MODULE_KEY
-
MAVEN2_POM_PROPERTIES
- See Also:
-
-
Constructor Details
-
MavenDependenciesProcessorTask
public MavenDependenciesProcessorTask(com.atlassian.bandana.BandanaManager bandanaManager, MavenEmbedderService mavenEmbedderService)
-
-
Method Details
-
execute
Description copied from interface:TaskType
Execute the task- Specified by:
execute
in interfaceTaskType
- Returns:
- a
TaskResult
representing the status of the task execution
-