Class MavenDependenciesProcessorTask
- java.lang.Object
-
- com.atlassian.bamboo.plugins.maven.dependencies.MavenDependenciesProcessorTask
-
- All Implemented Interfaces:
InternalTaskType
,TaskType
public class MavenDependenciesProcessorTask extends Object implements TaskType
-
-
Field Summary
Fields Modifier and Type Field Description static String
MAVEN2_POM_PROPERTIES
static String
MODULE_KEY
-
Constructor Summary
Constructors Constructor Description MavenDependenciesProcessorTask(com.atlassian.bandana.BandanaManager bandanaManager, MavenEmbedderService mavenEmbedderService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull TaskResult
execute(@NotNull TaskContext taskContext)
Execute the task
-
-
-
Field Detail
-
MODULE_KEY
public static final String MODULE_KEY
-
MAVEN2_POM_PROPERTIES
public static final String MAVEN2_POM_PROPERTIES
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MavenDependenciesProcessorTask
public MavenDependenciesProcessorTask(com.atlassian.bandana.BandanaManager bandanaManager, MavenEmbedderService mavenEmbedderService)
-
-
Method Detail
-
execute
@NotNull public @NotNull TaskResult execute(@NotNull @NotNull TaskContext taskContext)
Description copied from interface:TaskType
Execute the task- Specified by:
execute
in interfaceTaskType
- Returns:
- a
TaskResult
representing the status of the task execution
-
-