|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.task.AbstractTaskConfigurator com.atlassian.bamboo.plugins.shell.configuration.AbstractShellCommandTaskConfigurator com.atlassian.bamboo.plugins.command.task.configuration.CommandBuildTaskConfigurator
public class CommandBuildTaskConfigurator
Field Summary |
---|
Fields inherited from class com.atlassian.bamboo.task.AbstractTaskConfigurator |
---|
bambooAuthenticationContext, taskConfiguratorHelper |
Constructor Summary | |
---|---|
CommandBuildTaskConfigurator()
|
Method Summary | |
---|---|
java.util.Set<Requirement> |
calculateRequirements(TaskDefinition taskDefinition,
Job job)
Provides default implementation of BuildTaskRequirementSupport.calculateRequirements(TaskDefinition, Job) |
protected java.util.List<java.lang.String> |
getFieldsToCopy()
|
void |
setTextProvider(com.opensymphony.xwork.TextProvider textProvider)
|
void |
validate(ActionParametersMap params,
ErrorCollection errorCollection)
Validate the params submitted from the UI for this task definition |
Methods inherited from class com.atlassian.bamboo.plugins.shell.configuration.AbstractShellCommandTaskConfigurator |
---|
generateTaskConfigMap, populateContextForCreate, populateContextForEdit, populateContextForView, setUiConfigSupport |
Methods inherited from class com.atlassian.bamboo.task.AbstractTaskConfigurator |
---|
calculateRequirements, getI18nBean, setAuthenticationContext, setTaskConfiguratorHelper |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.bamboo.task.BuildTaskRequirementSupport |
---|
calculateRequirements |
Constructor Detail |
---|
public CommandBuildTaskConfigurator()
Method Detail |
---|
@NotNull protected java.util.List<java.lang.String> getFieldsToCopy()
getFieldsToCopy
in class AbstractShellCommandTaskConfigurator
@NotNull public java.util.Set<Requirement> calculateRequirements(@NotNull TaskDefinition taskDefinition, @NotNull Job job)
AbstractTaskConfigurator
BuildTaskRequirementSupport.calculateRequirements(TaskDefinition, Job)
calculateRequirements
in interface BuildTaskRequirementSupport
calculateRequirements
in class AbstractTaskConfigurator
public void validate(@NotNull ActionParametersMap params, @NotNull ErrorCollection errorCollection)
TaskConfigurator
validate
in interface TaskConfigurator
validate
in class AbstractShellCommandTaskConfigurator
params
- - request paramaterserrorCollection
- - collection to put any errors in.public void setTextProvider(com.opensymphony.xwork.TextProvider textProvider)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |