com.midvision.rapiddeploy.bamboo
Class PackageBuildTaskConfigurator

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

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


Field Summary
static String AUTHENTICATION_TOKEN
           
static String CHANGE_AUTHENTICATION_TOKEN
           
static String PLAIN_AUTHENTICATION_TOKEN
           
 
Fields inherited from class com.atlassian.bamboo.task.AbstractTaskConfigurator
bambooAuthenticationContext, taskConfiguratorHelper
 
Constructor Summary
PackageBuildTaskConfigurator()
           
 
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 setEncryptionService(com.atlassian.bamboo.security.EncryptionService encryptionService)
           
 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
 

Field Detail

PLAIN_AUTHENTICATION_TOKEN

public static final String PLAIN_AUTHENTICATION_TOKEN
See Also:
Constant Field Values

AUTHENTICATION_TOKEN

public static final String AUTHENTICATION_TOKEN
See Also:
Constant Field Values

CHANGE_AUTHENTICATION_TOKEN

public static final String CHANGE_AUTHENTICATION_TOKEN
See Also:
Constant Field Values
Constructor Detail

PackageBuildTaskConfigurator

public PackageBuildTaskConfigurator()
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

setEncryptionService

public void setEncryptionService(com.atlassian.bamboo.security.EncryptionService encryptionService)


Copyright © 2016 MidVision. All rights reserved.