Uses of Interface
com.atlassian.bamboo.task.TaskContainer
-
-
Uses of TaskContainer in com.atlassian.bamboo.build
Subinterfaces of TaskContainer in com.atlassian.bamboo.build Modifier and Type Interface Description interface
Job
Classes in com.atlassian.bamboo.build that implement TaskContainer Modifier and Type Class Description class
DefaultJob
-
Uses of TaskContainer in com.atlassian.bamboo.configuration.external.helpers
Methods in com.atlassian.bamboo.configuration.external.helpers with parameters of type TaskContainer Modifier and Type Method Description @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
Subinterfaces of TaskContainer in com.atlassian.bamboo.deployments.environments Modifier and Type Interface Description interface
DecoratedEnvironment
Represents decorated environment for the purpose of using it in the Freemarker generated UIinterface
Environment
Represents a Deployment Environment within Bamboo.interface
InternalEnvironment
Common interface between all types of deployment environments.Classes in com.atlassian.bamboo.deployments.environments that implement TaskContainer Modifier and Type Class Description class
DecoratedEnvironmentImpl
class
EnvironmentImpl
class
EnvironmentWithConfigCounts
Extended environment bean with some more data for UI. -
Uses of TaskContainer in com.atlassian.bamboo.deployments.environments.dashboard
Subinterfaces of TaskContainer in com.atlassian.bamboo.deployments.environments.dashboard Modifier and Type Interface Description interface
EnvironmentStub
For use in actions only.Classes in com.atlassian.bamboo.deployments.environments.dashboard that implement TaskContainer Modifier and Type Class Description class
EnvironmentStubImpl
-
Uses of TaskContainer in com.atlassian.bamboo.deployments.environments.persistence
Subinterfaces of TaskContainer in com.atlassian.bamboo.deployments.environments.persistence Modifier and Type Interface Description interface
MutableEnvironment
Represents the Environment that will be stored in the database.Classes in com.atlassian.bamboo.deployments.environments.persistence that implement TaskContainer Modifier and Type Class Description class
EnvironmentStubDto
class
MutableEnvironmentImpl
-
Uses of TaskContainer in com.atlassian.bamboo.deployments.environments.persistence.internal
Classes in com.atlassian.bamboo.deployments.environments.persistence.internal that implement TaskContainer Modifier and Type Class Description class
InternalEnvironmentImpl
Minimal, user context agnostic, but fully functional implementation ofInternalEnvironment
, used when processing deployment environments en masse.class
InternalEnvironmentStubImpl
-
Uses of TaskContainer in com.atlassian.bamboo.plan.cache
Subinterfaces of TaskContainer in com.atlassian.bamboo.plan.cache Modifier and Type Interface Description interface
ImmutableJob
Immutable, threadsafe cacheable version ofJob
Classes in com.atlassian.bamboo.plan.cache that implement TaskContainer Modifier and Type Class Description class
ImmutableJobImpl
-
Uses of TaskContainer in com.atlassian.bamboo.plan.task
Classes in com.atlassian.bamboo.plan.task with type parameters of type TaskContainer Modifier and Type Class Description class
DecoratedTaskDefinitionImpl<T extends TaskContainer>
Decoration of task used when displaying on the UI.Methods in com.atlassian.bamboo.plan.task with type parameters of type TaskContainer Modifier and Type Method Description <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
Methods in com.atlassian.bamboo.plugins.ant.export with parameters of type TaskContainer Modifier and Type Method Description @NotNull Map<String,String>
AntTaskExporter. toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties)
-
Uses of TaskContainer in com.atlassian.bamboo.plugins.artifact.export
Methods in com.atlassian.bamboo.plugins.artifact.export with parameters of type TaskContainer Modifier and Type Method Description @NotNull com.atlassian.bamboo.specs.builders.task.ArtifactDownloaderTask
ArtifactDownloaderTaskExporter. toSpecsEntity(@NotNull TaskContainer taskContainer, @NotNull TaskDefinition taskDefinition)
@NotNull Map<String,String>
ArtifactDownloaderTaskExporter. toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties)
@NotNull Map<String,String>
ArtifactDownloaderTaskExporter. toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull List<TaskDefinition> precedingTasks, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties, @Nullable VcsBranch importedBranch)
@NotNull Map<String,String>
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
Methods in com.atlassian.bamboo.plugins.command.task.export with parameters of type TaskContainer Modifier and Type Method Description @NotNull Map<String,String>
CommandTaskExporter. toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties)
-
Uses of TaskContainer in com.atlassian.bamboo.plugins.maven
Methods in com.atlassian.bamboo.plugins.maven with parameters of type TaskContainer Modifier and Type Method Description @NotNull Map<String,String>
MavenTaskExporter. 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
Methods in com.atlassian.bamboo.plugins.maven.dependencies.exporter with parameters of type TaskContainer Modifier and Type Method Description @NotNull Map<String,String>
MavenDependenciesProcessorTaskExporter. 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
Methods in com.atlassian.bamboo.plugins.script.task.export with parameters of type TaskContainer Modifier and Type Method Description @NotNull Map<String,String>
ScriptTaskExporter. 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
Methods in com.atlassian.bamboo.plugins.testresultparser.task.exporter with parameters of type TaskContainer Modifier and Type Method Description @NotNull Map<String,String>
TestParserTaskExporter. toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties)
-
Uses of TaskContainer in com.atlassian.bamboo.plugins.variable.export
Methods in com.atlassian.bamboo.plugins.variable.export with parameters of type TaskContainer Modifier and Type Method Description @NotNull Map<String,String>
DumpVariablesTaskExporter. toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties)
@NotNull Map<String,String>
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
Methods in com.atlassian.bamboo.plugins.vcs.task.export with parameters of type TaskContainer Modifier and Type Method Description protected @NotNull Map<String,String>
AbstractVcsTaskExporter. baseVcsTaskToConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties)
Implementation ofTaskDefinitionExporter.toTaskConfiguration(TaskContainer, TaskProperties)
for exporters ofBaseVcsTaskProperties
.@NotNull Map<String,String>
VcsBranchTaskExporter. toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties)
@NotNull Map<String,String>
VcsCheckoutTaskExporter. toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties)
@NotNull Map<String,String>
VcsCommitTaskExporter. toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties)
@NotNull Map<String,String>
VcsPushTaskExporter. toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties)
@NotNull Map<String,String>
VcsTagTaskExporter. toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties)
-
Uses of TaskContainer in com.atlassian.bamboo.task
Classes in com.atlassian.bamboo.task with type parameters of type TaskContainer Modifier and Type Interface Description interface
DecoratedTaskDefinition<T extends TaskContainer>
A definition of one decorated configuration of aTaskType
Methods in com.atlassian.bamboo.task with type parameters of type TaskContainer Modifier and Type Method Description <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
Methods in com.atlassian.bamboo.task.export with parameters of type TaskContainer Modifier and Type Method Description protected @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.@NotNull Map<String,String>
DefaultTaskDefinitionExporter. toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties)
@NotNull Map<String,String>
TaskDefinitionExporter. toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties)
Converts properties to Bamboo task configuration.default @NotNull Map<String,String>
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.default @NotNull Map<String,String>
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
Methods in com.atlassian.bamboo.warnings.export with parameters of type TaskContainer Modifier and Type Method Description @NotNull Map<String,String>
WarningsTaskExporter. 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
Classes in com.atlassian.bamboo.ww2.actions.build.admin.config.task with type parameters of type TaskContainer Modifier and Type Class Description class
DecoratedTaskManipulationResult<T extends TaskContainer>
Decoration of task used when displaying on the UI.
-