com.midvision.rapiddeploy.bamboo
Class ProjectDeployTaskConfigurator

java.lang.Object
  extended by com.atlassian.bamboo.task.AbstractTaskConfigurator
      extended by com.midvision.rapiddeploy.bamboo.ProjectDeployTaskConfigurator
All Implemented Interfaces:
com.atlassian.bamboo.task.TaskConfigurator

public class ProjectDeployTaskConfigurator
extends com.atlassian.bamboo.task.AbstractTaskConfigurator


Field Summary
 
Fields inherited from class com.atlassian.bamboo.task.AbstractTaskConfigurator
bambooAuthenticationContext, taskConfiguratorHelper
 
Constructor Summary
ProjectDeployTaskConfigurator()
           
 
Method Summary
 Map<String,String> generateTaskConfigMap(com.atlassian.bamboo.collections.ActionParametersMap params, com.atlassian.bamboo.task.TaskDefinition previousTaskDefinition)
           
 void populateContextForCreate(Map<String,Object> context)
           
 void populateContextForEdit(Map<String,Object> context, com.atlassian.bamboo.task.TaskDefinition taskDefinition)
           
 void populateContextForView(Map<String,Object> context, com.atlassian.bamboo.task.TaskDefinition taskDefinition)
           
 void setTextProvider(com.opensymphony.xwork.TextProvider textProvider)
           
 void validate(com.atlassian.bamboo.collections.ActionParametersMap params, com.atlassian.bamboo.utils.error.ErrorCollection errorCollection)
           
 
Methods inherited from class com.atlassian.bamboo.task.AbstractTaskConfigurator
calculateRequirements, calculateRequirements, getI18nBean, setAuthenticationContext, setTaskConfiguratorHelper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectDeployTaskConfigurator

public ProjectDeployTaskConfigurator()
Method Detail

generateTaskConfigMap

@NotNull
public Map<String,String> generateTaskConfigMap(@NotNull
                                                        com.atlassian.bamboo.collections.ActionParametersMap params,
                                                        @Nullable
                                                        com.atlassian.bamboo.task.TaskDefinition previousTaskDefinition)
Specified by:
generateTaskConfigMap in interface com.atlassian.bamboo.task.TaskConfigurator
Overrides:
generateTaskConfigMap in class com.atlassian.bamboo.task.AbstractTaskConfigurator

populateContextForCreate

public void populateContextForCreate(@NotNull
                                     Map<String,Object> context)
Specified by:
populateContextForCreate in interface com.atlassian.bamboo.task.TaskConfigurator
Overrides:
populateContextForCreate in class com.atlassian.bamboo.task.AbstractTaskConfigurator

populateContextForEdit

public void populateContextForEdit(@NotNull
                                   Map<String,Object> context,
                                   @NotNull
                                   com.atlassian.bamboo.task.TaskDefinition taskDefinition)
Specified by:
populateContextForEdit in interface com.atlassian.bamboo.task.TaskConfigurator
Overrides:
populateContextForEdit in class com.atlassian.bamboo.task.AbstractTaskConfigurator

populateContextForView

public void populateContextForView(@NotNull
                                   Map<String,Object> context,
                                   @NotNull
                                   com.atlassian.bamboo.task.TaskDefinition taskDefinition)
Specified by:
populateContextForView in interface com.atlassian.bamboo.task.TaskConfigurator
Overrides:
populateContextForView in class com.atlassian.bamboo.task.AbstractTaskConfigurator

validate

public void validate(@NotNull
                     com.atlassian.bamboo.collections.ActionParametersMap params,
                     @NotNull
                     com.atlassian.bamboo.utils.error.ErrorCollection errorCollection)
Specified by:
validate in interface com.atlassian.bamboo.task.TaskConfigurator
Overrides:
validate in class com.atlassian.bamboo.task.AbstractTaskConfigurator

setTextProvider

public void setTextProvider(com.opensymphony.xwork.TextProvider textProvider)


Copyright © 2015 MidVision. All rights reserved.