com.midvision.rapiddeploy.bamboo
Class PackageBuildTaskConfigurator
java.lang.Object
com.atlassian.bamboo.task.AbstractTaskConfigurator
com.midvision.rapiddeploy.bamboo.PackageBuildTaskConfigurator
- All Implemented Interfaces:
- com.atlassian.bamboo.task.TaskConfigurator
public class PackageBuildTaskConfigurator
- extends com.atlassian.bamboo.task.AbstractTaskConfigurator
| Fields inherited from class com.atlassian.bamboo.task.AbstractTaskConfigurator |
bambooAuthenticationContext, taskConfiguratorHelper |
| 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 |
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
PackageBuildTaskConfigurator
public PackageBuildTaskConfigurator()
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.