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 StringMAVEN2_POM_PROPERTIESstatic StringMODULE_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 TaskResultexecute(@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:TaskTypeExecute the task- Specified by:
executein interfaceTaskType- Returns:
- a
TaskResultrepresenting the status of the task execution
-
-