com.atlassian.bamboo.plugins.command.task.configuration
Class CommandBuildTaskConfigurator
java.lang.Object
com.atlassian.bamboo.task.AbstractTaskConfigurator
com.atlassian.bamboo.plugins.shell.configuration.AbstractShellCommandTaskConfigurator
com.atlassian.bamboo.plugins.command.task.configuration.CommandBuildTaskConfigurator
- All Implemented Interfaces:
- TaskConfigurator, TaskRequirementSupport
public class CommandBuildTaskConfigurator
- extends AbstractShellCommandTaskConfigurator
- implements TaskRequirementSupport
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandBuildTaskConfigurator
public CommandBuildTaskConfigurator()
getFieldsToCopy
@NotNull
protected List<String> getFieldsToCopy()
- Specified by:
getFieldsToCopy in class AbstractShellCommandTaskConfigurator
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
- Returns:
- requirements
validate
public void validate(@NotNull
ActionParametersMap params,
@NotNull
ErrorCollection errorCollection)
- Description copied from interface:
TaskConfigurator
- Validate the params submitted from the UI for this task definition
- Specified by:
validate in interface TaskConfigurator- Specified by:
validate in class AbstractShellCommandTaskConfigurator
- Parameters:
params - - request paramaterserrorCollection - - collection to put any errors in.
setTextProvider
public void setTextProvider(com.opensymphony.xwork2.TextProvider textProvider)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.