public class ArtifactDownloaderTaskExporter extends Object implements TaskDefinitionExporter
Constructor and Description |
---|
ArtifactDownloaderTaskExporter() |
Modifier and Type | Method and Description |
---|---|
com.atlassian.bamboo.specs.builders.task.ArtifactDownloaderTask |
fromYaml(Node node,
TaskValidationContext context)
Parse YAML node to Task Specs builder.
|
void |
setArtifactDefinitionManager(ArtifactDefinitionManager artifactDefinitionManager) |
void |
setBambooAuthenticationContext(BambooAuthenticationContext bambooAuthenticationContext) |
void |
setBambooPermissionManager(BambooPermissionManager bambooPermissionManager) |
void |
setDeploymentProjectService(DeploymentProjectService deploymentProjectService) |
void |
setPlanManager(PlanManager planManager) |
com.atlassian.bamboo.specs.builders.task.ArtifactDownloaderTask |
toSpecsEntity(TaskContainer taskContainer,
TaskDefinition taskDefinition)
Create Bamboo Specs object representing this task.
|
com.atlassian.bamboo.specs.builders.task.ArtifactDownloaderTask |
toSpecsEntity(TaskDefinition taskDefinition)
Create Bamboo Specs object representing this task.
|
Map<String,String> |
toTaskConfiguration(TaskContainer taskContainer,
List<TaskDefinition> precedingTasks,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties,
VcsBranch importedBranch)
Converts properties to Bamboo task configuration.
|
Map<String,String> |
toTaskConfiguration(TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties)
Converts properties to Bamboo task configuration.
|
<T extends com.atlassian.bamboo.specs.api.model.task.TaskProperties> |
toYaml(T genericTaskProperties)
Convert task definition to YAML node.
|
List<com.atlassian.bamboo.specs.api.validators.common.ValidationProblem> |
validate(TaskValidationContext taskValidationContext,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties)
Validates task properties in context of enclosing plan or deployment properties.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toTaskConfiguration
@NotNull public Map<String,String> toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties)
TaskDefinitionExporter
toTaskConfiguration
in interface TaskDefinitionExporter
taskContainer
- current task container (a job or an environment for instance)taskProperties
- the current task@NotNull public Map<String,String> toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull List<TaskDefinition> precedingTasks, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties, @Nullable VcsBranch importedBranch)
TaskDefinitionExporter
toTaskConfiguration
in interface TaskDefinitionExporter
taskContainer
- current task container (a job or an environment for instance)precedingTasks
- list of tasks declared before the current onetaskProperties
- the current taskimportedBranch
- imported branch if importing a divergent branch@NotNull public com.atlassian.bamboo.specs.builders.task.ArtifactDownloaderTask toSpecsEntity(@NotNull TaskDefinition taskDefinition)
TaskDefinitionExporter
toSpecsEntity
in interface TaskDefinitionExporter
@NotNull public com.atlassian.bamboo.specs.builders.task.ArtifactDownloaderTask toSpecsEntity(@NotNull TaskContainer taskContainer, @NotNull TaskDefinition taskDefinition)
TaskDefinitionExporter
toSpecsEntity
in interface TaskDefinitionExporter
@NotNull public List<com.atlassian.bamboo.specs.api.validators.common.ValidationProblem> validate(@NotNull TaskValidationContext taskValidationContext, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties)
TaskDefinitionExporter
Should check RSS permissions if necessary.
validate
in interface TaskDefinitionExporter
@Nullable public <T extends com.atlassian.bamboo.specs.api.model.task.TaskProperties> Node toYaml(@NotNull T genericTaskProperties)
TaskDefinitionExporter
toYaml
in interface TaskDefinitionExporter
@Nullable public com.atlassian.bamboo.specs.builders.task.ArtifactDownloaderTask fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
TaskDefinitionExporter
fromYaml
in interface TaskDefinitionExporter
node
- YAML node from user input. In general case it's same node generated by TaskDefinitionExporter.toYaml(TaskProperties)
method, but in some cases it might contain additional general task elements, like conditions. These
elements should be ignored by method implementation and will be handled by Bamboo code. In such case
MapNode handler should be implemented even if TaskDefinitionExporter.toYaml(TaskProperties)
produces StringNode.context
- task validation contextpublic void setPlanManager(PlanManager planManager)
public void setArtifactDefinitionManager(ArtifactDefinitionManager artifactDefinitionManager)
public void setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
public void setBambooPermissionManager(BambooPermissionManager bambooPermissionManager)
public void setBambooAuthenticationContext(BambooAuthenticationContext bambooAuthenticationContext)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.