com.atlassian.bamboo.plugins.maven.dependencies
Class MavenDependenciesProcessorTask

java.lang.Object
  extended by com.atlassian.bamboo.plugins.maven.dependencies.MavenDependenciesProcessorTask
All Implemented Interfaces:
InternalTaskType, TaskType

public class MavenDependenciesProcessorTask
extends java.lang.Object
implements TaskType


Field Summary
static java.lang.String MAVEN2_POM_PROPERTIES
           
static java.lang.String MODULE_KEY
           
 
Constructor Summary
MavenDependenciesProcessorTask(com.atlassian.bandana.BandanaManager bandanaManager, MavenEmbedderService mavenEmbedderService)
           
 
Method Summary
 TaskResult execute(TaskContext taskContext)
          Execute the task
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE_KEY

public static final java.lang.String MODULE_KEY

MAVEN2_POM_PROPERTIES

public static final java.lang.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 TaskResult execute(@NotNull
                                  TaskContext taskContext)
                   throws TaskException
Description copied from interface: TaskType
Execute the task

Specified by:
execute in interface TaskType
Returns:
a TaskResult representing the status of the task execution
Throws:
TaskException


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.