com.atlassian.bamboo.plugins.maven.task.configuration
Class Maven1BuildTaskConfigurator
java.lang.Object
com.atlassian.bamboo.task.AbstractTaskConfigurator
com.atlassian.bamboo.plugins.maven.task.configuration.AbstractMavenBuildTaskConfigurator
com.atlassian.bamboo.plugins.maven.task.configuration.Maven1BuildTaskConfigurator
- All Implemented Interfaces:
- TaskConfigurator, TaskRequirementSupport, TaskTestResultsSupport
public class Maven1BuildTaskConfigurator
- extends AbstractMavenBuildTaskConfigurator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Maven1BuildTaskConfigurator
public Maven1BuildTaskConfigurator()
generateTaskConfigMap
@NotNull
public Map<String,String> generateTaskConfigMap(@NotNull
ActionParametersMap params,
@Nullable
TaskDefinition previousTaskDefinition)
- Description copied from interface:
TaskConfigurator
- Convert the params from the ui into a config map to be stored in the database for the taskDefinition.
Can assume validation has occured in the #validate method
- Specified by:
generateTaskConfigMap
in interface TaskConfigurator
- Overrides:
generateTaskConfigMap
in class AbstractMavenBuildTaskConfigurator
- Parameters:
params
- - request paramaterspreviousTaskDefinition
- - the previous immutable TaskDefinition
before saving or null if Task is being created
- Returns:
- the configuration map to be stored in the database
calculateRequirements
@NotNull
public Set<Requirement> calculateRequirements(@NotNull
TaskDefinition taskDefinition)
- Description copied from interface:
TaskRequirementSupport
- Populates the
RequirementSet
needed based off of the TaskDefinition
- Specified by:
calculateRequirements
in interface TaskRequirementSupport
- Overrides:
calculateRequirements
in class AbstractMavenBuildTaskConfigurator
- Returns:
- requirements
populateContextForCreate
public void populateContextForCreate(@NotNull
Map<String,Object> context)
- Description copied from interface:
TaskConfigurator
- Provide any required context to be used when rendering the freemarker template for creating a task definition.
Allows you to add any default values for initial creation
- Specified by:
populateContextForCreate
in interface TaskConfigurator
- Overrides:
populateContextForCreate
in class AbstractMavenBuildTaskConfigurator
- Parameters:
context
- map to put your context in.
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.