Uses of Interface
com.atlassian.bamboo.task.TaskContainer
Package
Description
-
Uses of TaskContainer in com.atlassian.bamboo.build
-
Uses of TaskContainer in com.atlassian.bamboo.configuration.external.helpers
Modifier and TypeMethodDescription@NotNull TaskDefinition
TaskDefinitionExportHelper.importTaskDefinition
(long id, @NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties, boolean finalTask) Import the task definition from its properties.@NotNull TaskDefinition
TaskDefinitionExportHelper.importTaskDefinition
(long id, @NotNull TaskContainer taskContainer, @NotNull List<TaskDefinition> precedingTasks, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties, @Nullable VcsBranch importedBranch, boolean finalTask) Import the task definition from its properties.@NotNull com.atlassian.bamboo.specs.api.builders.task.Task
TaskDefinitionExportHelper.toSpecsEntity
(TaskContainer taskContainer, TaskDefinition taskDefinition) -
Uses of TaskContainer in com.atlassian.bamboo.deployments.environments
Modifier and TypeInterfaceDescriptioninterface
Represents decorated environment for the purpose of using it in the Freemarker generated UIinterface
Represents a Deployment Environment within Bamboo.interface
Common interface between all types of deployment environments.Modifier and TypeClassDescriptionclass
class
class
Extended environment bean with some more data for UI. -
Uses of TaskContainer in com.atlassian.bamboo.deployments.environments.dashboard
-
Uses of TaskContainer in com.atlassian.bamboo.deployments.environments.persistence
Modifier and TypeInterfaceDescriptioninterface
Represents the Environment that will be stored in the database. -
Uses of TaskContainer in com.atlassian.bamboo.deployments.environments.persistence.internal
Modifier and TypeClassDescriptionclass
Minimal, user context agnostic, but fully functional implementation ofInternalEnvironment
, used when processing deployment environments en masse.class
-
Uses of TaskContainer in com.atlassian.bamboo.plan.cache
-
Uses of TaskContainer in com.atlassian.bamboo.plan.task
Modifier and TypeClassDescriptionclass
DecoratedTaskDefinitionImpl<T extends TaskContainer>
Decoration of task used when displaying on the UI.Modifier and TypeMethodDescription<T extends TaskContainer>
@NotNull DecoratedTaskDefinition<T>TaskServiceImpl.getDecoratedTaskDefinition
(T taskContainer, long taskId) <T extends TaskContainer>
@NotNull List<DecoratedTaskDefinition<T>>TaskServiceImpl.getDecoratedTaskDefinitions
(T taskContainer) -
Uses of TaskContainer in com.atlassian.bamboo.plugins.ant.export
Modifier and TypeMethodDescriptionAntTaskExporter.toTaskConfiguration
(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) -
Uses of TaskContainer in com.atlassian.bamboo.plugins.artifact.export
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.task.ArtifactDownloaderTask
ArtifactDownloaderTaskExporter.toSpecsEntity
(@NotNull TaskContainer taskContainer, @NotNull TaskDefinition taskDefinition) ArtifactDownloaderTaskExporter.toTaskConfiguration
(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) ArtifactDownloaderTaskExporter.toTaskConfiguration
(@NotNull TaskContainer taskContainer, @NotNull List<TaskDefinition> precedingTasks, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties, @Nullable VcsBranch importedBranch) CleanWorkingDirectoryTaskExporter.toTaskConfiguration
(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) -
Uses of TaskContainer in com.atlassian.bamboo.plugins.command.task.export
Modifier and TypeMethodDescriptionCommandTaskExporter.toTaskConfiguration
(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) -
Uses of TaskContainer in com.atlassian.bamboo.plugins.maven
Modifier and TypeMethodDescriptionMavenTaskExporter.toTaskConfiguration
(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) -
Uses of TaskContainer in com.atlassian.bamboo.plugins.maven.dependencies.exporter
Modifier and TypeMethodDescriptionMavenDependenciesProcessorTaskExporter.toTaskConfiguration
(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) -
Uses of TaskContainer in com.atlassian.bamboo.plugins.script.task.export
Modifier and TypeMethodDescriptionScriptTaskExporter.toTaskConfiguration
(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) -
Uses of TaskContainer in com.atlassian.bamboo.plugins.testresultparser.task.exporter
Modifier and TypeMethodDescriptionTestParserTaskExporter.toTaskConfiguration
(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) -
Uses of TaskContainer in com.atlassian.bamboo.plugins.variable.export
Modifier and TypeMethodDescriptionDumpVariablesTaskExporter.toTaskConfiguration
(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) InjectVariablesTaskExporter.toTaskConfiguration
(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) -
Uses of TaskContainer in com.atlassian.bamboo.plugins.vcs.task.export
Modifier and TypeMethodDescriptionAbstractVcsTaskExporter.baseVcsTaskToConfiguration
(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) Implementation ofTaskDefinitionExporter.toTaskConfiguration(TaskContainer, TaskProperties)
for exporters ofBaseVcsTaskProperties
.VcsBranchTaskExporter.toTaskConfiguration
(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) VcsCheckoutTaskExporter.toTaskConfiguration
(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) VcsCommitTaskExporter.toTaskConfiguration
(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) VcsPushTaskExporter.toTaskConfiguration
(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) VcsTagTaskExporter.toTaskConfiguration
(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) -
Uses of TaskContainer in com.atlassian.bamboo.task
Modifier and TypeInterfaceDescriptioninterface
DecoratedTaskDefinition<T extends TaskContainer>
A definition of one decorated configuration of aTaskType
Modifier and TypeMethodDescription<T extends TaskContainer>
@NotNull DecoratedTaskDefinition<T>TaskService.getDecoratedTaskDefinition
(T taskContainer, long taskId) Retrieve aDecoratedTaskDefinition
from a givenTaskContainer
.<T extends TaskContainer>
@NotNull List<DecoratedTaskDefinition<T>>TaskService.getDecoratedTaskDefinitions
(T taskContainer) Retrieve a list of allDecoratedTaskDefinition
for a givenTaskContainer
. -
Uses of TaskContainer in com.atlassian.bamboo.task.export
Modifier and TypeMethodDescriptionprotected @NotNull String
AbstractRepositoryAwareTaskExporter.getRepositoryIdString
(@NotNull com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryIdentifierProperties repository, @NotNull TaskContainer taskContainer) Get database ID of a repository based on the passed identifier and task container.@NotNull List<? extends VcsRepositoryData>
AbstractRepositoryAwareTaskExporter.getRepositoryListForTaskContainer
(@NotNull TaskContainer taskContainer) default <T extends com.atlassian.bamboo.specs.api.builders.task.Task<T,
P>, P extends com.atlassian.bamboo.specs.api.model.task.TaskProperties>
TTaskDefinitionExporter.toSpecsEntity
(@NotNull TaskContainer taskContainer, @NotNull TaskDefinition taskDefinition) Create Bamboo Specs object representing this task.DefaultTaskDefinitionExporter.toTaskConfiguration
(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) TaskDefinitionExporter.toTaskConfiguration
(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) Converts properties to Bamboo task configuration.TaskDefinitionExporter.toTaskConfiguration
(@NotNull TaskContainer taskContainer, @NotNull List<TaskDefinition> precedingTasks, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) Converts properties to Bamboo task configuration.TaskDefinitionExporter.toTaskConfiguration
(@NotNull TaskContainer taskContainer, @NotNull List<TaskDefinition> precedingTasks, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties, @Nullable VcsBranch importedBranch) Converts properties to Bamboo task configuration. -
Uses of TaskContainer in com.atlassian.bamboo.warnings.export
Modifier and TypeMethodDescriptionWarningsTaskExporter.toTaskConfiguration
(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) -
Uses of TaskContainer in com.atlassian.bamboo.ww2.actions.build.admin.config.task
Modifier and TypeClassDescriptionclass
DecoratedTaskManipulationResult<T extends TaskContainer>
Decoration of task used when displaying on the UI.